update archetypes with some help for syntax highlighting
This commit is contained in:
parent
24362b6441
commit
366b2c7b72
1 changed files with 11 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
title: {{ replace .Name "-" " " }}
|
title: {{ replace .Name "-" " " }}
|
||||||
summary:
|
summary:
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
lastmod: 2023-12-26T13:24:08+0000
|
lastmod: 2024-01-10T16:44:35+0000
|
||||||
categories:
|
categories:
|
||||||
- amateur-radio
|
- amateur-radio
|
||||||
- computerstuff
|
- computerstuff
|
||||||
|
@ -18,6 +18,16 @@ tags:
|
||||||
# feed_exclude: true
|
# feed_exclude: true
|
||||||
# site_exclude: true
|
# site_exclude: true
|
||||||
|
|
||||||
|
# some help
|
||||||
|
#
|
||||||
|
# highlighting with highlights
|
||||||
|
#
|
||||||
|
# use table, as inline creates a padding around
|
||||||
|
# and it pushes the text more to the right side (end of screen)
|
||||||
|
#
|
||||||
|
# ~~~html {linenos=table,hl_lines="3-6"}
|
||||||
|
# ~~~html {linenos=inline,hl_lines="1,3-6"}
|
||||||
|
|
||||||
draft: true
|
draft: true
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Reference in a new issue