BotanJS for my blog
Go to file
斟酌 鵬兄 3d05f82767 Dynamic contact button 2022-09-02 00:52:50 +08:00
botanjs Dynamic contact button 2022-09-02 00:52:50 +08:00
cache Initial commit 2015-08-14 18:12:10 +08:00
concourse Use Concourse CI 2022-07-31 21:33:27 +09:00
env Update README.md 2016-05-28 01:53:21 +08:00
k8s Removed now-useless container 2022-08-13 17:16:53 +08:00
logs Initial commit 2015-08-14 18:12:10 +08:00
setup chmod setup/docker.start +x 2022-07-31 21:40:46 +09:00
windows Fixed broken avatar image style 2022-04-09 21:32:42 +08:00
.dockerignore Revert prev commit, do not encodeURI on DataKey 2022-07-31 22:06:39 +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 Update README.md 2022-08-03 02:18:22 +09:00
botan-rebuild.py Fixed rebuild hashbang 2022-08-03 01:52:09 +09: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
tests.py Fixed css crashing 2022-08-02 23:46:44 +09:00

README.md

AstroJS for Blog

Image

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