Personal blog based on bearblog but static using Jekyll
The noise/ directory contains a small Go program that generates assets/background.png.
cd noise
# Import FastNoiseLite from its repository
wget https://raw.githubusercontent.com/Auburn/FastNoiseLite/refs/heads/master/Go/fastnoise.go -O fastnoise/fastnoise.go
go run ./main.go.goYou may need extra config in _config.yml if you want to use your Slack and not mine
LASTFM_PROXY_ENDPOINTis a Cloudflare Workers sourced on MathiasDPX/workers- and replace all occurences of
U080HHYN0JDto your Slack ID
In case my instance of jekyll-hackclub, you'll need to change HACKCLUB_API to your own instance
You can run a test instance with these commands:
bundle install
jekyll serve