The blog I typically forget exists
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Quad 1fb897051e Fix source code links 3 years ago
archetypes Initial commit 5 years ago
content Fix source code links 3 years ago
static Add donation screenshot 5 years ago
themes Update theme again 5 years ago
.gitignore Initial commit 5 years ago
.gitmodules Fix submodule url 3 years ago
README.md Added a readme. Just because. 5 years ago
config.toml Add the tagline back 5 years ago

README.md

Hugo-based blog

This repo contains files needed for my hugo blog.

It's mostly stored here so that it gets backed up along with GitLab and it's easier to push new posts here, instead of ssh'ing into the server every time. Some residual images from when this was a Ghost blog remains. I simply copied Ghost's whole content/ folder over to static/ and then deleted the months/years I know weren't needed anymore. Maybe I'll bother cleaning up and sorting all the images one day.

Usage

Don't get why you'd ever want to, but okay.

  • Install Hugo
  • Clone this repo
  • Run hugo in the repo
  • Congratz, the junk is in a public/ folder. Serve it with nginx or something.