Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions blog_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ feed:
hub:
content: true
content_limit: 140
content_limit_delim: ' '
content_limit_delim: " "
order_by: -date
icon: ./../favicon/favicon.ico
autodiscovery: true
Expand Down Expand Up @@ -59,16 +59,16 @@ relative_link: false
future: true
highlight:
enable: false

# Home page setting
# path: Root path for your blogs index page. (default = '')
# per_page: Posts displayed per page. (0 = disable pagination)
# order_by: Posts order. (Order by date descending by default)
index_generator:
path: ''
path: ""
per_page: 10
order_by: -date

# Category & Tag
default_category: uncategorized
category_map:
Expand Down Expand Up @@ -100,3 +100,7 @@ server:
serveStatic:
extensions:
- html

marked:
gfm: true
breaks: false
4 changes: 4 additions & 0 deletions docs_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,7 @@ server:
serveStatic:
extensions:
- html

marked:
gfm: true
breaks: false