Skip to content

MathiasDPX/starblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

edb03c4 · · Mar 14, 2026

History

94 Commits
Mar 14, 2026
Mar 8, 2026
Feb 26, 2026
Mar 14, 2026
Mar 14, 2026
Dec 11, 2025
Dec 2, 2025
Feb 13, 2026
Mar 13, 2026
Mar 14, 2026
Mar 10, 2026
Feb 10, 2026
Mar 14, 2026
Feb 26, 2026
Mar 14, 2026

Repository files navigation

starblog

Personal blog based on bearblog but static using Jekyll

generate assets

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.go

config

You may need extra config in _config.yml if you want to use your Slack and not mine

  • LASTFM_PROXY_ENDPOINT is a Cloudflare Workers sourced on MathiasDPX/workers
  • and replace all occurences of U080HHYN0JD to your Slack ID

In case my instance of jekyll-hackclub, you'll need to change HACKCLUB_API to your own instance

dev

You can run a test instance with these commands:

bundle install
jekyll serve