Skip to content

posalliance/posalliance-org

Repository files navigation

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.

About

Code to generate posalliance.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published