diff --git a/content/weeknotes/2026/6/cover.png b/content/weeknotes/2026/6/cover.png deleted file mode 100644 index 52c997c5..00000000 Binary files a/content/weeknotes/2026/6/cover.png and /dev/null differ diff --git a/content/weeknotes/2026/6/index.md b/content/weeknotes/2026/6/index.md deleted file mode 100644 index 179615af..00000000 --- a/content/weeknotes/2026/6/index.md +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "Week Note Nº 6/2026" -date: "2026-02-02T09:00:00+01:00" -lastmod: "2026-02-02T09:00:00+01:00" -tags: ["weeknote"] -type : "weeknote" -summary: "Personal notes for week 6 of 2026" -description: "Personal notes for week 6 of 2026" -draft: False ---- - -- Working on the site of the association - -## Suggested Reading Links/Posts -- [Will They Inherit Our Blogs? | Kev Quirk](https://kevquirk.com/blog/will-they-inherit-our-blogs/?utm_source=fundor333.com) -- [Loopwerk: Tim Cook sold Apple's soul](https://www.loopwerk.io/articles/2026/tim-cook-sold-apples-soul/?utm_source=fundor333.com) -- [Magical things happen when you disconnect - by April Wu](https://thepenguinpost.substack.com/p/magical-things-happen-when-you-disconnect?utm_source=fundor333.com) -- [| Chris Aldrich](https://boffosocko.com/2026/01/23/excelsior-vintage-personal-document-file/?utm_source=fundor333.com) -- [How to police your agents - Duarte O.Carmo](https://duarteocarmo.com/blog/how-to-police-your-agents.html?utm_source=fundor333.com) -- [Scroll vīgintī quīnque](https://shellsharks.com/scrolls/scroll/2026-01-21?utm_source=fundor333.com) -## New post from my blog -- [Week Note Nº 5/2026](https://fundor333.com/weeknotes/2026/5/?utm_source=fundor333.com) -- [Making Htmx Stuffs](https://fundor333.com/micro/2026/01/making-htmx-stuffs/?utm_source=fundor333.com) - -## My Links -- [My blog](https://www.fundor333.com) -- [My newsletter](https://newsletter.digitaltearoom.com) -- [Support me](https://ko-fi.com/fundor333) - -## Anime and manga's stats - -### **Anime** -- Total anime watched: **102** -- Total anime watched time: **693h 10m** -- Total anime watched episodes: **1675** -- Top 5 anime genres: 🏷️ Action, 🏷️ Adventure, 🏷️ Fantasy, 🏷️ Supernatural, 🏷️ Drama - -### **Manga** -- Total manga read: **269** -- Total manga read chapters: **27230** -- Total manga read volumes: **612** -- Top 5 manga genres: 🏷️ Fantasy, 🏷️ Action, 🏷️ Adventure, 🏷️ Comedy, 🏷️ Drama diff --git a/weeknote-config.json b/weeknote-config.json index a16b6306..da85025d 100644 --- a/weeknote-config.json +++ b/weeknote-config.json @@ -1 +1,46 @@ -{"feeds": [{"url": "https://appletune.fundor333.com/api/feed/", "title": "Suggested Reading Links/Posts", "utm_source": "fundor333.com"}, {"url": "https://www.fundor333.com/index.xml", "title": "New post from my blog", "utm_source": "fundor333.com"}, {"url": "https://newsletter.digitaltearoom.com/rss/", "title": "New post from my newsletter", "utm_source": "fundor333.com"}], "fix_links": [{"url": "https://www.fundor333.com", "title": "My blog", "utm_source": "fundor333.com"}, {"url": "https://newsletter.digitaltearoom.com", "title": "My newsletter", "utm_source": "fundor333.com"}, {"url": "https://ko-fi.com/fundor333", "title": "Support me", "utm_source": "fundor333.com"}], "generator": {"tag": "weeknote", "output": "content/weeknotes/", "fix_links_label": "My Links", "type_weeknote": "weeknote", "draft": false}, "anilist": {"user_id": "fundor333"}, "hardcover": {"active": true, "section_label": "Books I'm reading"}, "text_api": "https://appletune.fundor333.com/api/weekdone/?format=json"} \ No newline at end of file +{ + "feeds": [ + { + "url": "https://appletune.fundor333.com/api/feed/", + "title": "Suggested Reading Links/Posts", + "utm_source": "fundor333.com" + }, + { + "url": "https://www.fundor333.com/index.xml", + "title": "New post from my blog", + "utm_source": "fundor333.com" + }, + { + "url": "https://newsletter.digitaltearoom.com/rss/", + "title": "New post from my newsletter", + "utm_source": "fundor333.com" + } + ], + "fix_links": [ + { + "url": "https://www.fundor333.com", + "title": "My blog", + "utm_source": "fundor333.com" + }, + { + "url": "https://newsletter.digitaltearoom.com", + "title": "My newsletter", + "utm_source": "fundor333.com" + }, + { + "url": "https://ko-fi.com/fundor333", + "title": "Support me", + "utm_source": "fundor333.com" + } + ], + "generator": { + "tag": "weeknote", + "output": "content/weeknotes/", + "fix_links_label": "My Links", + "type_weeknote": "weeknote", + "draft": false + }, + "anilist": { "user_id": "fundor333" }, + "hardcover": { "active": true, "section_label": "Books I'm reading" }, + "text_api": "https://appletune.fundor333.com/api/weekdone/?format=json" +}