https://github.com/betatim/simplez
The Pelican theme used on http://betatim.github.io
https://github.com/betatim/simplez
Last synced: about 1 month ago
JSON representation
The Pelican theme used on http://betatim.github.io
- Host: GitHub
- URL: https://github.com/betatim/simplez
- Owner: betatim
- Created: 2014-03-27T08:19:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T05:18:56.000Z (over 3 years ago)
- Last Synced: 2025-02-13T23:15:35.679Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 2.15 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simplez
The pelican theme used on [betatim.github.io](http://betatim.github.io).
Aim is to keep things simple.
Currently it is extremely specific to my needs, but feel free to fork it!
## Install
Run `yarn` to get bootstrap, install `sass` (via their webpage),
then run `sass --watch scss/custom.scss:static/simplez.css` to generate
the custom CSS.
## Templates
All the Pelican specific stuff is in `templates/`. The `static/` folder should
contain the built CSS as well as the Pygments style sheet for code highlighting.