Source code for spacehuhn.wiki
- Install Hugo
- Run
git clone https://github.com/SpacehuhnTech/wiki.git
- Open the repo
cd wiki
and download the learn theme by runninggit submodule update --init --recursive
- Run
hugo server -D
inside 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.md
from thewiki/
folder - Create a new chapter by running
hugo new YOUR_FILE_PATH.md --kind chapter
from 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.