diff --git a/README.rst b/README.rst index 9574d90..7a21733 100644 --- a/README.rst +++ b/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