Commit Graph

1272 Commits

Author SHA1 Message Date
fundor333
dc0be97d76 👾Fetch webmentions
skip-checks: true
2025-09-17 10:02:57 +00:00
fundor333
f5b614efc4 👾Fetch webmentions
skip-checks: true
2025-09-17 00:09:11 +00:00
fundor333
528f1ad17f 👾Fetch webmentions
skip-checks: true
2025-09-16 20:02:54 +00:00
Fundor333
5b809fe10a Merge pull request #103 from fundor333/feature/new_micro
Feature/new micro
2025-09-16 16:20:51 +02:00
Fundor333
e23b83293b New micro 2025-09-16 16:20:12 +02:00
Fundor333
8d29ecadae New micro 2025-09-16 16:16:15 +02:00
fundor333
155f203c75 👾Fetch webmentions
skip-checks: true
2025-09-15 20:03:16 +00:00
Fundor333
92a5cc5d6b New micro 2025-09-15 19:15:54 +02:00
fundor333
0dc05cd729 👾Fetch webmentions
skip-checks: true
2025-09-15 00:09:42 +00:00
fundor333
76fb3f0af0 👾Generate Weekly
skip-checks: true
2025-09-14 23:56:27 +00:00
fundor333
6a75d8e701 Refactors event data structure
Updates event files to remove the nested "slot" structure.
Moves slot properties to the top level and renames "url" to "event_url" for consistency.
2025-09-14 22:03:15 +02:00
fundor333
f5ecb48a71 Adds event page and tag partial
Adds a new event page layout with date and location display.

Introduces a tag partial for displaying tags, categories, themes, and groups.

Adds "Event" entry in the main menu.

Shifts weight of "Now" menu entry and updates postCard icon.
2025-09-14 22:03:15 +02:00
fundor333
395e9ef442 👾Fetch webmentions
skip-checks: true
2025-09-14 10:02:47 +00:00
fundor333
919ef964bc 👾Generate Weekly
skip-checks: true
2025-09-14 06:26:40 +00:00
fundor333
97abf77fb9 Moves taxonomy templates to root
Moves taxonomy and term templates from the `_default`
directory to the root `layouts` directory. This allows for
more specific customization of these templates without
requiring them to be placed within the `_default` folder.
2025-09-14 02:48:23 +02:00
fundor333
c05e3c443c fix term 2025-09-14 02:46:01 +02:00
fundor333
9c4ddb44ca Adds taxonomy and term templates
Introduces basic templates for taxonomy and term pages.

These templates provide a foundation for displaying taxonomies and terms,
including listing associated content.
2025-09-14 02:34:01 +02:00
Fundor333
930f18c3af Fix micro 2025-09-14 02:34:01 +02:00
fundor333
603fe237b3 Refactors event data structure and adds group taxonomy
Updates event content files to replace the "slot" structure with individual fields for start, end, and event_url.
This change simplifies the event data structure and improves readability.

Adds a "group" taxonomy to allow for better categorization and filtering of events.
2025-09-14 02:34:01 +02:00
fundor333
15cc8f6b80 👾Fetch webmentions
skip-checks: true
2025-09-13 20:02:50 +00:00
fundor333
8807380ee8 👾Fetch webmentions
skip-checks: true
2025-09-13 12:48:10 +00:00
Fundor333
868fb66f2f Add event dates and update group information for multiple events 2025-09-13 14:47:18 +02:00
Fundor333
43c9573246 Refactor code structure for improved readability and maintainability 2025-09-11 22:34:55 +02:00
fundor333
d67ec8dbfc 👾Fetch webmentions
skip-checks: true
2025-09-10 20:03:12 +00:00
fundor333
a8806007dd 👾Fetch webmentions
skip-checks: true
2025-09-10 19:54:25 +00:00
Fundor333
6512f9f98c New micro 2025-09-10 21:53:42 +02:00
fundor333
58ab2f9f1a 👾Fetch webmentions
skip-checks: true
2025-09-10 10:02:58 +00:00
fundor333
0abedd955c 👾Fetch webmentions
skip-checks: true
2025-09-10 00:09:09 +00:00
Fundor333
ce275375e5 New micro 2025-09-09 22:19:48 +02:00
fundor333
a2787dce37 Merge remote-tracking branch 'origin/dependabot/github_actions/actions/setup-node-5.0.0'
* origin/dependabot/github_actions/actions/setup-node-5.0.0:
  Bump actions/setup-node from 4.4.0 to 5.0.0
2025-09-09 21:22:31 +02:00
fundor333
c8e87d275e Merge remote-tracking branch 'origin/dependabot/github_actions/actions/setup-python-6'
* origin/dependabot/github_actions/actions/setup-python-6:
  Bump actions/setup-python from 5 to 6
2025-09-09 21:22:26 +02:00
fundor333
9264960b0a 👾Fetch webmentions
skip-checks: true
2025-09-09 00:10:02 +00:00
dependabot[bot]
6a3992ee85 Bump actions/setup-node from 4.4.0 to 5.0.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.4.0...v5.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 13:16:49 +00:00
dependabot[bot]
ad5c41268c Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 13:12:28 +00:00
Fundor333
324d26d9e0 New characters 2025-09-08 14:16:35 +02:00
fundor333
f903b870df Run the new command 2025-09-08 02:24:41 +02:00
fundor333
874bedaa05 Adds anime script execution to automation
Integrates the anime script into the automated workflow.

This enhancement allows for the automated execution of the
anime script, ensuring that it runs as part of the regular
automation cycle alongside webmention and syndication scripts.
2025-09-08 02:24:26 +02:00
fundor333
1325c4a7bb 👾Fetch webmentions
skip-checks: true
2025-09-08 00:09:34 +00:00
fundor333
7a9f642fb0 👾Generate Weekly
skip-checks: true
2025-09-07 23:56:41 +00:00
Fundor333
9e0fa401de New micro 2025-09-08 01:55:23 +02:00
fundor333
5a92df7392 👾Fetch webmentions
skip-checks: true
2025-09-07 23:49:22 +00:00
Fundor333
23d4d03623 Cleaning test 2025-09-08 01:48:35 +02:00
Fundor333
8e37237aed New micro 2025-09-08 01:40:12 +02:00
Fundor333
6de745363a Add data attribute to omit link in bridgy partial 2025-09-08 01:36:33 +02:00
fundor333
8c8868c938 👾Fetch webmentions
skip-checks: true
2025-09-07 23:32:38 +00:00
Fundor333
74312c5788 Remove unused data attribute from bridgy partial 2025-09-08 01:31:53 +02:00
Fundor333
109c978c23 New micro 2025-09-08 01:28:09 +02:00
Fundor333
d7a0b2abad New micro 2025-09-08 01:27:33 +02:00
fundor333
59591a5793 👾Fetch webmentions
skip-checks: true
2025-09-07 23:25:55 +00:00
Fundor333
cd23cff5e1 Fix micro 2025-09-08 01:25:19 +02:00