https://github.com/d3adb5/website
My personal website, hosted by GitHub Pages. Constantly a work in progress. Don't expect much!
https://github.com/d3adb5/website
hugo-site personal-website website
Last synced: 5 months ago
JSON representation
My personal website, hosted by GitHub Pages. Constantly a work in progress. Don't expect much!
- Host: GitHub
- URL: https://github.com/d3adb5/website
- Owner: d3adb5
- Created: 2022-01-30T18:06:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-22T07:51:27.000Z (5 months ago)
- Last Synced: 2026-01-22T22:17:26.942Z (5 months ago)
- Topics: hugo-site, personal-website, website
- Language: HTML
- Homepage: https://d3adb5.net
- Size: 3.19 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
personal website
This repository houses both the source and generated files for my personal
website. It's not meant to serve as a CV or a portfolio, it's just a static
website like any other. Or so I intend for it to be as of the time of this
writing.
It uses Hugo, a static site generator written in Go. A long time ago I wrote a
few shell and python scripts to generate the HTML that would be served for my
website. It was pretty messy, and after creating template after template and
excitedly speaking of it to people on IRC, I was pointed to static site
generators.
For the longest time, I had Makefiles to convert things like SASS to CSS and
place the generated files in Hugo's static directory. Now I'm trying to use Hugo
Pipes. Forgive the old man in me for using POSIX sh, Python and GNU Make in the
past. You can't teach an old dog new tricks, so I guess this means I'm not an
old dog.