Work-in-progress rewrite of rojo.space to drop Gatsby and MkDocs in favor of a single solution. Builds upon parcel-ssg-example, an experiment I ran to see if building an ad hoc SSG was feasible. It is!
- Node.js 12.x
As always, install dependencies first:
npm install
To run in development mode:
npm run dev
To build to the dist/
directory:
npm run build
Available under the MIT license. See LICENSE.txt or https://opensource.org/licenses/MIT for details.