diff --git a/README.md b/README.md index af00f78..d5eed5f 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,25 @@ This page is built with [vitepress](https://vitepress.dev/). The theme is fully The font used is [VT323 by Peter Hull](https://github.com/phoikoi/VT323/), which can be installed via [fontsource](https://fontsource.org/fonts/vt323) as a node package. The ascii art headers are generated with `figlet`, using the [Chunky](https://github.com/xero/figlet-fonts/blob/master/Chunky.flf) font. + +![k0r.386 screenshot with highlighted features](https://git.k0r.in/n/k0r.386/raw/branch/main/features.jpg) + +k0r.386 offers some old-school goodness, paired with modern features where convenience matters. + +Notable features are: + + * ASCII Art Titles, auto generated by Figlet.js + * Automatic page discovery + * Footer with clickable links, that can be set up per command (for example an "about" command could add an email link) or per page (configurable in frontmatter) + * Interactive prompt, for the old-school terminal feeling + +Planned features are: + + * Pagination (`more`-style) + +Anti-features (what you will not find as part of this theme): + + * Text formatting + * Syntax highlighting + * a real interactive shell with editor and an ascii art aquarium (...or maybe?) + diff --git a/features.jpg b/features.jpg new file mode 100644 index 0000000..451830b Binary files /dev/null and b/features.jpg differ diff --git a/screenshot.jpg b/screenshot.jpg index a6cf12b..efdb4f1 100644 Binary files a/screenshot.jpg and b/screenshot.jpg differ