forked from Botanical/BotanJS
BotanJS for my blog
botanjs | ||
cache | ||
concourse | ||
env | ||
k8s | ||
logs | ||
setup | ||
windows | ||
.dockerignore | ||
.gitignore | ||
AD_LICENSE | ||
botan-rebuild.py | ||
Dockerfile | ||
LICENSE | ||
main.py | ||
README.md | ||
settings.ini | ||
tests.py |
AstroJS for Blog
The current backend Js/Css services for my blog
Try it - Docker for windows (using windows container with nanoserver)
- docker -f windows/docker-compose.yml build
- docker -f windows/docker-compose.yml up
Features
- Compressable by Closure Compiler (Advanced Compression)
- Python-like, class oriented syntax structure
- Everything is merged into one file for that page
- css class inheritance
Documentation
- Will be added later
Prerequisties
- python3
- virtualenv ( optional )
- pip install Flask
- pip install Celery
- pip install redis
- pip install compressinja