diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-16 09:29:09 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-16 09:29:09 -0400 |
commit | f81bdbc1a8e341d9d3fe1eba3b77beadfe59b3d6 (patch) | |
tree | 31458d76b97e7e6af151be3bbf666bd58d7f9739 /_config.yml | |
parent | 4855ef5d2f976b07d624dddb85b46075009d5a6d (diff) | |
download | my_new_personal_website-f81bdbc1a8e341d9d3fe1eba3b77beadfe59b3d6.tar.xz my_new_personal_website-f81bdbc1a8e341d9d3fe1eba3b77beadfe59b3d6.zip |
Added support and documentation for deploying to subdirectories (like
with gh-pages)
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 35e55899..963ea8de 100644 --- a/_config.yml +++ b/_config.yml @@ -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: |