aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-01 00:23:34 -0500
committerB Mathis <brandon@imathis.com>2009-11-01 00:23:34 -0500
commit9a682bd73f1010206549b053b3ed42b3ef2d5d61 (patch)
tree7358d0e3a2c9e4f5270493f9770292151383b4b8
parente3a6bb7ca2db89149daeb6776ca8a08db322eec7 (diff)
downloadmy_new_personal_website-9a682bd73f1010206549b053b3ed42b3ef2d5d61.tar.xz
my_new_personal_website-9a682bd73f1010206549b053b3ed42b3ef2d5d61.zip
fixed a few minor errors in the readme
Diffstat (limited to '')
-rw-r--r--README.markdown10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown
index a86d3405..ef08cd6b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -35,16 +35,16 @@ Octopress gives developers a well designed starting point for a Jekyll blog. It'
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.
### Common Rake tasks
-**rake preview**:
+**rake preview**
Generates the site, starts the local web server, and opens your browser to show the generated site.
-**rake watch**:
+**rake watch**
Watches the source for changes and regenerates the site every time you save a file. You'll forget your working with a static site.
-**rake deploy**:
+**rake deploy**
Generates the site and then uses rsync (based on your configurations in the Rakefile) to synchronize with your web host. In order to use rsync you'll need shell access to your host, and you'll probably want to use your public key for authentication.
-**rake stop_serve**:
+**rake stop_serve**
Kills the local web server process.
*There are more but these are the ones you'll use the most. Read the Rakefile if you want to learn more*
@@ -54,7 +54,7 @@ Kills the local web server process.
Octopress's stylesheets are written in [SASS](http://sass-lang.com). If you haven't learned SASS, you should. It's the future. Octopress also uses [Compass](http://compass-style.org) which is a framework for SASS and contains a great library of SASS mixins which make it trivial to write complicated CSS. This is also the future.
### Customizing the default theme
-The default theme is comprised of Layout, Typography, Theme, and Partials. Octopress also has a library of mixins that act like SASS helpers for styling tasks.
+The default theme is comprised of Layout, Typography, Theme, and Partials. Octopress also has a library of SASS mixins.
**Layout**
Edit the variables at the top of /stylesheets/_layout.sass to configure the primary structural dimensions, including the header, footer, main content, and sidebar.