Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.64 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.64 KB

Wiki

Source code for spacehuhn.wiki

github pages

How to contribute

  1. Install Hugo
  2. Run git clone https://github.com/SpacehuhnTech/wiki.git
  3. Open the repo cd wiki and download the learn theme by running git submodule update --init --recursive
  4. Run hugo server -D inside the repository folder
  5. Open localhost:1313 to see a live render of the Wiki
  6. Work on the site
  7. If you're done editing, commit your changes and create a pull request

How to create/edit pages

  • Edit existing pages in content/en/
  • Images are placed in static/media/
  • Create a page by running hugo new YOUR_FILE_PATH.md from the wiki/ folder
  • Create a new chapter by running hugo new YOUR_FILE_PATH.md --kind chapter from the wiki/ folder

Some useful links:

Credits

Inspired by pwnagotchi.ai.
Build with Hugo and Hugo Learn Theme.

License

This software is licensed under the MIT License. See the license file for details.