Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.17 KB

lust.dev

Source for lust.dev

I've been blogging on WordPress since 2008, unfortunately. I've found Wordpress incredibly slow, especially given the content can be made completely static. Luckily the world has taken notice, with the recent explosion of static blogging frameworks. So, why pay $110/yr for a dedicated WP provider, when you can pay $1/yr to AWS S3 $0 to host on GitHub pages?

This repo has the contents of my site as I port it to Hugo. If you like the place, feel free to use the code as an exemplar, however, the blog content is © Joe Lust 2020.

This site is hosted on GitHub Pages.

Local Building

git clone git@github.com:twistedpair/lustforge.com.git
# We fixed some of the Hugo themes
git submodule update --init --recursive

Local live development

Startup the live Hugo server

hugo server -D -w

Deployment

This site uses GitHub Actions to deploy. Just merge to main and it will be deployed to GitHub Pages.

Deployment workflow can be found here