This blog platform was built by me for my needs. It's a little rough around the edges, and I don't expect anyone else to try to use it. But it gives me great freedom in customizing it, and it was fun to build.
The blog content, such as posts, are not hosted here. You may find the deployed site over at https://blog.larssonoliver.com. Hope to see you there!
- Nuxt 3
- Node.js
- Woodpecker CI for CI/CD.
- Running self-hosted runners.
- Deployed via self-hosted Kubernetes
- Argo CD for GitOps.
# Install dependencies
npm install
# Compiles and hot-reloads for development
npm run devSee package.json for more scripts.
Building local image:
# Build image
docker build -t git.larssonoliver.com/oliver/blg .Release by pushing a new version tag. Easiest done using:
npm version <major|minor|patch>
# Followed by
git push --follow-tagsThis project is licensed under the MIT License.