A responsive, minimal theme with beautiful fonts for Pelican static website generator (Python). This theme is based on uno for Ghost environment. If you don't use python/Pelican but want to use uno theme, you might find following implementations useful:
The codes in this repository are taken from results running jekyll-uno. I am not an expert of Pelican. In fact this is made on my day 2. Please help correcting mistakes and stupidities!
- 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
Not a clean demo but this theme is used for our website.
It is under the MIT license.