Go to file
Dominik V. Salonen e6d3861bfa First 30 seconds of proofreading. 2018-09-04 13:04:02 +00:00
archetypes Initial commit 2018-06-06 14:47:45 +03:00
content First 30 seconds of proofreading. 2018-09-04 13:04:02 +00:00
static Add first draft of T480 follow-up 2018-09-04 13:47:46 +02:00
themes Update theme again 2018-09-03 17:29:57 +02:00
.gitignore Initial commit 2018-06-06 14:47:45 +03:00
.gitmodules Remove Casper theme 2018-09-03 13:02:08 +02:00
README.md Added a readme. Just because. 2018-06-06 12:06:35 +00:00
config.toml Add the tagline back 2018-09-03 16:56:23 +02:00

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.