Go to file
Idaapayo a3f1cf6d3e updating gitignore to match master 2021-11-02 00:17:57 +03:00
.firebase adding readme 2021-09-17 10:02:18 +03:00
.github/workflows adding readme 2021-09-17 10:02:18 +03:00
.idea second commit 2021-04-28 09:55:58 +03:00
content blog in capital 2021-11-01 19:47:36 +03:00
ge-theme adding newest blogs in site 2021-09-22 20:08:18 +03:00
standalone-deploy/data/certbot/conf blog in capital 2021-11-01 19:47:36 +03:00
.dockerignore add build 2021-09-21 14:54:31 +03:00
.firebaserc adding readme 2021-09-17 10:02:18 +03:00
.gitignore updating gitignore to match master 2021-11-02 00:17:57 +03:00
.gitlab-ci.yml login to registry 2021-09-21 15:05:41 +03:00
Dockerfile update expose port so its clear 2021-09-21 15:00:47 +03:00
LICENSE Update LICENSE 2021-04-28 07:04:14 +00:00
Makefile First commit 2021-04-27 21:13:11 +03:00
README.md add build 2021-09-21 14:54:31 +03:00
firebase-debug.log adding readme 2021-09-17 10:02:18 +03:00
firebase.json adding readme 2021-09-17 10:02:18 +03:00
geckodriver.log scrapped all the files 2021-08-03 21:21:56 +03:00
loginginfo.log scrapped all the files 2021-08-03 21:21:56 +03:00
nginx.conf docker build 2021-09-17 15:29:10 +03:00
package-lock.json adding readme 2021-09-17 10:02:18 +03:00
pelicanconf.py adding readme 2021-09-17 10:02:18 +03:00
publishconf.py made all code review changes and more responsive on phones 2021-05-17 17:19:40 +03:00
requirements.txt add requirements.txt 2021-07-06 11:23:29 +03:00
sendemail.py final changes and contact form using getform 2021-08-06 15:41:48 +03:00
tasks.py First commit 2021-04-27 21:13:11 +03:00

README.md

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