https://github.com/twistedpair/lustforge.com
Source for LustForge.com
https://github.com/twistedpair/lustforge.com
Last synced: 12 months ago
JSON representation
Source for LustForge.com
- Host: GitHub
- URL: https://github.com/twistedpair/lustforge.com
- Owner: twistedpair
- Created: 2016-01-21T15:53:43.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T03:38:46.000Z (over 1 year ago)
- Last Synced: 2025-02-28T01:12:30.094Z (over 1 year ago)
- Language: SCSS
- Size: 13.3 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lust.dev
Source for [lust.dev](https://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](https://www.staticgen.com/). 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](https://pages.github.com/).
# Local Building
```bash
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
```bash
hugo server -D -w
```
# Deployment
This site uses [GitHub Actions](https://github.com/actions) to deploy. Just merge to `main` and it will be deployed to [GitHub Pages](https://pages.github.com/).
Deployment workflow can be found [here](.github/workflows/build-deploy-site.yml)