+12
-9
@@ -31,6 +31,7 @@ i18n_dir: :lang
|
||||
skip_render:
|
||||
- "*.txt"
|
||||
- admin/**/*
|
||||
- config/**/*
|
||||
|
||||
# Writing
|
||||
new_post_name: :title.md # File name of new posts
|
||||
@@ -135,17 +136,19 @@ all_minifier: true
|
||||
|
||||
feed:
|
||||
enable: true
|
||||
type: atom
|
||||
path: atom.xml
|
||||
type:
|
||||
- atom
|
||||
- rss2
|
||||
path:
|
||||
-atom.xml
|
||||
-rss2.xml
|
||||
limit: 20
|
||||
content: true
|
||||
content_limit: 140
|
||||
content_limit_delim: ' '
|
||||
order_by: -date
|
||||
pretty_atom_file: /css/atom.xsl
|
||||
pretty_rss2_file: /css/rss2.xsl
|
||||
autodiscovery: true
|
||||
custom_elements:
|
||||
- cover: 'cover'
|
||||
content_limit_delim: ''
|
||||
# pretty_atom_file: /config/feed/atom.xsl
|
||||
# pretty_rss2_file: /config/feed/rss2.xsl
|
||||
enable_xslt_polyfill: false
|
||||
|
||||
sitemap:
|
||||
path:
|
||||
|
||||
Reference in New Issue
Block a user