To build the project and run the dev server you can run
-
Install Hugo
Windows
choco install hugoMac
brew install hugo -
Start the dev server
hugo serve -
Open the application in your browser
localhost:1313/dac-ago-docs/
To add a new faction, simply run
-
hugo new --kind faction factions/<faction_name> -
Fill in the blank details and submit a PR/send me the files to upload.
Converting images to webp
find . -type f \( -iname "*.jpg" -o -iname "*.jpeg" -o -iname "*.png" -o -iname "*.gif" \) -exec sh
-c 'magick "$0" "${0%.*}.webp" && rm "$0"' {} \;
Feel free to get in touch!
- Discord (medik_)
- Email (eddie.eldridge@hotmail.com)
- Hugo
- Chad stuff

