Added support and documentation for deploying to subdirectories (like
with gh-pages)
This commit is contained in:
parent
4855ef5d2f
commit
f81bdbc1a8
11 changed files with 42 additions and 16 deletions
|
@ -22,7 +22,14 @@ recent_posts: 5
|
|||
category_dir: blog/categories
|
||||
simple_search: http://google.com/search
|
||||
|
||||
# Optional configurations
|
||||
# ----------------------- #
|
||||
# Optional configurations #
|
||||
# ----------------------- #
|
||||
|
||||
# If publishing to a subdirectory as in http://site.com/project set this:
|
||||
# root: /project
|
||||
# If left blank, urls will be mapped to '/'
|
||||
root:
|
||||
|
||||
# RSS feeds can list your email address if you like
|
||||
email:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue