pelican-website-ge/README.md

20 lines
291 B
Markdown
Raw Normal View History

2021-09-17 09:02:18 +02:00
# GRASSROOTS NEW STATIC WEBSITE
A static website built with pelican.
## INSTRUCTIONS ON HOW TO BUILD
```angular2html
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
make devserver
```
2021-09-21 13:54:31 +02:00
## With Docker
docker build -t ge-blog .
docker run -p 8000:80 ge-blog
2021-09-17 09:02:18 +02:00