2025-06-24 13:19:10 -04:00
2025-06-24 13:19:10 -04:00
2025-05-11 20:02:33 -04:00
2025-04-24 12:12:19 -04:00
2025-05-11 20:02:33 -04:00
2025-02-27 09:19:43 -05:00
2025-02-27 09:19:43 -05:00


$ git clone https://git.hackanooga.com/mikeconrad/hackanooga.com.git
$ cd hackanooga.com
$ git checkout master
$ git submodule init
$ git submodule update
$ hugo server --disableFastRender

Deployment

I created a super simple shell script to automate deployment. It requires the wrangler cli to be installed:

$ npm i -g wrangler

Once you have wrangler installed, simply run:

$ bash deploy.sh

The first time, you will be asked to authenticate to Cloudflare.

Description
No description provided
Readme 77 MiB
Languages
Shell 54.1%
HTML 45.9%