Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7f67d4

Browse files
committed
fix(config): site.baseurl default value is root.
When adding additional pages to the site, the css links can get messed up until you go back and set a `baseurl` entry in the config. This makes sense to add this since the project comes with entries for `baseurl` at the beginning.
1 parent 261340b commit c7f67d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ title: Lanyon
1010
tagline: 'A Jekyll theme'
1111
description: 'A reserved <a href="http://jekyllrb.com" target="_blank">Jekyll</a> theme that places the utmost gravity on content with a hidden drawer. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.'
1212
url: http://lanyon.getpoole.com
13+
baseurl: '/'
1314
paginate: 5
1415

1516
author:

0 commit comments

Comments
 (0)