Skip to content

Commit 4a1bfda

Browse files
authored
Add TILs section (#14)
* Add TILs section * spelling
1 parent 4f28a92 commit 4a1bfda

4 files changed

Lines changed: 21 additions & 0 deletions

File tree

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ after_dark_menu = [
2929
{ name = "Home", url = "$BASE_URL" },
3030
{ name = "About", url = "$BASE_URL/about/" },
3131
{ name = "Now", url = "$BASE_URL/now/" },
32+
{ name = "TILs", url = "$BASE_URL/tils/" },
3233
{ name = "Tags", url = "$BASE_URL/tags" },
3334
{ name = "Source", url = "https://github.com/sinon/sinon.github.io" },
3435
{ name = "GitHub", url = "https://github.com/sinon" },

content/tils/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
+++
2+
title = "TILs"
3+
sort_by = "date"
4+
paginate_by = 10
5+
paginate_path = "page"
6+
weight = 0
7+
template = "section.html"
8+
render = true
9+
+++
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
title = "Writing more, writing TILs"
3+
date = 2025-08-30
4+
[taxonomies]
5+
tags = ["til"]
6+
+++
7+
8+
[Simon Willison](https://simonwillison.net/) co-creator of Django, prolific blogger and general font of knowledge on how pelicans ride bicycles in this brave new LLM world, has a section of his blog devoted to TILs.
9+
10+
To help make writing a more regular habit I am ~~copying~~ stealing this.

templates/section.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% extends "after-dark/templates/index.html" %}

0 commit comments

Comments
 (0)