AstroJS/README.md

26 lines
799 B
Markdown
Raw Normal View History

2022-08-02 17:18:22 +00:00
# AstroJS for Blog
[![Image](https://build.s.k8s.astropenguin.net/api/v1/teams/main/pipelines/astrojs/badge)](https://build.s.k8s.astropenguin.net/teams/main/pipelines/astrojs)
2015-08-14 09:45:27 +00:00
2022-08-02 17:18:22 +00:00
The current backend Js/Css services for [my blog](https://blog.astropenguin.net)
2021-09-05 15:16:37 +00:00
### Try it - Docker for windows (using windows container with nanoserver)
- docker -f windows/docker-compose.yml build
- docker -f windows/docker-compose.yml up
2015-08-14 10:26:24 +00:00
2015-08-14 09:45:27 +00:00
### 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
2015-08-14 10:12:10 +00:00
### Documentation
- Will be added later
### Prerequisties
2016-05-27 17:52:18 +00:00
- python3
2021-09-05 15:16:37 +00:00
- virtualenv ( optional )
2015-08-14 10:12:10 +00:00
- pip install Flask
- pip install Celery
- pip install redis
- pip install compressinja