Welcome to anhgelus's logs
Find a file
2025-10-06 20:56:11 +02:00
backend build(go): fix typo in package name 2025-10-06 20:56:11 +02:00
design style(format): install prettier and run 2025-10-06 19:22:14 +02:00
frontend style(format): install prettier and run 2025-10-06 19:22:14 +02:00
markdown fix(frontend): code multi line does not wrap 2025-10-06 14:19:23 +02:00
.editorconfig style(format): install prettier and run 2025-10-06 19:22:14 +02:00
.gitignore build(go): fix typo in package name 2025-10-06 20:56:11 +02:00
bun.lock style(format): install prettier and run 2025-10-06 19:22:14 +02:00
go.mod build(go): fix typo in package name 2025-10-06 20:56:11 +02:00
go.sum build(go): tidy 2025-10-05 16:05:51 +02:00
justfile build(go): tidy 2025-10-05 16:05:51 +02:00
LICENSE Initial commit 2025-09-29 12:28:50 +02:00
main.go build(go): fix typo in package name 2025-10-06 20:56:11 +02:00
package.json style(format): install prettier and run 2025-10-06 19:22:14 +02:00
README.md style(format): install prettier and run 2025-10-06 19:22:14 +02:00
tsconfig.json feat(frontend): bundle htmx and set every external link to target blank 2025-10-03 17:21:29 +02:00

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.