Skip to content

Commit

Permalink
README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jun 9, 2012
1 parent aeaa7dc commit fb53ee8
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.rst
@@ -1,22 +1,31 @@
Install
-------

$ virtualenv --no-site-packages .
$ activate bin/source
$ pip install blogofile
::

$ git clone https://github.com/iElectric/domenkozar.com.git
$ virtualenv --no-site-packages .
$ activate bin/source
$ pip install blogofile

Generate static site
--------------------

blogofile build -s domenkozar.com
::

blogofile build -s domenkozar.com

Deploy
------

rsync -avz --delete site.com/_site/ www-data@server:/var/www/www.site.com/
::

rsync -avz --delete site.com/_site/ www-data@server:/var/www/www.site.com/


Generate pygments.css
---------------------

::

pygmentize -f html -S monokai -a .highlight > pygments.css

0 comments on commit fb53ee8

Please sign in to comment.