aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-07-16 15:21:09 -0400
committerBrandon Mathis <brandon@imathis.com>2011-07-16 15:21:09 -0400
commitccda3a565655d057530cf6a75cbbbfb430f52e79 (patch)
treee663ee8410c5d4c3dc2011a72d98e472747d3f8c /README.markdown
parent7c715829909dc33091a1daad9b6a3388d1550986 (diff)
downloadmy_new_personal_website-ccda3a565655d057530cf6a75cbbbfb430f52e79.tar.xz
my_new_personal_website-ccda3a565655d057530cf6a75cbbbfb430f52e79.zip
Minor update to navigation, Updated Copyright, added beginning upgrade
instructions.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index 4e09b3e3..c4d5aeb0 100644
--- a/README.markdown
+++ b/README.markdown
@@ -122,7 +122,7 @@ Github will queue your site for publishing (which usually occurs instantly or wi
### Deploying to a Subdirectory (Github Project Pages does this)
If you're deploying to a subdirectory on your site, or if you're using Github's project pages, make sure you set up your urls correctly in your configs.
-You can do this automatically:
+You can do this *almost* automatically:
rake set_root_dir[your/path]
@@ -131,10 +131,10 @@ You can do this automatically:
Then update your `_config.yml` and `Rakefile` as follows:
- # Change the url in _config.yml
+ # _config.yml
url: http://yoursite.com/your/path
- # If deploying with rsync, update your Rakefile path
+ # Rakefile (if deploying with rsync)
document_root = "~/yoursite.com/your/path"
To manually configure deployment to a subdirectory, you'll change `_config.yml`, `config.rb` and `Rakefile`
@@ -162,7 +162,7 @@ To manually configure deployment to a subdirectory, you'll change `_config.yml`,
## License
(The MIT License)
-Copyright © 2009 Brandon Mathis
+Copyright © 2009-2011 Brandon Mathis
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: