mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 23:37:19 +00:00
update cfg
This commit is contained in:
parent
f1ebde2403
commit
f73931a8ef
11
_config.yml
11
_config.yml
@ -1,11 +1,12 @@
|
|||||||
source: .
|
source: .
|
||||||
destination: _site
|
destination: ./_site
|
||||||
plugins: _plugins
|
plugins: ./_plugins
|
||||||
layouts: _layouts
|
layouts: ./_layouts
|
||||||
include: ['.htaccess']
|
include: ['.htaccess']
|
||||||
exclude: ['.gitignore','Gemfile','Gemfile.lock','README.md']
|
exclude: ['.gitignore','Gemfile','Gemfile.lock','README.md']
|
||||||
keep_files: ['.git','.svn']
|
keep_files: ['.git','.svn']
|
||||||
gems: []
|
gems: ['jekyll-paginate']
|
||||||
|
whitelist: ['jekyll-pagination']
|
||||||
|
|
||||||
future: true
|
future: true
|
||||||
limit_posts: 0
|
limit_posts: 0
|
||||||
@ -28,7 +29,7 @@ port: 4000
|
|||||||
baseurl: /
|
baseurl: /
|
||||||
url: https://arcanis.name
|
url: https://arcanis.name
|
||||||
enforce_ssl: arcanis.name
|
enforce_ssl: arcanis.name
|
||||||
lsi: false
|
lsi: true
|
||||||
|
|
||||||
maruku:
|
maruku:
|
||||||
use_tex: false
|
use_tex: false
|
||||||
|
Loading…
Reference in New Issue
Block a user