This is an opinionated static site generator built with speed of development in mind.
This is very cutting edge software and should not be used in production yet as the API is subject to change in the near future.
- Get the library
npm install @jverneaut/sandbox- Add a
pagesfolder with at least aindex.md,index.jsandindex.twigfiles in this directory
mkdir pages
touch index.md index.twig index.js- Add a frontmatter to the
index.mdfile to specify its title
---
title: Example
---- Add a
devandbuildscript to your project
"scripts": {
"dev": "sandbox dev",
"build": "sandbox build"
},- Improve the markdown rendering/remove the
\"from the html and link attributes - Allow more customization of the markdown, webpack and site configuration
- Create a documentation site
- Find a more memorable name
- Better handle client-side webpack errors
- Allow images in markdown documents
- Setup the GitHub repository to allow contributions
- Setup a test suite