An open API service indexing awesome lists of open source software.

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

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)