A responsive, minimal theme for static website generator (Python), forked from DeepLearnPhysics/pelican-uno.
It's not clean and definitely needs corrections.
- If unfamiliar with Pelican, follow the Quick Start.
- In pelicanconf.py add this line:
SCRIPTS = ['https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js','main.js']
- Generate your website:
make html
ormake devserver
If you run devserver
you can access via: http://localhost:8000
It is under the MIT license.