aymanfarhat / TheCodeShip

Source of my blog discussing everything related to programming and software development. Built with Python's Pelican.

Home Page:http://thecodeship.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Instructions

Copy and customize pelican conf files

mv sample.publishconf.py publishconf.py
mv sample.pelicanconf.py pelicanconf.py
mv sample.fabfile.py fabfile.py
mv sample.Makefile Makefile

Install requirements

pip install -r requirements.txt
sudo gem install sass

Generate local HTML files

make html

Serve locally

make serve

About

Source of my blog discussing everything related to programming and software development. Built with Python's Pelican.

http://thecodeship.com

License:GNU General Public License v3.0


Languages

Language:Python 33.4%Language:SCSS 29.1%Language:HTML 27.3%Language:JavaScript 6.6%Language:Shell 3.6%