The website for the Church of the Nazarene in the Loop.
This site includes prerendered static files generated by Eleventy (11ty). Thanks, Zach Leatherman.
The templates are written entirely in vanilla JavaScript (files with the *.11ty.js
extension).
Install Node.js on your machine (see 11ty documentation for specific requirements).
Then enter the following commands into your terminal:
git clone --recurse-submodules git@github.com:loopnaz/loopnaz.org.git
cd loopnaz.org
3. Install the project dependencies with NPM.
npm install
npm run dev
The command npm run build
will generate a copy of the site files in a _site
directory, which you can deploy with any hosting service.
© 2025 by Church of the Nazarene in the Loop