Go to file
octospacc 1de8ed2db7 Fixes for Markdown support
I have been out of my mind for a few weeks and decided that Markdown was inferior to Pug, so I kind of ignored it and my punishment for the day was, since I now want to use Markdown too again, to fix my code.
2022-06-14 13:51:23 +02:00
Source Fixes for Markdown support 2022-06-14 13:51:23 +02:00
LICENSE.md Implement Pug conversion without overhead 2022-05-17 22:58:51 +02:00
README.md Fixes for Markdown support 2022-06-14 13:51:23 +02:00

README.md

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 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.

Feel free to experiment with all of this stuff!

Dependencies

Features roadmap

  • Custom static page parts programmable by context
  • Handle showing creation and modified date for posts
  • Generation of category pages (ex. page with list of blog posts)
  • Custom title choosing type (HTML/Plaintext)
  • 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
  • Generation of website page tree in left sidebar
  • Generation of titles in right sidebar with clickable links
  • Detections of titles in a page
  • Custom static page parts by template
  • Pug support for pages
  • Markdown support for pages
  • First working version