Skip to content

The official site of the Pittsburgh District Church of the Nazarene

License

Notifications You must be signed in to change notification settings

pghnaz/pghnaz.org

Repository files navigation

pghnaz.org

This is the sourcecode repository for the official site of the Pittsburgh District Church of the Nazarene.

View the site at https://pghnaz.org/.

Overview

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.

Contributing

Before submitting an issue or pull request, please read our code of conduct.

Also, check out our wiki for style guides and coding standards.

Local Development

Follow these steps to run a copy of this site on your personal comupter or other local development environment.

  1. Install Node.js
  2. Clone or download this repository, including its submodules.
~$ git clone --recursive https://github.com/pghnaz/pghnaz.org.git
  1. Install dependencies
$ npm install
  1. Start the local server
~$ 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

Contributors

Thanks for helping make this site possible.

© 2019 by Pittsburgh District Church of the Nazarene