1
|
1
|
new file mode 100644
|
...
|
...
|
@@ -0,0 +1,13 @@
|
|
0
|
+= What is Octopress?
|
|
1
|
+
|
|
2
|
+Octopress gives developers a well designed starting point for their blog. It's easy to configure and easy to deploy. Sweet huh?
|
|
3
|
+
|
|
4
|
+== Octopress uses
|
|
5
|
+- [Jekyll](http://github.com/henrik/jekyll) a blog aware static site generator (Henrik's fork adds [HAML](http://haml-lang.com) support)
|
|
6
|
+- [Compass](http://compass-style.org) an awesome [SASS](http://sass-lang.com) framework.
|
|
7
|
+- [FSSM](http://github.com/ttilley/fssm/tree/master) + a rake task, automatically regenerates the blog as you work.
|
|
8
|
+- [Serve](http://github.com/jlong/serve) for live previews of the site while in development
|
|
9
|
+- [Rsync](http://samba.anu.edu.au/rsync/) for easy deployment.
|
|
10
|
+
|
|
11
|
+= Setup
|
|
12
|
+- add gem install instructions
|
0
|
13
|
\ No newline at end of file
|