monty5811 / stcolumbas.freechurch.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the public repo for St Columba's Free Church.

  • Hosting: Netlify (the giving form makes use of Netlify Functions to talk to the Stripe API)
  • Site builder: Custom static site generator written in python
  • CSS: Tailwind
  • CMS: NetlifyCMS

setup

  • Install python3.7, make, entr, node and yarn
  • Run make dev-setup to setup your environment

building the site

  • make serve will launch a webserver that rebuld the site & reloads your browser on change
  • make build does a fresh build
  • make ci-setup ci is run by Netlify at build time
  • see the Makefile for other tasks

About


Languages

Language:HTML 40.6%Language:JavaScript 29.9%Language:Python 22.3%Language:Jinja 2.6%Language:CSS 2.3%Language:Makefile 1.8%Language:Shell 0.5%