~henesy/cleromancy

Main OCC hugo static site repo
53ff33ea — henesy 4 months ago
final(?) schedule update
05b2decd — henesy 5 months ago
logo: update logo image (thanks meem)
af18faea — henesy 5 months ago
posts: add schedule, update DFC25 page ;; theme tweaks for  discord link ;; more HTML rendering

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~henesy/cleromancy
read/write
[email protected]:~henesy/cleromancy

You can also use your local clone with git send-email.

#OCC - The Order of Cascadian Cleromancers

A gaming collective based slightly east of Seattle.

#Setup for building site

Ubuntu/debian:

# Install hugo: https://github.com/gohugoio/hugo/releases
# or: CGO_ENABLED=1 go install -tags extended,withdeploy github.com/gohugoio/hugo@latest
git clone --recursive [email protected]:~henesy/cleromancy
sudo apt install sass
npm install -g sass
cd cleromancy
hugo server