2
1
Fork
You've already forked blog
0
Source code of my blog at http://blog.khinsen.net/
  • HTML 83.1%
  • Common Lisp 11.9%
  • JavaScript 2.1%
  • Go Template 2%
  • CSS 0.9%
Konrad Hinsen 06fe763a3b Add DOI
2026年07月07日 11:20:36 +02:00
drafts New post 2025年11月12日 09:57:30 +01:00
lisp Allow commenting from BlueSky 2026年06月10日 15:07:12 +02:00
pages Fix license inconsistency 2025年01月27日 18:21:22 +01:00
posts Add DOI 2026年07月07日 11:20:36 +02:00
static Add images and data files 2023年11月14日 14:50:01 +01:00
templates Allow commenting from BlueSky 2026年06月10日 15:07:12 +02:00
tools Scripts used for migrating older posts 2023年12月28日 16:04:14 +01:00
.gitignore Configuration update 2023年11月18日 17:54:43 +01:00
kh-blog.asd Code updated to track changes in dependencies 2024年12月06日 12:03:45 +01:00
LICENSE-code.txt Skeleton for new build code 2024年06月26日 15:29:15 +02:00
LICENSE-coleslaw.txt Skeleton for new build code 2024年06月26日 15:29:15 +02:00
LICENSE-posts-and-pages.txt Change license to CC-BY 2024年07月15日 18:10:00 +02:00
preview-site Preview script 2023年11月30日 13:42:18 +01:00
README.md Change license to CC-BY 2024年07月15日 18:10:00 +02:00

Konrad Hinsen's blog

This repository contains the source code for my blog.

Licenses

The content of the blog (directories pages, posts, static, and themes) is covered by the Creative Commons CC-BY license. See LICENSE-posts-and-pages.txt.

The code that creates the publishd HTML version is covered by the GNU Public License v3.0 (or later). See LICENSE-code.txt. It integrates code from coleslaw, which is covered by a BSD-type license. See file LICENSE-coleslaw.txt.