diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-06-11 15:23:54 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-06-11 15:23:54 -0400 |
commit | 814be44c151088dfb90d6a01281c9206151b0a88 (patch) | |
tree | 0e74ad749c04e17576bb0770bf4fa8612769dd17 /_config.yml | |
parent | 14ba4cfd3c6455d06f4aae997fda1e9ea083cdea (diff) | |
download | my_new_personal_website-814be44c151088dfb90d6a01281c9206151b0a88.tar.xz my_new_personal_website-814be44c151088dfb90d6a01281c9206151b0a88.zip |
1. Improved responsive navigation styling when email subscription is present
2. Refactored subscription styling to be more DRY
3. Added an image for email subscriptions
4. Added assets directory to the gitignore for stashing working files
5. Improved gem list in the Gemfile
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 8fb8984d..650ab277 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ # Required configuration source: source destination: public +port: 4000 url: http://yoursite.com title: My Octopress Blog @@ -16,7 +17,7 @@ simple_search: http://google.com/search # Optional configurations -# For RSS +# For RSS Feed email: # Twitter |