Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 02deca3

Browse files
snippet: update post-header for weekly update
1 parent 78884a9 commit 02deca3

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- snippet: mkdocs admonition warning for work in progress
77
- tools: add alex config with ignored words
88
- options: set font family and size explicitly for Neovide
9+
- snippet: update post-header for weekly update
910

1011

1112
# 2023-11-13

snippets/markdown.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,24 @@
101101
"prefix": "post-header",
102102
"body": [
103103
"---
104-
title: Day 98 - 4Clojure
105-
date: 2018-12-21
104+
title:
105+
date: 2023-12-01
106106
categories:
107-
- 100daysofcode
107+
- practicalli
108108
---
109109

110-
**Thoughts for today**
111-
110+
**Thoughts for the week**
111+
112112

113113
<!-- more -->"
114114
],
115115
"description": "post-header"
116+
},
117+
"mkdocs key form": {
118+
"prefix": "mkdocs-key-form",
119+
"body": [
120+
"++${0}++"
121+
],
122+
"description": "MkDocs Key form"
116123
}
117124
}

0 commit comments

Comments
 (0)