Skip to content

ownport/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ownport.github.io

Personal website, based on pelican. Homepage: http://ownport.github.io/notes/

Installation

$ docker pull ownport/pelican:latest

Update site

Run container and re-generate HTML pages

$ make run-container
$ cd /data/engine/
$ manage clean 
$ manage html
$ exit

Outside of container update GitHub pages in gh-pages branch

$ ./scripts/ghp-import engine/output/
$ git push origin gh-pages