No description
- HTML 70.1%
- Shell 29.9%
| .well-known | ||
| assets | ||
| blog | ||
| .gitattributes | ||
| .gitignore | ||
| blog.html | ||
| contact.html | ||
| index.html | ||
| LICENSE | ||
| md2html.sh | ||
| README.md | ||
| robots.txt | ||
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.gbshould 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.