BotanJS for my blog
Go to file
2022-03-16 03:16:36 +09:00
botanjs Use a smaller sized serif font 2021-09-10 15:30:44 +08:00
cache Initial commit 2015-08-14 18:12:10 +08:00
env Update README.md 2016-05-28 01:53:21 +08:00
k8s Fixed operation not permitted error 2022-03-16 03:16:36 +09:00
logs Initial commit 2015-08-14 18:12:10 +08:00
setup Using PVC instead, updated celery 2022-03-16 01:04:16 +09:00
windows Added docker windows container for dev 2021-09-05 23:26:51 +08:00
.dockerignore Using PVC instead, updated celery 2022-03-16 01:04:16 +09:00
.gitignore Removed tests, using virtualenv 2016-05-28 00:20:58 +08:00
AD_LICENSE Added zlib, fixed wildcard import ignoring namespaces 2017-10-26 16:17:17 +08:00
botan-rebuild.py Merge branch 'core-master' into Astro 2021-09-05 23:30:07 +08:00
Dockerfile Using PVC instead, updated celery 2022-03-16 01:04:16 +09:00
LICENSE Initial commit 2015-08-14 17:42:22 +08:00
main.py Merge branch 'core-master' into Astro 2021-09-05 23:30:07 +08:00
README.md Added docker windows container for dev 2021-09-05 23:26:51 +08:00
settings.ini Fixed ingress misconf for k8s 2021-09-06 00:29:08 +08:00

BotanJS

A working concept of Js/Css framework for web browsers

Disclaimer

  • This is a working concept. So it works on me. And may have a bunch of useless dependency. Use at your own risks!

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