6537bdc0b9
cgroup: Use and explain cpu.weight.
2021-07-21 23:44:01 +02:00
16b72b03f7
CSS: Remove --sel, it isn't used.
2021-07-20 20:59:34 +02:00
94deef8600
Remove last bits of old theme.
2021-07-20 20:59:12 +02:00
037064b586
Fix HTML of language menu item.
...
<span> can not contain <li>.
2021-07-20 16:07:01 +02:00
76736a90dc
CSS: Draw an outline around targets.
2021-07-20 15:58:12 +02:00
f9fcf4c916
CSS: Make caution-box-titles a bit more readable.
2021-07-20 15:57:41 +02:00
ee7bc06beb
Add description.
2021-07-20 14:56:50 +02:00
add6e71177
Add light theme.
2021-07-20 14:37:19 +02:00
475a7cb1bb
syncthing-pocketbook: Clarify that chmod-warnings are harmless.
2021-07-19 17:34:29 +02:00
18faa07904
syncthing-pocketbook: Add Sync-button method to Wi-Fi paragraph.
2021-07-18 13:29:29 +02:00
99c28c2311
syncthing-pocketbook: Change configuration version to 35.
...
In use since v1.14.0-rc.3.
<https://github.com/syncthing/syncthing/commit/fff8805 >
2021-07-18 12:31:05 +02:00
3dd434e9af
syncthing-pocketbook: Change FAT32-note from TIP to IMPORTANT.
...
Also add the info that files will not be created otherwise.
2021-07-18 12:26:44 +02:00
e8c288b0f0
E-books erstellen: Aufräumanleitung angefangen.
2021-07-18 07:53:18 +02:00
f031654ef7
syncthing-pocketbook: Clarify security warning.
...
It reads a bit as if syncthing can not be used in insecure networks
without configuration GUI.
2021-07-18 07:52:03 +02:00
261558c14e
syncthing-pocketbook: capitalize Syncthing.
...
They do it on their website.
2021-07-18 07:51:55 +02:00
00d84907b1
syncthing-pocketbook: Add information about Wi-Fi sleep.
2021-07-18 07:47:00 +02:00
0ed42ef450
cgroup: Clarify that cpu.weight.nice is not the same as nice.
2021-07-17 23:00:41 +02:00
acff616155
cgroup: typo.
2021-07-17 18:32:19 +02:00
3cac0d72f3
cgroup: Acknowledge kernel documentation as basis for this post.
2021-07-17 18:22:17 +02:00
ffe5c95e7e
cgroup: Add io.weight example.
2021-07-17 18:21:36 +02:00
f3e5c63f87
Typo in abbr expl.
2021-07-17 17:33:25 +02:00
07260be96c
Add “Control Group version 2 by hand”.
2021-07-17 17:05:29 +02:00
acdfb79b91
Fix CSS.
2021-07-17 16:41:21 +02:00
68950c35da
Title to the left.
2021-07-16 23:00:30 +02:00
2a10225199
Add lang attributes to language menus.
2021-07-16 22:53:11 +02:00
9721e6e45f
Update theme.
2021-07-16 22:53:03 +02:00
80dedc3e58
Translate blog subtitle.
2021-07-12 23:04:10 +02:00
a3e948b6b5
Don't change non-menu <nav>s.
2021-07-12 00:27:49 +02:00
b0b03e2251
E-books erstellen: Umwandlung angefangen.
2021-07-11 22:57:39 +02:00
89d502ef20
Dix indent for p *.
2021-07-11 22:47:20 +02:00
d7ba7b6492
Fix footnote position and typo.
2021-07-11 22:21:13 +02:00
b56c391303
Update theme.
2021-07-11 22:15:30 +02:00
ff210032e0
Position language menu right.
2021-07-11 22:15:15 +02:00
12cdf901b8
E-books erstellen: Einleitung ist im kasten.
2021-07-10 15:10:29 +02:00
c71fe6368a
Add indent to paragraphs and reduce margins.
2021-07-10 15:02:05 +02:00
f95096d409
Change default text-align to justify.
2021-07-10 14:54:13 +02:00
970ffff1a8
Make the shadow on admonitions the same color as the label.
2021-07-10 13:16:15 +02:00
4060810f38
meta, language: Publish.
2021-07-09 14:51:03 +02:00
020202213b
meta, language: Fix typo.
2021-07-09 14:42:30 +02:00
ea08c8e076
Update theme.
2021-07-09 14:41:02 +02:00
9e77cb14d4
Fix archetype.
2021-07-09 14:40:45 +02:00
17780f166c
Add german language.
2021-07-09 14:28:44 +02:00
fee9426d13
Fix tag taxonomy in config.
2021-07-09 12:31:16 +02:00
c8e3d7fef7
PDF→EPUB: Recommend the sue of “endnotes” instead of “footnotes”.
...
They are technically end-notes, after all.
2021-06-11 02:52:12 +02:00
e184aab881
Update theme.
2021-03-30 03:08:54 +02:00
2a6da65c71
Add link to changelog to each post.
2021-03-30 02:28:10 +02:00
0584a26902
PDF→EPUB: Fix Find & Replace.
...
Messed up the line break.
2021-03-29 22:09:09 +02:00
8dd2375d40
PDF→EPUB: Recoomend “The Ace App”.
2021-03-29 17:01:27 +02:00
c67fd6f310
PDF→EPUB: Add ARIA role for references to footnotes.
2021-03-29 16:50:55 +02:00
fb921af466
PDF→EPUB: Remove role="doc-footnote", recommend EPUBCheck.
...
“[…] when you add a role to an element you change its nature to
assistive technologies. So because doc-footnote isn't a list item role,
it would strip the li tag of its list item nature and turn it into
something more like a div or a p tag. That breaks the list semantics for
AT users, so they'd no longer be able to access the list as though it
were a list.”
<https://github.com/w3c/epubcheck/issues/1018#issuecomment-809376951 >
2021-03-29 16:16:02 +02:00