No description
  • HTML 70.1%
  • Shell 29.9%
Find a file
2026-05-04 07:07:01 +02:00
.well-known added robots.txt 2025-07-07 14:13:02 +02:00
assets Added auto color scheme meta information 2025-09-14 05:16:10 +02:00
blog Added new post 2025-07-16 11:14:51 +02:00
.gitattributes Added png to lfs 2025-06-22 09:21:46 +02:00
.gitignore Added a new post 2025-06-27 18:10:51 +02:00
blog.html Added auto color scheme meta information 2025-09-14 05:16:10 +02:00
contact.html contact: Fixed contact style and head 2025-09-15 22:34:29 +02:00
index.html index: fixed link to git 2026-05-04 07:07:01 +02:00
LICENSE initial commit 2021-11-05 14:30:28 +01:00
md2html.sh Updated md2html generator 2025-06-29 09:06:58 +02:00
README.md README: Updated readme 2025-07-07 08:32:12 +02:00
robots.txt added robots.txt 2025-07-07 14:13:02 +02:00

krickl.dev

Table of content

Installation

Usage

To convert all blog posts from markdown to html run the following command. This will also create an atom feed.

./md2html.sh

Dist directory

The dist directory contains some pre-build binaries

Currently the webserver expects those binaries to be there.

  • dist/gbrg/rg.gb should contain the latest build of gbrg

Assets directory

Images are stored in images/. They are not part of the repository but posts may reference them.

Posts

All blog posts should have the following format:

File name: yyyy-mm-dd-summary-of-post.md

Line 1: Title of post as h1 Line 2: Date of post (yyyy-mm-dd) as h2

Git

This site links to a git simple web instance running at git.*. This is a simple mirror of my repositories.

License

This program is distributed under the terms of the MIT License.

Contributing

Credits

TODO