An opinionated website builder for blog-ish websites.
- Superstructure builds static websites
- Superstructure doesn't add anything you don't need
- Superstructure doesn't care how or where you host your website
- Superstructure lets you design your website how you like
- Superstructure just builds, and does some housekeeping
Superstructure builds websites that have articles.
The articles can be tagged.
The articles are all listed together on a /posts
page.
The tags are browsable on a /tags
page.
Each tag has it's own /posts/<tag>
page.
Articles are written in Markdown, and inserted into a layout written in Pug and styled with Sass.
Metadata about the article can be defined in little YAML chunk at the end.
- Have node.js installed
- Grab the example project
- Install Superstructure by running
npm install
- Build by running
npm start