Init: neue Webseite
This commit is contained in:
commit
3470b542d5
188 changed files with 7271 additions and 0 deletions
3
content/micro/_index.md
Normal file
3
content/micro/_index.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
title: Microblog
|
||||
---
|
||||
15
content/micro/markdown-tables.md
Normal file
15
content/micro/markdown-tables.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Markdown Tables Suck
|
||||
date: 2023-12-25T16:28:52+01:00
|
||||
tags:
|
||||
- micro
|
||||
showComments: false
|
||||
---
|
||||
Tables are arguably the worst part of Markdown.
|
||||
No horizontal lines except for the mandatory one at the top.
|
||||
The only feature is the possibility to align cells.
|
||||
|
||||
Org Mode does much better, but isn't perfect either.
|
||||
|
||||
Don't get me wrong. It's nice to have a simple tool for simple tables.
|
||||
But sometimes I need more customizability.
|
||||
6
content/micro/reader.md
Normal file
6
content/micro/reader.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Reader mode is the antidote to bad website design.
|
||||
date: 2023-07-19T10:14:44+02:00
|
||||
tags: [micro]
|
||||
draft: false
|
||||
---
|
||||
13
content/micro/timestamps.org
Normal file
13
content/micro/timestamps.org
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#+TITLE: Use Timestamps
|
||||
#+DATE: 2023-11-15T10:12:30+01:00
|
||||
#+TAGS[]: micro
|
||||
|
||||
Every blog post should include a timestamp.
|
||||
In fact, this extends to almost anything online and even offline.
|
||||
|
||||
Also, don't make me look for the date.
|
||||
Put the date as obvious as possible, preferably at the beginning of the post.
|
||||
|
||||
I was reading [[https://jvns.ca/blog/2023/02/28/some-notes-on-using-nix/][Julia Evans post about nix]] and it was not immediately clear to me if this was a recent post.
|
||||
Only when I copied the URL to complain about it I discovered the date there.
|
||||
Safari hides most of the URL by default.
|
||||
6
content/micro/twitter.md
Normal file
6
content/micro/twitter.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Stop using Twitter.
|
||||
date: 2023-07-22T15:57:59+02:00
|
||||
tags: [micro]
|
||||
draft: false
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue