https://github.com/deeplearnphysics/pelican-uno
https://github.com/deeplearnphysics/pelican-uno
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deeplearnphysics/pelican-uno
- Owner: DeepLearnPhysics
- License: mit
- Created: 2017-12-05T23:15:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T01:42:10.000Z (over 8 years ago)
- Last Synced: 2025-03-26T18:40:11.830Z (about 1 year ago)
- Language: CSS
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pelican-uno
A responsive, minimal theme with beautiful fonts for [Pelican](http://docs.getpelican.com/en/stable/) static website generator (Python).
This theme is based on [uno](https://github.com/daleanthony/Uno) for [Ghost](https://ghost.org) environment.
If you don't use python/Pelican but want to use uno theme, you might find following implementations useful:
* [hugo-uno](https://github.com/fredrikloch/hugo-uno) ... using [Go](https://golang.org) under [Hugo](https://gohugo.io) environment
* [jekyll-uno](https://github.com/joshgerdes/jekyll-uno) ... using [Ruby](https://www.ruby-lang.org/en/) under [Jekyll](https://jekyllrb.com)
The codes in this repository are taken from results running [jekyll-uno](https://github.com/joshgerdes/jekyll-uno).
I am not an expert of Pelican. In fact this is made on my day 2. Please help correcting mistakes and stupidities!
---
### Install and Test
0. If unfamiliar with Pelican, follow the [Quick Start](http://docs.getpelican.com/en/stable/quickstart.html#).
1. In pelicanconf.py add this line:
`SCRIPTS = ['https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js','main.js']`
2. Generate your website: `make html` or `make devserver`
If you run `devserver` you can access via: [http://localhost:8000](http://localhost:8000)
---
### Demo and Download
Not a clean demo but this theme is used for [our website](https://www.deeplearnphysics.org).
---
### Copyright and license
It is under [the MIT license](/LICENSE).