Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 641 Bytes

readme.md

File metadata and controls

23 lines (17 loc) · 641 Bytes

boonsboos.nl

custom blog system for my personal site

features

  • write your posts in markdown
  • easy to style with tailwind
  • style your code tags yourself with chroma

requirements

  • go (>=1.21)
  • tailwind cli (>=1.3.4)

building

tailwindcss -o static/s.css -m
export GIN_MODE=release; go run .

is this for you?

short answer: not really

long answer: I made this site generator for my own personal website and therefore it only has the things I need. If you want to add a feature, feel free to fork the project and put your own twist on it.