Source code and published articles by PyDelhi Community. Blog made with Pelican.
- Clone this repo.
- Create a file in
content/
, see existing files as an example. - Use
./develop_server.sh start
to start a local preview server. - Use
./develop_server.sh stop
to stop the server. - Send a pull request.
-
Install python dependencies:
mkvirtualenv -p /usr/bin/python3 pydelhi-blog workon pydelhi-blog pip install -r requirements.txt
-
Install SASS:
gem install sass scss-lint export PATH="/usr/bin/core_perl:$(ruby -e "print Gem.user_dir")/bin:$PATH"
-
Run in devel mode
make compile_styles make devserver