20f6cfe53ec6ad3c2e936fcdc2a0113b2826f8ee
GRASSROOTS NEW STATIC WEBSITE
A static website built with pelican.
INSTRUCTIONS ON HOW TO BUILD
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
make devserver
With Docker
docker build -t ge-blog .
docker run -p 8000:80 ge-blog
Description
Languages
HTML
79.7%
CSS
14.9%
Python
2.9%
Shell
1.1%
Makefile
1.1%
Other
0.2%