Code #
danvolchek/personal-website
Code for my personal website
Go
0
0
Overview #
My personal website is the one you’re on right now - it holds links, details about projects I’ve worked on, and a blog for longer form thoughts.
It uses:
- Hugo as a template engine
- Blowfish as the theme
- Github pages to host the content
- Google Domains for the custom domain name
Before this stack, I used a website generator I wrote myself that’s remarkably similar in idea: take markdown files and generate a static website. I switched to hugo + blowfish because it looks better.
I’ve added some customizations on top of blowfish:
- Copying code blocks works regardless of the
highlight.noClasses
setting, allowing for custom code block syntax highlighting. - The home page shows recent articles in multiple sections, with configurable settings like taxonomy and display style per section.
- The color scheme is custom.