update archetypes with some help for syntax highlighting

main
Dominic Reich 9 months ago
parent 24362b6441
commit 366b2c7b72
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -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…
Cancel
Save