I found better words for the first paragraph

This commit is contained in:
arne 2022-03-03 19:26:21 +01:00
commit 15472e1738
2 changed files with 6 additions and 2 deletions

View file

@ -9,7 +9,11 @@ module.exports = function (config) {
config.addPassthroughCopy("src/assets/ibm-plex/IBM-Plex-Mono/fonts/**/*") config.addPassthroughCopy("src/assets/ibm-plex/IBM-Plex-Mono/fonts/**/*")
// template filters // template filters
// format dates as YYYY-MM-DD
config.addFilter('toISODate', date => DateTime.fromJSDate(date).toISODate()) config.addFilter('toISODate', date => DateTime.fromJSDate(date).toISODate())
// 10print homage
config.addFilter('header', header) config.addFilter('header', header)
// returns classes to be used on <body>, given a page's url // returns classes to be used on <body>, given a page's url

View file

@ -3,9 +3,9 @@ title: Allowing Things to Break
--- ---
# Allowing Things to Break # Allowing Things to Break
I have long toyed with the idea of creating a personal web page that I can use to express myself more freely than social media platforms allow. It makes sense for Twitter and others to be somewhat rigidly regulated, to set some rules on content and form for everybody to follow. On the other hand it makes the universal machines on our desktops and in our pockets appear much less universal, and less approachable to experimental exploration than they allow for. I have long toyed with the idea of creating a personal web page that I can use to publish anything that doesn't fit anywhere else. There is a reason for Twitter and others to be somewhat rigid in form and content, but it makes the universal machines on our desktops and in our pockets appear much less universal, and also less approachable to experimental exploration than they allow for. Here should rather be a space for exploration.
It is hard to predict what this page / blog / space ends up being when I'm just writing the first couple of words of hopefully many more, but I have an idea of it that may show in a small thing I've been working on in the last few days. It is hard to predict what exactly this page / blog / space ends up being when I'm just writing the first couple of words of hopefully many more, but I have an idea of it that may show in a small thing I've been working on in the last few days.
## The Situation We're In ## The Situation We're In