update base path
This commit is contained in:
parent
7426aca32c
commit
ef40fc7263
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ description: > # this means to ignore newlines until "baseurl:"
|
|||
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: "/jekyll" # the subpath of your site, e.g. /blog
|
||||
baseurl: "/" # the subpath of your site, e.g. /blog
|
||||
url: "/" # the base hostname & protocol for your site
|
||||
twitter_username: jekyllrb
|
||||
github_username: jekyll
|
||||
|
|
@ -23,4 +23,4 @@ permalink: /:categories/:year/:month/:day/:title
|
|||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
exclude: ["README.md"]
|
||||
exclude: ["README.md"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue