Blinkenshell.org website
  • Python 83%
  • HTML 17%
Find a file
2026-02-17 19:33:45 +01:00
.forgejo Add codeowners file 2026-02-04 12:15:52 +01:00
docs howto irc fileshare 2026-02-17 19:33:45 +01:00
overrides include user stats at end of page 2026-01-31 23:49:03 +01:00
.gitignore don't add site/ 2026-01-19 19:40:29 +00:00
.python-version init zensical 2026-01-06 21:04:37 +01:00
check_links.py Remove some false positives, markdown examples and better detection of index links. 2026-02-06 07:43:50 +01:00
main.py init zensical 2026-01-06 21:04:37 +01:00
pyproject.toml init zensical 2026-01-06 21:04:37 +01:00
README.md Link to uv install instructions and give exact commands for running zensical 2026-02-03 08:51:22 +01:00
uv.lock init zensical 2026-01-06 21:04:37 +01:00
zensical.toml howto irc fileshare 2026-02-17 19:33:45 +01:00

Blinkenshell main website

This site was migrated from MoinMoin wiki in 2026.

The site us using zensical static site generator

Get started

Requirements: uv

git clone this repository

cd into the repository

Create a venv with uv venv

Install zensical in the venv uv add zensical

Run zensical to serve the site locally uv run zensical serve

dummychange