Source code for spacehuhn.wiki
- Install Hugo
- Run
git clone https://github.com/SpacehuhnTech/wiki.git - Open the repo
cd wikiand download the learn theme by runninggit submodule update --init --recursive - Run
hugo server -Dinside the repository folder - Open localhost:1313 to see a live render of the Wiki
- Work on the site
- If you're done editing, commit your changes and create a pull request
- Edit existing pages in
content/en/ - Images are placed in
static/media/ - Create a page by running
hugo new YOUR_FILE_PATH.mdfrom thewiki/folder - Create a new chapter by running
hugo new YOUR_FILE_PATH.md --kind chapterfrom thewiki/folder
Some useful links:
- Markdown
- Hugo Shortcodes
- Hugo Learn Theme Shortcodes
- Hugo Documentation
- Hugo Learn Theme Documentation
Inspired by pwnagotchi.ai.
Build with Hugo and Hugo Learn Theme.
This software is licensed under the MIT License. See the license file for details.