mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-23 17:39:55 +00:00
fixes 404 page
fixes sitemap removed sitemap generator
This commit is contained in:
@ -3,7 +3,7 @@ destination: ./_site
|
||||
plugins: ./_plugins
|
||||
layouts: ./_layouts
|
||||
include: ['.htaccess']
|
||||
exclude: []
|
||||
exclude: ['.gitignore','Gemfile','Gemfile.lock','README.md','TODO']
|
||||
keep_files: ['.git','.svn']
|
||||
gems: []
|
||||
|
||||
@ -25,9 +25,9 @@ excerpt_separator: "\n\n"
|
||||
safe: false
|
||||
host: 0.0.0.0
|
||||
port: 4000
|
||||
baseurl: /
|
||||
baseurl: http://arcan1s.github.io
|
||||
url: http://localhost:4000
|
||||
lsi: false
|
||||
lsi: true
|
||||
|
||||
maruku:
|
||||
use_tex: false
|
||||
|
Reference in New Issue
Block a user