https://github.com/fabricioarendtorres/fareto_blog
https://github.com/fabricioarendtorres/fareto_blog
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabricioarendtorres/fareto_blog
- Owner: FabricioArendTorres
- License: apache-2.0
- Created: 2025-01-20T12:41:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T16:08:43.000Z (4 months ago)
- Last Synced: 2025-02-09T17:23:34.896Z (4 months ago)
- Language: Dockerfile
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fareto_blog
Source code to my blog (work in progress ;).
Domain: [https://fareto.dev](https://fareto.dev)
## Setup
I build the page with [hugo](https://gohugo.io/), which builds static html pages based on a template and some markdown files.
The page is self-hosted using coolify, which allows me to automatically pull changes to the main branch of this repo, and use them to build the page.
The building process is done via a Dockerfile.