Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowtechmag/solar
Pelican theme for solar powered version of lowtechmagazine.com
https://github.com/lowtechmag/solar
Last synced: 5 days ago
JSON representation
Pelican theme for solar powered version of lowtechmagazine.com
- Host: GitHub
- URL: https://github.com/lowtechmag/solar
- Owner: lowtechmag
- Archived: true
- Created: 2018-09-27T16:10:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-18T07:44:36.000Z (about 3 years ago)
- Last Synced: 2024-07-11T18:15:20.050Z (4 months ago)
- Language: HTML
- Homepage: https://solar.lowtechmagazine.com
- Size: 101 KB
- Stars: 465
- Watchers: 14
- Forks: 25
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - lowtechmag/solar - Pelican theme for solar powered version of lowtechmagazine.com (others)
README
# solar pelican theme
Solar is a pelican theme designed for . It is an attempt to radically reduce the energy use the associated with accessing our content.
The theme is designed to be extremely light and give visitors insight into the material conditions of the hardware the website runs on.
To this end we've developed a [few custom pelican plugins](https://github.com/lowtechmag/solar-plugins) and additional scripts called [materialserver](https://github.com/lowtechmag/materialserver). For this theme to work the plugins are *required*. The `materialserver` scripts are optional.
## Installation of dependencies
To generate the website you will need to install some basic utilities. Instructions are for machines based on Debian stretch.
`sudo apt update && sudo apt install git python3-dev python3-setuptools python3-pip zlib1g-dev libjpeg-dev jq`
Installing pelican:
`sudo pip3 install wheel pelican markdown typogrify`
Installing dependencies for the plugins:
`sudo pip3 install Pillow bs4 git+https://www.github.com/hbldh/hitherdither webassets libsass cssmin`Install the plugins themselves:
`git clone https://github.com/lowtechmag/solar-plugins`
make sure you add that folder to the list of `PLUGIN_PATHS` in `pelicanconf.py`