summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml18
1 files changed, 16 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index 53bb2c6..049dc6c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -31,6 +31,20 @@ code_dir: downloads/code
i18n_dir: :lang
skip_render:
+# Feed
+feed:
+ type: atom
+ path: atom.xml
+ limit: 20
+ hub:
+ content:
+ content_limit: 140
+ content_limit_delim: ' '
+ order_by: -date
+ icon: icon.png
+ autodiscovery: true
+ template:
+
# Writing
new_post_name: :title.md # File name of new posts
default_layout: post
@@ -50,7 +64,7 @@ highlight:
auto_detect: false
tab_replace: ''
wrap: true
- hljs: false
+ hljs: true
# Home page setting
# path: Root path for your blogs index page. (default = '')
@@ -74,7 +88,7 @@ meta_generator: true
## Hexo uses Moment.js to parse and display date
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
-date_format: YYYY-MM-DD
+date_format: YYYY.MM.DD
time_format: HH:mm:ss
## Use post's date for updated date unless set in front-matter
use_date_for_updated: false