This is the sourcecode repository for the official site of the Pittsburgh District Church of the Nazarene.
View the site at https://pghnaz.org/.
The site is built with the static site generator Eleventy on Node.js.
The theme files are in src/includes/
are stored in a submodule at https://github.com/pghnaz/caimhoff.
Before submitting an issue or pull request, please read our code of conduct.
Also, check out our wiki for style guides and coding standards.
Follow these steps to run a copy of this site on your personal comupter or other local development environment.
~$ git clone --recursive https://github.com/pghnaz/pghnaz.org.git
$ npm install
~$ npx eleventy --serve
NB, if you already have a local copy, then you need to manually update the submodules when you pull other updates from the GitHub.
$ git submodule update --remote --merge
Thanks for helping make this site possible.
© 2019 by Pittsburgh District Church of the Nazarene