staticoso/README.md

39 lines
1.9 KiB
Markdown
Raw Normal View History

2022-05-21 20:03:27 +02:00
# staticoso
**staticoso** (_from Italian statico [static] + coso [thingy]_) is an unpretentious static site generator.
I'm making this because I need a simple and kind-of-minimal program to serve me as a static site generator with (limited) CMS features. Just the features I need.
This won't replace any of the big projects out there that do the same thing but, as all of my projects, I'm releasing it as free libre software, in the hope that someone would find it useful.
Also, this software is needed for someone to edit and compile my personal sub-website [sitoctt](https://gitlab.com/octtspacc/sitoctt) from its source. Being that site too released under a libre license that allows modifications, I have to also release the tools I use to build it.
2022-05-21 20:03:27 +02:00
Feel free to experiment with all of this stuff!
## Dependencies
- [Python >= 3.10.4](https://python.org)
- [Python Markdown >= 3.3.7](https://pypi.org/project/Markdown)
- (Included) [htmlmin >= 0.1.12](https://pypi.org/project/htmlmin)
2022-05-21 20:03:27 +02:00
- [pug-cli >= 1.0.0-alpha6](https://npmjs.com/package/pug-cli)
## Features roadmap
- [x] HTML minification
2022-06-18 23:40:01 +02:00
- [ ] Open Graph support
- [x] Custom categories for posts
2022-06-07 13:42:32 +02:00
- [x] Custom static page parts programmable by context
- [x] Handle showing creation and modified date for posts
2022-06-03 23:38:47 +02:00
- [x] Generation of category pages (ex. page with list of blog posts)
2022-05-30 20:10:43 +02:00
- [x] Custom title choosing type (HTML/Plaintext)
- [x] Custom page ordering
- [ ] SCSS compilation support for CSS templates
- [ ] Pug support for base templates and page side parts
- [ ] Differential recompile (to optimize resource waste on non-ephemeral servers)
- [ ] Hot-recompile (for website development)
- [ ] XML sitemap generation
- [ ] RSS feed generation
- [x] Generation of website page tree in left sidebar
2022-05-21 20:03:27 +02:00
- [x] Generation of titles in right sidebar with clickable links
- [x] Detections of titles in a page
2022-06-07 13:42:32 +02:00
- [x] Custom static page parts by template
- [x] Markdown + Pug support for pages
2022-05-21 20:03:27 +02:00
- [x] First working version