aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-10-31 13:02:47 -0500
committerB Mathis <brandon@imathis.com>2009-10-31 13:02:47 -0500
commit58d342b5afafda3e6b114c9b81754ac6e3a3dd18 (patch)
treece71c51f19b63b0e7443411b69c7ca9bfd80ff4f /README.markdown
parentdafeb04f734622e12ae542e31e350c1b3965b7cc (diff)
downloadmy_new_personal_website-58d342b5afafda3e6b114c9b81754ac6e3a3dd18.tar.xz
my_new_personal_website-58d342b5afafda3e6b114c9b81754ac6e3a3dd18.zip
added README file with some basic description and credits
Diffstat (limited to '')
-rw-r--r--README.markdown13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 00000000..83ed09e7
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,13 @@
+= What is Octopress?
+
+Octopress gives developers a well designed starting point for their blog. It's easy to configure and easy to deploy. Sweet huh?
+
+== Octopress uses
+- [Jekyll](http://github.com/henrik/jekyll) a blog aware static site generator (Henrik's fork adds [HAML](http://haml-lang.com) support)
+- [Compass](http://compass-style.org) an awesome [SASS](http://sass-lang.com) framework.
+- [FSSM](http://github.com/ttilley/fssm/tree/master) + a rake task, automatically regenerates the blog as you work.
+- [Serve](http://github.com/jlong/serve) for live previews of the site while in development
+- [Rsync](http://samba.anu.edu.au/rsync/) for easy deployment.
+
+= Setup
+- add gem install instructions \ No newline at end of file