|
|
||
|---|---|---|
| .cargo | ||
| input | ||
| public | ||
| src | ||
| templates | ||
| .gitignore | ||
| .prettierrc.json | ||
| Cargo.toml | ||
| README.md | ||
| askama.toml | ||
| justfile | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||
README.md
KHGuide
A small static page generator for guides on a bunch of Kingdom Hearts features.
Such as:
- synthesis lists and trackers
- enemy drops and location
- command melding for Birth By Sleep
- spirit boards for Dream Drop Distance
- food and pro codes simulators for Kingdom Hearts 3
Usage
- Probably the easiest way is to use the hosted version offered here
- For a local version you'll need a web server to serve CSS and JavaScript modules, read the below Development section for this
Development
Prerequisite:
Setup
- Clone the repo locally using git
- Setup your web server and make sure it runs
- Configure the web server so it serves files
- Caddy:
file_server
- Caddy:
- Use
justorjust buildthis will generate all the HTML files - Copy all assets from the newly generated
outfolder inside caddy'ssitefolder to be served- Make sure the path served is the same as the
BASE_URLenv var (ex:site/khguidecorresponds toBASE_URL="/khguide")
- Make sure the path served is the same as the
- Access the app at
localhost