This repo contains the code to produce posalliance.org
This site is generated with Hugo. See Hugo docs for more information
- Fork repo
- Edit the page under
content/<page>/_index.md
- Submit PR
- Fork repo
- Create page under
content/<pagename>
as_index.md
- Include the
frontmatter
e.g.--- title: My page title menu: "main" --- ***Markdown goes here**
- Create the page using Markdown
Optionally you can preview the changes by Installing Hugo
MacOS: brew install hugo
Windows: choco install hugo -confirm
or check Installing Hugo
Linux: sudo apt-get install hugo
or snap install hugo
To run, simply run hugo serve
in your local git repo.
This website uses the hugo learn theme
- Clone repo
- Install hugo
- Follow the offical learn theme docs
- Submit PR
All content and code is released under MIT licence. Do whatever you want.