https://github.com/anhgelus/small-web
Welcome to anhgelus's logs.
https://github.com/anhgelus/small-web
brutalism brutalist minimal small-web
Last synced: 3 months ago
JSON representation
Welcome to anhgelus's logs.
- Host: GitHub
- URL: https://github.com/anhgelus/small-web
- Owner: anhgelus
- License: agpl-3.0
- Created: 2025-10-04T18:08:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-10-05T14:05:56.000Z (3 months ago)
- Last Synced: 2025-10-05T15:07:00.726Z (3 months ago)
- Topics: brutalism, brutalist, minimal, small-web
- Language: Go
- Homepage: https://git.anhgelus.world/anhgelus/small-web
- Size: 128 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Small Web
Welcome to anhgelus's logs.
Bienvenue dans les logs d'anhgelus.
## Concept
Personnal website in the vibe of the small web mouvance.
It aims to be simple, minimalist, brutalist, indie, and personnal.
## How it works
Backend written in modern Go.
Light CSS, light JS, runs everywhere.
SSR first.
Optional HTMX to fluidify the navigation.
Content written in markdown.
RSS feed.
## Organization
This repository contains only the source code of the website, not the contents.
Mock-ups are in `design`.
Only HTML and raw CSS here.
This project uses a custom markdown parser.
It is located in `markdown`.
I made my custom parser because I have extended its specification.
The backend is in `backend`.
It uses `github.com/go-chi/chi/v5`.
The frontend stuff is in `frontend`.