BotanJS for my blog
Go to file
斟酌 鵬兄 6f3d85c7a8 Fixed broken avatar image style 2022-04-09 21:32:42 +08:00
botanjs Fixed broken avatar image style 2022-04-09 21:32:42 +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 broken avatar image style 2022-04-09 21:32:42 +08: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 Fixed broken avatar image style 2022-04-09 21:32:42 +08:00
.dockerignore Upgraded windows images to 20h2 2022-04-05 02:42:09 +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
Dockerfile Added RespH Snippet 2022-04-05 20:00:42 +09:00
LICENSE Initial commit 2015-08-14 17:42:22 +08:00
README.md Added docker windows container for dev 2021-09-05 23:26:51 +08:00
botan-rebuild.py Merge branch 'core-master' into Astro 2021-09-05 23:30:07 +08:00
main.py Merge branch 'core-master' into Astro 2021-09-05 23:30:07 +08:00
settings.ini Reduced some image 301 round trips 2022-04-05 18:13:40 +09:00

README.md

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