mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-16 21:40:48 +01:00
allow doctoc to insert title
This commit is contained in:
parent
01f1332f38
commit
044c4ad16c
@ -53,7 +53,12 @@ repos:
|
|||||||
rev: v2.2.0
|
rev: v2.2.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: doctoc
|
- 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
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.28.3
|
rev: 0.28.3
|
||||||
|
@ -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
|
`rel=me` links everywhere so projects such as Mastodon give me the green
|
||||||
checkmark.
|
checkmark.
|
||||||
|
|
||||||
|
<!-- editorconfig-checker-disable -->
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Sitemaps](#sitemaps)
|
- [Sitemaps](#sitemaps)
|
||||||
- [Unusual directories](#unusual-directories)
|
- [Unusual directories](#unusual-directories)
|
||||||
@ -16,6 +20,9 @@ checkmark.
|
|||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
<!-- editorconfig-checker-enable -->
|
||||||
|
|
||||||
## Sitemaps
|
## Sitemaps
|
||||||
|
|
||||||
- `sitemap.xml` — automatically generated by Jekyll when building
|
- `sitemap.xml` — automatically generated by Jekyll when building
|
||||||
|
@ -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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [IPv4](#ipv4)
|
- [IPv4](#ipv4)
|
||||||
- [IPv6](#ipv6)
|
- [IPv6](#ipv6)
|
||||||
|
@ -15,6 +15,7 @@ especially about the dynamic DNS part._
|
|||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [The tunnel](#the-tunnel)
|
- [The tunnel](#the-tunnel)
|
||||||
- [Basic Config](#basic-config)
|
- [Basic Config](#basic-config)
|
||||||
|
@ -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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [What is what?](#what-is-what)
|
||||||
- [Installing things](#installing-things)
|
- [Installing things](#installing-things)
|
||||||
|
@ -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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Notes/disclaimers:](#notesdisclaimers)
|
- [Notes/disclaimers:](#notesdisclaimers)
|
||||||
- [The tests](#the-tests)
|
- [The tests](#the-tests)
|
||||||
|
@ -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
|
citations for everything and not name any other solution. I cannot discuss
|
||||||
administrating experience due to not having any with Matrix personally._
|
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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [Element, what Element?](#element-what-element)
|
||||||
- [You mentioned privacy?](#you-mentioned-privacy)
|
- [You mentioned privacy?](#you-mentioned-privacy)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
<!-- editorconfig-checker-enable -->
|
||||||
|
|
||||||
# Element, what Element?
|
# Element, what Element?
|
||||||
|
|
||||||
Element is the defacto Matrix client. If you wish to get into Matrix, you
|
Element is the defacto Matrix client. If you wish to get into Matrix, you
|
||||||
|
@ -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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Previous leaving](#previous-leaving)
|
- [Previous leaving](#previous-leaving)
|
||||||
- [Other issues](#other-issues)
|
- [Other issues](#other-issues)
|
||||||
|
@ -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
|
it feels like no one has thought of the case where a community with more than
|
||||||
a couple of rooms wants to use Matrix.
|
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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Setup](#setup)
|
- [Setup](#setup)
|
||||||
- [Bus factor](#bus-factor)
|
- [Bus factor](#bus-factor)
|
||||||
@ -31,6 +33,9 @@ _Table of Contents_
|
|||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
<!-- editorconfig-checker-enable -->
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
I am tired, so excuse me for not involving complete documentation and just
|
I am tired, so excuse me for not involving complete documentation and just
|
||||||
|
@ -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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Chromium](#chromium)
|
- [Chromium](#chromium)
|
||||||
- [DNS-over-HTTPS](#dns-over-https)
|
- [DNS-over-HTTPS](#dns-over-https)
|
||||||
|
@ -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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Chromium](#chromium)
|
- [Chromium](#chromium)
|
||||||
- [`/etc/opt/chromium/policies/managed/aminda-extensions.json`](#etcoptchromiumpoliciesmanagedaminda-extensionsjson)
|
- [`/etc/opt/chromium/policies/managed/aminda-extensions.json`](#etcoptchromiumpoliciesmanagedaminda-extensionsjson)
|
||||||
|
@ -6,14 +6,21 @@ permalink: /blog/
|
|||||||
excerpt: "Blog index, posts in English and posts in Finnish — Blogin etusivu, postaukset englanniksi ja postaukset suomeksi."
|
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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [In English](#in-english)
|
- [In English](#in-english)
|
||||||
- [Suomeksi](#suomeksi)
|
- [Suomeksi](#suomeksi)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
<!-- editorconfig-checker-enable -->
|
||||||
|
|
||||||
## In English
|
## In English
|
||||||
|
|
||||||
_Please keep in mind that old blog posts might not reflect the current
|
_Please keep in mind that old blog posts might not reflect the current
|
||||||
|
@ -25,6 +25,7 @@ which is produced by `git commit -s`
|
|||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [My private emails](#my-private-emails)
|
||||||
- [Where to find them](#where-to-find-them)
|
- [Where to find them](#where-to-find-them)
|
||||||
|
@ -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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [No](#no)
|
- [No](#no)
|
||||||
- [Yes](#yes)
|
- [Yes](#yes)
|
||||||
|
@ -10,6 +10,7 @@ sitemap: false
|
|||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [Links to Dark Reader](#links-to-dark-reader)
|
||||||
- [Configuration for the new interface](#configuration-for-the-new-interface)
|
- [Configuration for the new interface](#configuration-for-the-new-interface)
|
||||||
|
7
n/dns.md
7
n/dns.md
@ -13,8 +13,12 @@ sitemap: false
|
|||||||
|
|
||||||
_For DNS resolvers, refer to [r/resolv.tsv](/r/resolv.tsv)_
|
_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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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 DNS resolver](#identifying-dns-resolver)
|
||||||
- [Identifying ECH support](#identifying-ech-support)
|
- [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 -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
<!-- editorconfig-checker-enable -->
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Identifying DNS resolver
|
## Identifying DNS resolver
|
||||||
|
@ -8,8 +8,12 @@ sitemap: false
|
|||||||
|
|
||||||
This is just a quick personal reference so I don't have to guess.
|
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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Security](#security)
|
- [Security](#security)
|
||||||
- [Usability](#usability)
|
- [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 -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
<!-- editorconfig-checker-enable -->
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
- `microcode` - propietary, but otherwise CPU holes are going to be gaping open. Refer to `tail -n +1 /sys/devices/system/cpu/vulnerabilities/*`
|
- `microcode` - propietary, but otherwise CPU holes are going to be gaping open. Refer to `tail -n +1 /sys/devices/system/cpu/vulnerabilities/*`
|
||||||
|
@ -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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [Official F-Droid repositories](#official-f-droid-repositories)
|
||||||
- [Additional F-Droid repositories](#additional-f-droid-repositories)
|
- [Additional F-Droid repositories](#additional-f-droid-repositories)
|
||||||
|
@ -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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [Dezponia's studio EQ](#dezponias-studio-eq)
|
||||||
- [2024-04-11](#2024-04-11)
|
- [2024-04-11](#2024-04-11)
|
||||||
|
@ -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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Zones](#zones)
|
- [Zones](#zones)
|
||||||
- [Protocols](#protocols)
|
- [Protocols](#protocols)
|
||||||
|
7
n/gpg.md
7
n/gpg.md
@ -18,8 +18,12 @@ sitemap: false
|
|||||||
|
|
||||||
# Quick GPG notes where I may find them
|
# 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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Keybase](#keybase)
|
- [Keybase](#keybase)
|
||||||
- [Claws-mail note that is somewhat related.](#claws-mail-note-that-is-somewhat-related)
|
- [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 -->
|
<!-- 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
|
To create an Ed25519 key, or whatever will be the default version in the
|
||||||
future as defined by your GPG version:
|
future as defined by your GPG version:
|
||||||
|
|
||||||
|
@ -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)
|
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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [Helen hintalaskelmia Tuntihinta-sovellukselle](#helen-hintalaskelmia-tuntihinta-sovellukselle)
|
||||||
- [Yhtälöt Tuntihinnalle](#yht%C3%A4l%C3%B6t-tuntihinnalle)
|
- [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 -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
<!-- editorconfig-checker-enable -->
|
||||||
|
|
||||||
# Helen hintalaskelmia Tuntihinta-sovellukselle
|
# Helen hintalaskelmia Tuntihinta-sovellukselle
|
||||||
|
|
||||||
Helen markkinahintasähkö kuukaudelle {{ page.month }} on {{ page.monthly }}.
|
Helen markkinahintasähkö kuukaudelle {{ page.month }} on {{ page.monthly }}.
|
||||||
|
@ -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)
|
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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [KSOY hintalaskelmia Tuntihinta-sovellukselle](#ksoy-hintalaskelmia-tuntihinta-sovellukselle)
|
||||||
- [Yhtälöt Tuntihinnalle](#yht%C3%A4l%C3%B6t-tuntihinnalle)
|
- [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 -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
|
<!-- prettier-ignore-end -->
|
||||||
|
<!-- editorconfig-checker-enable -->
|
||||||
|
|
||||||
# KSOY hintalaskelmia Tuntihinta-sovellukselle
|
# KSOY hintalaskelmia Tuntihinta-sovellukselle
|
||||||
|
|
||||||
_Siirtohinnasto ei tiedossa, joten se ei ole mukana yhtälöissä._
|
_Siirtohinnasto ei tiedossa, joten se ei ole mukana yhtälöissä._
|
||||||
|
@ -16,6 +16,7 @@ sitemap: false
|
|||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Ready commands](#ready-commands)
|
- [Ready commands](#ready-commands)
|
||||||
- [Internationalish](#internationalish)
|
- [Internationalish](#internationalish)
|
||||||
|
@ -22,6 +22,7 @@ automatic updates on Android 12+.
|
|||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [Importable app list](#importable-app-list)
|
||||||
- [Third party F-Droid repositories](#third-party-f-droid-repositories)
|
- [Third party F-Droid repositories](#third-party-f-droid-repositories)
|
||||||
|
@ -14,8 +14,12 @@ SPDX-License-Identifier: CC-BY-SA-4.0
|
|||||||
|
|
||||||
# REUSE notes
|
# REUSE notes
|
||||||
|
|
||||||
|
<!-- editorconfig-checker-disable -->
|
||||||
|
<!-- prettier-ignore-start -->
|
||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Adding headers](#adding-headers)
|
- [Adding headers](#adding-headers)
|
||||||
- [Styles](#styles)
|
- [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 -->
|
<!-- 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.
|
> reuse is a tool for compliance with the REUSE recommendations.
|
||||||
|
|
||||||
says [their GitHub description](https://github.com/fsfe/reuse-tool) and
|
says [their GitHub description](https://github.com/fsfe/reuse-tool) and
|
||||||
|
@ -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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Installing Fedora?](#installing-fedora)
|
- [Installing Fedora?](#installing-fedora)
|
||||||
- [Converting to systemd-bootd later](#converting-to-systemd-bootd-later)
|
- [Converting to systemd-bootd later](#converting-to-systemd-bootd-later)
|
||||||
|
@ -10,6 +10,7 @@ excerpt: "404, not found, don't bother clicking..."
|
|||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [Guesses what you might have been looking for?](#guesses-what-you-might-have-been-looking-for)
|
||||||
|
|
||||||
|
@ -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)
|
- [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)
|
- [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 -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Chromium flags](#chromium-flags)
|
- [Chromium flags](#chromium-flags)
|
||||||
- [Vendor-prefixed](#vendor-prefixed)
|
- [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 -->
|
<!-- 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
|
https://addons.mozilla.org/firefox/addon/text-link/ - doubleclick plaintext link to use
|
||||||
|
@ -20,6 +20,7 @@ I have multiple instant messaging chatrooms.
|
|||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [Rules](#rules)
|
- [Rules](#rules)
|
||||||
- [Languages](#languages)
|
- [Languages](#languages)
|
||||||
|
@ -17,6 +17,7 @@ _This page is also in need of attention._
|
|||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
_Automatically generated Table of Contents - Automaattinen sisällysluettelo_
|
||||||
|
|
||||||
- [In English](#in-english)
|
- [In English](#in-english)
|
||||||
- [Asexuality](#asexuality)
|
- [Asexuality](#asexuality)
|
||||||
|
@ -35,6 +35,7 @@ links._
|
|||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [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)
|
- [Is there any kind of Matrix etiquette I should know about?](#is-there-any-kind-of-matrix-etiquette-i-should-know-about)
|
||||||
|
@ -13,6 +13,7 @@ published: false
|
|||||||
|
|
||||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO 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)
|
- [Mikäli oleilet Suomessa](#mik%C3%A4li-oleilet-suomessa)
|
||||||
- [Om vi bor i Finland](#om-vi-bor-i-finland)
|
- [Om vi bor i Finland](#om-vi-bor-i-finland)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user