Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.35 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.35 KB

posalliance.org website

This repo contains the code to produce posalliance.org

Contributing

This site is generated with Hugo. See Hugo docs for more information

Updating a page

  • Fork repo
  • Edit the page under content/<page>/_index.md
  • Submit PR

Creating a page

  • 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

Previewing changes locally

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.

Editing theme / design

This website uses the hugo learn theme

Licence

All content and code is released under MIT licence. Do whatever you want.