Welcome to anhgelus's logs https://anhgelus.world/
Find a file
2026-01-16 22:05:19 +01:00
backend style(html): use prettier plugin for go html 2026-01-16 22:05:19 +01:00
design style(format): install prettier and run 2025-10-06 19:22:14 +02:00
dom test(dom): create 2025-12-21 13:23:16 +01:00
frontend/scss feat(backend): admin dashboard 2025-12-22 15:07:55 +01:00
markdown refactor(markdown): simplify paragraph parsing 2025-12-25 16:25:11 +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 build(go): remove useless godotenv deps 2025-12-27 18:54:39 +01:00
go.sum build(go): remove useless godotenv deps 2025-12-27 18:54:39 +01:00
justfile build(go): target amd64 v3 by default 2025-12-25 17:02:31 +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 feat(backend): set content to display like a poem 2025-12-21 16:57:48 +01:00
push.sh feat(backend): set content to display like a poem 2025-12-21 16:57:48 +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.