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%
|
|
||
|---|---|---|
| drafts | New post | |
| lisp | Allow commenting from BlueSky | |
| pages | Fix license inconsistency | |
| posts | Add DOI | |
| static | Add images and data files | |
| templates | Allow commenting from BlueSky | |
| tools | Scripts used for migrating older posts | |
| .gitignore | Configuration update | |
| kh-blog.asd | Code updated to track changes in dependencies | |
| LICENSE-code.txt | Skeleton for new build code | |
| LICENSE-coleslaw.txt | Skeleton for new build code | |
| LICENSE-posts-and-pages.txt | Change license to CC-BY | |
| preview-site | Preview script | |
| README.md | Change license to CC-BY | |
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.