hscc

Soure code of <https://hugo.soucy.cc>.
git clone git://soucy.cc/hscc.git
Log | Files | Refs

commit bf747fa3a11fa838e7c7c45ed022c4673d059493
parent 3c6fee1f3ff6a81f9703703a4f983f3e98d9c7c0
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Mon, 14 Nov 2022 19:31:18 -0500

Modify some keywords

Diffstat:
Mcontent/2020/mp/how-the-web-is-really-built.lua | 2+-
Mcontent/2021/nt/abolition-de-limpot-foncier.lua | 2+-
Mcontent/2022/mp/3-ways-we-fail-to-take-accessibility-seriously.lua | 4++--
Mcontent/2022/mp/accessibility.lua | 4++--
Mcontent/2022/mp/smol-pub.lua | 2+-
Mcontent/note/2018/01/activitypub-is-now-a-w3c-recommendation.lua | 2+-
Mcontent/note/2020/02/lost-connection-to-the-earth.lua | 2+-
Mcontent/txt/2020/08/aimer-cest-agir.lua | 12++++++------
8 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/content/2020/mp/how-the-web-is-really-built.lua b/content/2020/mp/how-the-web-is-really-built.lua @@ -4,5 +4,5 @@ return { date = "2020-12-22", datetime = "13:28:48", posttype = "bookmark", - keywords = { "web","webdev","stats","Lea Verou","analyze","framework","css", } + keywords = { "webdev","stats","framework", } } diff --git a/content/2021/nt/abolition-de-limpot-foncier.lua b/content/2021/nt/abolition-de-limpot-foncier.lua @@ -3,7 +3,7 @@ return { date = "2021-10-26", datetime = "13:22:49", posttype = "note", - keywords = { "impôt","logement","étalement urbain"," crise du logement","ville" }, + keywords = { "politique","étalement urbain","crise du logement" }, posse = { mastodon = "https://mastodon.sdf.org/@hs0ucy/107169196121456545" } diff --git a/content/2022/mp/3-ways-we-fail-to-take-accessibility-seriously.lua b/content/2022/mp/3-ways-we-fail-to-take-accessibility-seriously.lua @@ -4,8 +4,8 @@ return { date = "2022-01-31", datetime = "10:15:13", posttype = "bookmark", - keywords = { "a11y","accessibilité web","web accessibility", }, + keywords = { "éthique numérique","a11y","accessibilité web" }, posse = { - mastodon = "https://mastodon.sdf.org/@hs0ucy/107717783255659681" + mastodon = "https://mastodon.sdf.org/@hs0ucy/107717783255659681" } } diff --git a/content/2022/mp/accessibility.lua b/content/2022/mp/accessibility.lua @@ -4,8 +4,8 @@ return { date = "2022-02-04", datetime = "09:00:14", posttype = "bookmark", - keywords = { "accessibility","a11y","accessibilité web", }, + keywords = { "éthique numérique","a11y","accessibilité web", }, posse = { - mastodon = "https://mastodon.sdf.org/@hs0ucy/107740142759229927" + mastodon = "https://mastodon.sdf.org/@hs0ucy/107740142759229927" } } diff --git a/content/2022/mp/smol-pub.lua b/content/2022/mp/smol-pub.lua @@ -4,5 +4,5 @@ return { date = "2022-02-11", datetime = "10:11:18", posttype = "bookmark", - keywords = { "service","gemini","gopher","smolnet", } + keywords = { "gemini","gopher","smolnet", } } diff --git a/content/note/2018/01/activitypub-is-now-a-w3c-recommendation.lua b/content/note/2018/01/activitypub-is-now-a-w3c-recommendation.lua @@ -3,7 +3,7 @@ return { date = "2018-01-23", datetime = "09:14:28", id = "tag:hugo.soucy.cc,2018-01-23:2018/01/activitypub-is-now-a-w3c-recommendation", - keywords = {"w3c","activitypub","activitystreams","recommendation","indieweb"}, + keywords = {"w3c","activitypub"}, shortlink = "5", posttype = "note", title = "ActivityPub is now a W3C Recommendation" diff --git a/content/note/2020/02/lost-connection-to-the-earth.lua b/content/note/2020/02/lost-connection-to-the-earth.lua @@ -4,7 +4,7 @@ return { datetime = "13:26:08", posttype ="note", bridgy = "true", - keywords = {"John Halstead","activisme","citation","environnement","Paul Kingsnorth"}, + keywords = {"John Halstead","activisme","citation","écologie","Paul Kingsnorth"}, citeurl = "https://abeautifulresistance.org/site/2019/12/5/why-i-quit-350org", cite = "John Halstead ", } diff --git a/content/txt/2020/08/aimer-cest-agir.lua b/content/txt/2020/08/aimer-cest-agir.lua @@ -1,7 +1,7 @@ return { - title = "Aimer c'est agir", - date = "2020-08-31", - datetime = "12:10:25", - bridgy = "true", - keywords = {"humeur","environnement","action"} - } + title = "Aimer c'est agir", + date = "2020-08-31", + datetime = "12:10:25", + bridgy = "true", + keywords = {"humeur","environnement","agir"} +}