Welcome to anhgelus's logs
backend | ||
design | ||
frontend | ||
markdown | ||
.editorconfig | ||
.gitignore | ||
bun.lock | ||
go.mod | ||
go.sum | ||
justfile | ||
LICENSE | ||
main.go | ||
package.json | ||
README.md | ||
tsconfig.json |
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
.