aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1eddd2b49514f25cecd7c167f6811692d80c29e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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.
Maybe HTMX?

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.