allow doctoc to insert title

This commit is contained in:
Aminda Suomalainen 2024-05-29 11:18:10 +03:00
parent 01f1332f38
commit 044c4ad16c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
33 changed files with 102 additions and 3 deletions

View File

@ -53,7 +53,12 @@ repos:
rev: v2.2.0
hooks:
- id: doctoc
args: [--update-only, --notitle]
args:
[
--update-only,
--title,
"_Automatically generated Table of Contents - Automaattinen sisällysluettelo_",
]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.3

View File

@ -6,8 +6,12 @@ This website should be fairly typical Jekyll project. The index contains
`rel=me` links everywhere so projects such as Mastodon give me the green
checkmark.
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Sitemaps](#sitemaps)
- [Unusual directories](#unusual-directories)
@ -16,6 +20,9 @@ checkmark.
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## Sitemaps
- `sitemap.xml` — automatically generated by Jekyll when building

View File

@ -21,6 +21,7 @@ The comments of that post are also totally lost.
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [IPv4](#ipv4)
- [IPv6](#ipv6)

View File

@ -15,6 +15,7 @@ especially about the dynamic DNS part._
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [The tunnel](#the-tunnel)
- [Basic Config](#basic-config)

View File

@ -15,6 +15,7 @@ don't need it even if you have only one device._
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [What is what?](#what-is-what)
- [Installing things](#installing-things)

View File

@ -19,6 +19,7 @@ my Nokia 1, I am able to type my own blog post about it._
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Notes/disclaimers:](#notesdisclaimers)
- [The tests](#the-tests)

View File

@ -13,16 +13,21 @@ issues so much, I wish to correct some misconceptions. I attempt to provide
citations for everything and not name any other solution. I cannot discuss
administrating experience due to not having any with Matrix personally._
_Table of Contents_
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Element, what Element?](#element-what-element)
- [You mentioned privacy?](#you-mentioned-privacy)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
# Element, what Element?
Element is the defacto Matrix client. If you wish to get into Matrix, you

View File

@ -41,6 +41,7 @@ and not the way a transparent project should work.
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Previous leaving](#previous-leaving)
- [Other issues](#other-issues)

View File

@ -16,10 +16,12 @@ Sadly I am not using Discord, I am using Matrix. This means that while burnt out
it feels like no one has thought of the case where a community with more than
a couple of rooms wants to use Matrix.
_Table of Contents_
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Setup](#setup)
- [Bus factor](#bus-factor)
@ -31,6 +33,9 @@ _Table of Contents_
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## Setup
I am tired, so excuse me for not involving complete documentation and just

View File

@ -25,6 +25,7 @@ for those is the official documentation (bottom of the page).
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Chromium](#chromium)
- [DNS-over-HTTPS](#dns-over-https)

View File

@ -18,6 +18,7 @@ I recommend reading the [browser policy part on enforcing HTTPS only mode]({
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Chromium](#chromium)
- [`/etc/opt/chromium/policies/managed/aminda-extensions.json`](#etcoptchromiumpoliciesmanagedaminda-extensionsjson)

View File

@ -6,14 +6,21 @@ permalink: /blog/
excerpt: "Blog index, posts in English and posts in Finnish — Blogin etusivu, postaukset englanniksi ja postaukset suomeksi."
---
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [In English](#in-english)
- [Suomeksi](#suomeksi)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## In English
_Please keep in mind that old blog posts might not reflect the current

View File

@ -25,6 +25,7 @@ which is produced by `git commit -s`
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [My private emails](#my-private-emails)
- [Where to find them](#where-to-find-them)

View File

@ -15,6 +15,7 @@ Apparently it depends on whether you care about when the project enters public d
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [No](#no)
- [Yes](#yes)

View File

@ -10,6 +10,7 @@ sitemap: false
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Links to Dark Reader](#links-to-dark-reader)
- [Configuration for the new interface](#configuration-for-the-new-interface)

View File

@ -13,8 +13,12 @@ sitemap: false
_For DNS resolvers, refer to [r/resolv.tsv](/r/resolv.tsv)_
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Identifying DNS resolver](#identifying-dns-resolver)
- [Identifying ECH support](#identifying-ech-support)
@ -34,6 +38,9 @@ _For DNS resolvers, refer to [r/resolv.tsv](/r/resolv.tsv)_
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
---
## Identifying DNS resolver

View File

@ -8,8 +8,12 @@ sitemap: false
This is just a quick personal reference so I don't have to guess.
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Security](#security)
- [Usability](#usability)
@ -19,6 +23,9 @@ This is just a quick personal reference so I don't have to guess.
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
## Security
- `microcode` - propietary, but otherwise CPU holes are going to be gaping open. Refer to `tail -n +1 /sys/devices/system/cpu/vulnerabilities/*`

View File

@ -15,6 +15,7 @@ Remember to prefer the [F-Droid Basic](https://f-droid.org/packages/org.fdroid.b
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Official F-Droid repositories](#official-f-droid-repositories)
- [Additional F-Droid repositories](#additional-f-droid-repositories)

View File

@ -17,6 +17,7 @@ but the studio eq may not be so clear.
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Dezponia's studio EQ](#dezponias-studio-eq)
- [2024-04-11](#2024-04-11)

View File

@ -18,6 +18,7 @@ The blog post also predates me having a /n directory here.
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Zones](#zones)
- [Protocols](#protocols)

View File

@ -18,8 +18,12 @@ sitemap: false
# Quick GPG notes where I may find them
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Keybase](#keybase)
- [Claws-mail note that is somewhat related.](#claws-mail-note-that-is-somewhat-related)
@ -29,6 +33,9 @@ sitemap: false
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
To create an Ed25519 key, or whatever will be the default version in the
future as defined by your GPG version:

View File

@ -16,8 +16,12 @@ hattiwattlowprice: "10 c/kWh"
Tuntihinta @ [Apple App Store](https://apps.apple.com/app/tuntihinta/id824684537) [Google Play](https://play.google.com/store/apps/details?id=fi.fingrid.tuntihinta)
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Helen hintalaskelmia Tuntihinta-sovellukselle](#helen-hintalaskelmia-tuntihinta-sovellukselle)
- [Yhtälöt Tuntihinnalle](#yht%C3%A4l%C3%B6t-tuntihinnalle)
@ -28,6 +32,9 @@ Tuntihinta @ [Apple App Store](https://apps.apple.com/app/tuntihinta/id824684537
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
# Helen hintalaskelmia Tuntihinta-sovellukselle
Helen markkinahintasähkö kuukaudelle {{ page.month }} on {{ page.monthly }}.

View File

@ -12,8 +12,12 @@ stockmargin: "0.23 c/kWh"
Tuntihinta @ [Apple App Store](https://apps.apple.com/app/tuntihinta/id824684537) [Google Play](https://play.google.com/store/apps/details?id=fi.fingrid.tuntihinta)
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [KSOY hintalaskelmia Tuntihinta-sovellukselle](#ksoy-hintalaskelmia-tuntihinta-sovellukselle)
- [Yhtälöt Tuntihinnalle](#yht%C3%A4l%C3%B6t-tuntihinnalle)
@ -21,6 +25,9 @@ Tuntihinta @ [Apple App Store](https://apps.apple.com/app/tuntihinta/id824684537
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
# KSOY hintalaskelmia Tuntihinta-sovellukselle
_Siirtohinnasto ei tiedossa, joten se ei ole mukana yhtälöissä._

View File

@ -16,6 +16,7 @@ sitemap: false
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Ready commands](#ready-commands)
- [Internationalish](#internationalish)

View File

@ -22,6 +22,7 @@ automatic updates on Android 12+.
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Importable app list](#importable-app-list)
- [Third party F-Droid repositories](#third-party-f-droid-repositories)

View File

@ -14,8 +14,12 @@ SPDX-License-Identifier: CC-BY-SA-4.0
# REUSE notes
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Adding headers](#adding-headers)
- [Styles](#styles)
@ -24,6 +28,9 @@ SPDX-License-Identifier: CC-BY-SA-4.0
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
> reuse is a tool for compliance with the REUSE recommendations.
says [their GitHub description](https://github.com/fsfe/reuse-tool) and

View File

@ -19,6 +19,7 @@ and probably not very much comprehensible by others than me.
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Installing Fedora?](#installing-fedora)
- [Converting to systemd-bootd later](#converting-to-systemd-bootd-later)

View File

@ -10,6 +10,7 @@ excerpt: "404, not found, don't bother clicking..."
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Guesses what you might have been looking for?](#guesses-what-you-might-have-been-looking-for)

View File

@ -17,8 +17,12 @@ Browser extensions are living in my browser policies.
- [Firefox](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/firefox/policies)
- [Chromium](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/opt/chromium/policies/managed)
<!-- editorconfig-checker-disable -->
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Chromium flags](#chromium-flags)
- [Vendor-prefixed](#vendor-prefixed)
@ -30,6 +34,9 @@ Browser extensions are living in my browser policies.
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
<!-- editorconfig-checker-enable -->
<!--
https://addons.mozilla.org/firefox/addon/text-link/ - doubleclick plaintext link to use

View File

@ -20,6 +20,7 @@ I have multiple instant messaging chatrooms.
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Rules](#rules)
- [Languages](#languages)

View File

@ -17,6 +17,7 @@ _This page is also in need of attention._
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [In English](#in-english)
- [Asexuality](#asexuality)

View File

@ -35,6 +35,7 @@ links._
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Where else can I read about Matrix?](#where-else-can-i-read-about-matrix)
- [Is there any kind of Matrix etiquette I should know about?](#is-there-any-kind-of-matrix-etiquette-i-should-know-about)

View File

@ -13,6 +13,7 @@ published: false
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
- [Mikäli oleilet Suomessa](#mik%C3%A4li-oleilet-suomessa)
- [Om vi bor i Finland](#om-vi-bor-i-finland)