Skip to content

Commit

Permalink
modified readme to add blogofile update
Browse files Browse the repository at this point in the history
  • Loading branch information
justdayan committed Nov 6, 2012
1 parent c4e0195 commit 25b25c9
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ And access the local site in http://localhost:8080/

You can start editing pages right away. In order to see your changes on your local version you'll have always have to run build & serve before.

** Please note, this version of ofSite is built in blogofile v.0.7.1, see the reference for installing on Vanilla Ubuntu [below](#below)

To build the site, you will need to:

git clone https://github.com/EnigmaCurry/blogofile
git checkout 0.7.1
python setup.py install

And run:

blogofile build
blogofile serve


## Documentation-style markdown

The documentation portion of the site is written in Markdown, a wiki-style syntax. See details on [Daringfireball](http://daringfireball.net/projects/markdown/).
Expand Down Expand Up @@ -57,4 +71,21 @@ Then inside the blogofile folder run

sudo python setup.py install

Your may also need to install [asciidoc](http://www.methods.co.nz/asciidoc/manpage.html)
Your may also need to install [asciidoc](http://www.methods.co.nz/asciidoc/manpage.html)

<a id="below"></a>

## Vanilla Ubuntu 12.04 install:

aptitude install build-essential gcc python-dev libxslt1-dev git python-setuptools python-pip
easy_install lxml

git clone https://github.com/EnigmaCurry/blogofile
cd blogofile
git checkout 0.7.1
python setup.py install

cd ..
git clone https://github.com/openframeworks/ofSite.git
blogofile build
blogofile serve

0 comments on commit 25b25c9

Please sign in to comment.