diff options
author | B Mathis <brandon@imathis.com> | 2009-11-07 23:04:22 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-07 23:04:22 -0600 |
commit | 55b8d5dc3fbe2e2036d809bbdf107e5c0e7dc46c (patch) | |
tree | 499129587f0fae18452c9266c75898c736739fae | |
parent | bc9dd41b84705d06440d0073b95bff33d89cf6c6 (diff) | |
download | my_new_personal_website-55b8d5dc3fbe2e2036d809bbdf107e5c0e7dc46c.tar.xz my_new_personal_website-55b8d5dc3fbe2e2036d809bbdf107e5c0e7dc46c.zip |
updated the readme
Diffstat (limited to '')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index e058ff10..319978ed 100644 --- a/README.markdown +++ b/README.markdown @@ -29,7 +29,7 @@ Octopress gives developers a well designed starting point for a Jekyll blog. It' #### Third 1. Edit the top of the Rakefile settings to match your web hosting info. -2. Edit the top of the atom.haml and _layout/default.haml. +2. Customize the top of the atom.haml and _layout/default.haml. ## Usage You should really read over the [Jekyll wiki](http://wiki.github.com/mojombo/jekyll) because most of your work will be using Jekyll. Beyond that Octopress is mostly some rake tasks, HAML, and SASS/Compass that has been meticulously crafted for ease of use and modification. |