Welcome to anhgelus's logs https://anhgelus.world/
Find a file
2026-02-06 12:13:15 +01:00
backend feat(template): remove image if nothing is set in SEO 2026-02-05 16:13:01 +01:00
dom fix(dom): remove trailing slash for void element 2026-02-03 18:47:14 +01:00
frontend/scss feat(frontend): better code display 2026-02-06 12:13:15 +01:00
markdown feat(frontend): default color for unknown callout 2026-02-06 09:02:48 +01:00
.editorconfig style(format): install prettier and run 2025-10-06 19:22:14 +02:00
.gitignore feat(backend): connect to sqlite db 2025-12-21 19:01:42 +01:00
.prettierrc style(html): use prettier plugin for go html 2026-01-16 22:05:19 +01:00
bun.lock style(html): use prettier plugin for go html 2026-01-16 22:05:19 +01:00
go.mod fix(dom): remove trailing slash for void element 2026-02-03 18:47:14 +01:00
go.sum fix(dom): remove trailing slash for void element 2026-02-03 18:47:14 +01:00
justfile build(frontend): remove dist folder if present 2026-02-03 14:31:04 +01:00
LICENSE feat(template): remove 'voir plus' if no more items 2025-11-13 15:31:41 +01:00
main.go build(go): remove useless godotenv deps 2025-12-27 18:54:39 +01:00
package.json style(html): use prettier plugin for go html 2026-01-16 22:05:19 +01:00
pull.sh build(frontend): remove dist folder if present 2026-02-03 14:31:04 +01:00
push.sh build(frontend): remove dist folder if present 2026-02-03 14:31:04 +01:00
README.md refactor(frontend): remove JS files 2025-12-12 19:21:22 +01: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, runs everywhere. SSR first.

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.