This site is built with hugo. A static site generator written in Go.
Don't worry, it is very simple to work with. Most of the site can be modified in html and css. Hugo also has shortcodes which allows you to create more dynamic content in a modular way.
- Make the site easy to maintain.
- Automate some posts from the meetup calendar (and possibly other sources) to help with some SEO.
- streamline the process so that prospective members know how to sign up and know where to find more information.
- Reduce the infrastructure required to run the site
- You will need some version of nodejs installed (probably greater than v12).
- You will need to install golang. Follow instructions @ https://golang.org/dl/
- Install Hugo extended version. This is just a binary https://github.com/gohugoio/hugo/releases
- install the theme
git submodule update --init --recursive
- install node dependencies
npm ci
hugo server
hugo
note: this will output to a dir called
public
which can be served up by most common web servers