Commit Graph

952 Commits

Author SHA1 Message Date
Fundor333
44d28c3082 Fix syndication and webmention with mastodon 2025-06-16 02:45:37 +02:00
fundor333
6a91276e01 👾Generate Weekly
skip-checks: true
2025-06-15 23:56:19 +00:00
fundor333
b820b42ba7 👾Fetch webmentions
skip-checks: true
2025-06-15 23:36:00 +00:00
Fundor333
b0befcd813 Add missing newline for better readability in custom-head.html 2025-06-16 01:35:01 +02:00
Fundor333
15b21e0844 Fix spacing in Django Response comments section 2025-06-16 01:24:05 +02:00
fundor333
4d6f46f598 👾Fetch webmentions
skip-checks: true
2025-06-15 23:21:05 +00:00
Fundor333
0952b3dfd6 Add new Django Response post with metadata and comments 2025-06-16 01:20:21 +02:00
Fundor333
b71967a770 Fix template 2025-06-16 00:42:08 +02:00
fundor333
df0ac19585 Revert "Update theme"
This reverts commit 159b641e1e.
2025-06-16 00:40:13 +02:00
Fundor333
34ba0484d2 Add new layout files for code highlighting, headings, images, links, and shortcodes 2025-06-16 00:29:20 +02:00
Fundor333
4dab535d61 Add new partials for microformats, post cards, search functionality, and syndication
- Created `micro.html` for handling reply, repost, like, bookmark, and RSVP links.
- Added `postCard.html` for rendering individual post items with icons based on post type.
- Introduced `search-form.html` for search input and `search-index.html` for displaying search results.
- Implemented `series.html` to show related posts in a series format.
- Added `socialIcons.html` for rendering social media links.
- Created `syndication.html` to display syndication links for posts.
- Introduced `tags.html` for displaying tags and categories associated with posts.
- Added `webmention.html` for integrating webmention functionality.
- Updated SASS files for styling adjustments.
2025-06-16 00:18:49 +02:00
fundor333
e895933cb3 👾Fetch webmentions
skip-checks: true
2025-06-15 22:13:44 +00:00
Fundor333
9437988019 Add missing ID to comments section in Dnd Hosting post 2025-06-16 00:12:44 +02:00
Fundor333
caa6a5df2a DND micro 2025-06-16 00:05:07 +02:00
fundor333
67d75b42c7 👾Fetch webmentions
skip-checks: true
2025-06-15 21:50:28 +00:00
Fundor333
7305d54209 Add missing ID to comments section in "Add Minor Things to Django for templating" post 2025-06-15 23:49:48 +02:00
Fundor333
05a935a717 Fix date in "Add Minor Things to Django for templating" post 2025-06-15 23:35:02 +02:00
Fundor333
0fcc9a8c6a Refactor footer script tag for improved readability and remove unused Sass files 2025-06-15 23:05:01 +02:00
Fundor333
27c49a4356 Add utility code for Django templating
- Introduced a custom DateInput widget for Django forms to set the input type to "date".
- Added a simple template tag `url_replace` to modify GET parameters in URLs, facilitating cleaner navigation between views while preserving search filters.
- Documented the usage of both features in a new post for better understanding and implementation.
2025-06-15 22:58:45 +02:00
Fundor333
41033a0dab Add horror code image to "Parentesys Horror" post 2025-06-15 21:05:37 +02:00
Fundor333
d1397d2fda Add suggested reading links to Week Note Nº 24/2025 2025-06-15 14:39:17 +02:00
Fundor333
bc2dc2fe00 Refactor comments section to conditionally display Fediverse response information 2025-06-15 14:38:04 +02:00
fundor333
0fcae3c1ee 👾Generate Weekly
skip-checks: true
2025-06-15 06:26:42 +00:00
fundor333
f33d9f00ff 👾Fetch webmentions
skip-checks: true
2025-06-14 11:16:55 +00:00
Fundor333
f3366a5c06 Add Umami server ID for analytics configuration 2025-06-14 13:16:10 +02:00
Fundor333
ab6147b5ea New micro 2025-06-14 13:11:36 +02:00
Fundor333
02f9955ce0 Replace Matomo tracking code with a new script for improved performance 2025-06-13 19:40:53 +02:00
Fundor333
af49bdb38c Update Matomo tracking URL to use the correct stats server 2025-06-13 18:19:00 +02:00
Fundor333
322f3697d4 Add Matomo tracking code to footer 2025-06-13 18:09:00 +02:00
Fundor333
63b1f1031e Add Matomo tracking script to custom head partial 2025-06-13 18:00:01 +02:00
Fundor333
fbd8a9e522 Remove UTM parameters from RSS feed links 2025-06-13 17:28:23 +02:00
Fundor333
0e6b72d27e Refactor RSS feed link generation to use safeURL for UTM parameters 2025-06-13 17:22:37 +02:00
fundor333
c8b1889fda Adds UTM parameters to RSS feed links
Ensures proper tracking of traffic originating from
the RSS feed by appending UTM parameters to each
link.
2025-06-13 17:04:29 +02:00
dependabot[bot]
0ff1046c03 Bump postcss from 8.5.4 to 8.5.5
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.4 to 8.5.5.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.4...8.5.5)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-12 13:35:46 +00:00
Fundor333
37e630ca51 Add robots.txt file and set enableRobotsTXT to false 2025-06-12 01:51:28 +02:00
Fundor333
65ff648633 Remove UTM parameters from links in RSS and JSON feeds 2025-06-11 14:48:18 +02:00
Fundor333
c08510ef94 👾Add UTM parameters to links in RSS and JSON feeds for tracking 2025-06-11 14:33:56 +02:00
fundor333
dc3826dc1e 👾Fetch webmentions
skip-checks: true
2025-06-10 21:30:11 +00:00
Fundor333
cbc0f0294c Merge pull request #95 from fundor333/dependabot/npm_and_yarn/postcss-8.5.4
Bump postcss from 8.5.3 to 8.5.4
2025-06-10 23:29:39 +02:00
fundor333
494a100dec 👾Fetch webmentions
skip-checks: true
2025-06-10 20:02:55 +00:00
fundor333
278b4f483a 👾Fetch webmentions
skip-checks: true
2025-06-10 10:02:51 +00:00
fundor333
db1f73d6ac 👾Generate Weekly
skip-checks: true
2025-06-08 23:56:29 +00:00
fundor333
eacffbf54e 👾Fetch webmentions
skip-checks: true
2025-06-08 20:02:51 +00:00
Fundor333
e47a5039b6 fix: update week note with new link and remove voting reference 2025-06-08 11:58:42 +02:00
fundor333
297681700c 👾Generate Weekly
skip-checks: true
2025-06-08 06:26:42 +00:00
fundor333
036ef07d58 👾Fetch webmentions
skip-checks: true
2025-06-05 00:09:18 +00:00
dependabot[bot]
6798fb1b03 Bump postcss from 8.5.3 to 8.5.4
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.3 to 8.5.4.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.3...8.5.4)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 22:21:29 +00:00
Fundor333
c14dacd3de fix: remove unnecessary keywords array from package.json 2025-06-05 00:12:25 +02:00
fundor333
e3dbec0cc2 👾Fetch webmentions
skip-checks: true
2025-06-02 20:02:47 +00:00
Fundor333
41aaaadd5a New micro 2025-06-02 19:36:28 +02:00