|
@@ -3,16 +3,16 @@
|
|
## Source: https://github.com/hexojs/hexo/
|
|
## Source: https://github.com/hexojs/hexo/
|
|
|
|
|
|
# Site
|
|
# Site
|
|
-title: Hexo
|
|
|
|
-subtitle:
|
|
|
|
-description:
|
|
|
|
-author: John Doe
|
|
|
|
-language:
|
|
|
|
|
|
+title: Mp's Blog
|
|
|
|
+subtitle: MilesPong
|
|
|
|
+description: A self-hosted blog of Miles
|
|
|
|
+author: Miles Pong
|
|
|
|
+language: en
|
|
timezone:
|
|
timezone:
|
|
|
|
|
|
# URL
|
|
# URL
|
|
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
|
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
|
-url: http://yoursite.com
|
|
|
|
|
|
+url: https://blog.solomp.com
|
|
root: /
|
|
root: /
|
|
permalink: :year/:month/:day/:title/
|
|
permalink: :year/:month/:day/:title/
|
|
permalink_defaults:
|
|
permalink_defaults:
|
|
@@ -28,8 +28,9 @@ i18n_dir: :lang
|
|
skip_render:
|
|
skip_render:
|
|
|
|
|
|
# Writing
|
|
# Writing
|
|
-new_post_name: :title.md # File name of new posts
|
|
|
|
|
|
+new_post_name: :year-:month-:day-:title.md # File name of new posts
|
|
default_layout: post
|
|
default_layout: post
|
|
|
|
+auto_spacing: true
|
|
titlecase: false # Transform title into titlecase
|
|
titlecase: false # Transform title into titlecase
|
|
external_link: true # Open external links in new tab
|
|
external_link: true # Open external links in new tab
|
|
filename_case: 0
|
|
filename_case: 0
|
|
@@ -63,7 +64,7 @@ pagination_dir: page
|
|
# Extensions
|
|
# Extensions
|
|
## Plugins: https://hexo.io/plugins/
|
|
## Plugins: https://hexo.io/plugins/
|
|
## Themes: https://hexo.io/themes/
|
|
## Themes: https://hexo.io/themes/
|
|
-theme: landscape
|
|
|
|
|
|
+theme: icarus
|
|
|
|
|
|
# Deployment
|
|
# Deployment
|
|
## Docs: https://hexo.io/docs/deployment.html
|
|
## Docs: https://hexo.io/docs/deployment.html
|