https://github.com/danopcode/piggel.in
Blog
https://github.com/danopcode/piggel.in
Last synced: 3 months ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/danopcode/piggel.in
- Owner: DanOpcode
- Created: 2015-10-10T11:05:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T22:58:13.000Z (over 10 years ago)
- Last Synced: 2026-02-07T22:27:44.009Z (4 months ago)
- Language: Makefile
- Homepage: http://piggel.in
- Size: 940 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=========
Piggel.in
=========
| Author: Daniel Jonsson
Setup
=====
::
pyvenv env
source env/bin/activate
pip install -r requirements.txt
Update gh-pages
===============
::
make publish
ghp-import output
git push origin gh-pages