An open API service indexing awesome lists of open source software.

https://github.com/anhgelus/small-web

Welcome to anhgelus's logs.
https://github.com/anhgelus/small-web

brutalism brutalist minimal small-web

Last synced: 3 months ago
JSON representation

Welcome to anhgelus's logs.

Awesome Lists containing this project

README

          

# 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`.