The source code for the Planar Vagabond's Guide to the Multiverse website.
Eric Woodward
f9a3003d70
add ecnounter alpha pull out astral travel to own file zine prep fix multi-row table headers |
||
---|---|---|
.vscode | ||
lib | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
app.js | ||
jsconfig.json | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
site.config.json5 |
The Planar Vagabond's Guide to the Multiverse
A custom-built static site generator in Node.js used to create the website https://planarvagabond.com/.
Setup
$ npm i
$ npm run build
$ npm run serve
$ npm run watch
Go to http://localhost:5000 to see the generated site.
How to use
If you want to use this as the basis for generating your own site, just fork this repository and update the content in the src
folder.