Set baseurl to nothing in new template site.
Previously, it caused all sorts of errors. Fixes #2317.
This commit is contained in:
parent
b5dc628357
commit
2dec333910
|
@ -3,7 +3,8 @@ name: Dat site title tho
|
||||||
title: Your awesome title
|
title: Your awesome title
|
||||||
email: your-email@domain.com
|
email: your-email@domain.com
|
||||||
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
|
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
|
||||||
baseurl: "http://yourdomain.com"
|
baseurl: ""
|
||||||
|
url: "http://yourdomain.com"
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
Loading…
Reference in New Issue