Information about the Astral Campgrounds as a static site generated by Quartz
https://wiki.astral.camp
Astral-Wiki | ||
quartz | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
.node-version | ||
.npmrc | ||
.prettierignore | ||
.prettierrc | ||
Dockerfile | ||
globals.d.ts | ||
index.d.ts | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
quartz.config.ts | ||
quartz.layout.ts | ||
README.md | ||
tsconfig.json |
Astral Campgrounds Wiki
This repository holds the content and infrastructure for generating the Astral Campgrounds Wiki Website using Quartz.
Set Up for Development
- Clone the repo:
git clone ssh://git@git.astral.camp/campgrounds/wiki.git
- Install dependencies:
cd wiki && npm install
- Build and serve:
./scripts/dev.sh
Build for Production
To build into a static site to deploy:
./scripts/build.sh