The website source code for http://www.pascalpdx.org.
If you've found a problem with the site (missing content, typos, etc...), please either fork this repository and send a pull request or create an issue.
The website is built with Hugo, a static site generator written in Golang.
First, you're going to want to create a fork of this project on Github. Then, checkout the fork on your local machine.
To develop using the site, just download the Hugo binary in your platform (Mac, Win, Linux) and run:
./preview
...in this directory. Running that starts up a development server that watches for changes and reloads the site every time a file is changed.
Any changes to the static, content, and layouts directories will automatically be compiled into the public dir.
Site content is found in the content directory and is written in Markdown.
In order to deploy to this repository, you'll need to submit a pull request.
We have a circleci build process ... which commits the code and pushes the updates to the github pages repos
Content released under the Creative Commons Share-Alike 2.5 License.
Modified for PascalPDX by @lokkju and @bitassassin
Created by Dana Woodman.
Thanks to Hugo for making this easy for us.