Commit Graph

1331 Commits

Author SHA1 Message Date
fundor333
f04fc5cd09 👾Fetch webmentions
skip-checks: true
2025-10-26 10:03:09 +00:00
fundor333
1b354d41e3 👾Generate Weekly
skip-checks: true
2025-10-26 06:27:06 +00:00
fundor333
c1144e736d 👾Fetch webmentions
skip-checks: true
2025-10-22 18:29:03 +00:00
Fundor333
ba1a8f75c7 👾Add GitHub issue search action for my code 2025-10-22 20:28:07 +02:00
fundor333
abc191941a 👾Fetch webmentions
skip-checks: true
2025-10-20 20:03:19 +00:00
fundor333
d0eb74c653 👾Fetch webmentions
skip-checks: true
2025-10-20 00:10:32 +00:00
fundor333
3084f4fb96 👾Generate Weekly
skip-checks: true
2025-10-19 23:56:40 +00:00
Fundor333
1608efbd32 New micro 2025-10-19 14:03:40 +02:00
fundor333
0b05f0b8a3 👾Fetch webmentions
skip-checks: true
2025-10-19 10:02:58 +00:00
fundor333
afaf45d165 👾Generate Weekly
skip-checks: true
2025-10-19 06:27:07 +00:00
fundor333
7e5b20135d 👾Fetch webmentions
skip-checks: true
2025-10-17 20:03:06 +00:00
fundor333
c6a47aedec 👾Fetch webmentions
skip-checks: true
2025-10-13 00:10:02 +00:00
fundor333
5a1f00fff4 👾Generate Weekly
skip-checks: true
2025-10-12 23:56:37 +00:00
fundor333
fb10b0cd53 👾Fetch webmentions
skip-checks: true
2025-10-12 10:02:59 +00:00
fundor333
9e01b95e72 👾Generate Weekly
skip-checks: true
2025-10-12 06:26:47 +00:00
fundor333
879315bae7 👾Fetch webmentions
skip-checks: true
2025-10-06 00:09:09 +00:00
fundor333
fa06fec86c 👾Generate Weekly
skip-checks: true
2025-10-05 23:56:39 +00:00
fundor333
a16a908772 👾Fetch webmentions
skip-checks: true
2025-10-05 10:02:51 +00:00
fundor333
2b55ff44c9 👾Generate Weekly
skip-checks: true
2025-10-05 06:26:51 +00:00
fundor333
9cbc835673 Updates event content and pre-commit config
Updates event content to include syndication and comments data.

Removes trailing whitespace pre-commit hook and adds editorconfig
settings for whitespace handling.

Also renames character images to have a consistent naming scheme
2025-10-01 23:53:50 +02:00
fundor333
885dbc25a9 👾Fetch webmentions
skip-checks: true
2025-10-01 21:37:47 +00:00
fundor333
71865f21e2 Updates dependencies and reorders character assets
Updates the project's dependencies to their latest versions to incorporate bug fixes and performance improvements.

Also reorders character assets for better organization.
2025-10-01 23:35:58 +02:00
fundor333
5dd48627ff 👾Fetch webmentions
skip-checks: true
2025-10-01 10:03:13 +00:00
fundor333
bc3558e412 Fix Characters and makefile 2025-09-30 02:28:08 +02:00
fundor333
c75e8612ff Update the makefile 2025-09-30 02:21:32 +02:00
fundor333
e86df01849 Adds timezone information to events
Adds timezone offsets to event start and end times for accurate scheduling.
Also corrects an incorrect event date.
2025-09-30 02:17:56 +02:00
fundor333
1517cab45a Adds meetup event data fetching and conversion
Adds functionality to fetch event data from Meetup's API, convert it to JSON, and then create markdown posts for a website.
The script now fetches event details using the Meetup API or retrieves them from existing JSON files, enhancing data management and content generation.
2025-09-30 02:12:12 +02:00
fundor333
c782cce489 👾Fetch webmentions
skip-checks: true
2025-09-29 23:29:45 +00:00
fundor333
9204238e2e Fixes date and removes syndication
Corrects the event date to a past date.

Removes the syndication and comments section from the event files.
2025-09-30 01:28:22 +02:00
fundor333
7422c421b6 Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-4.3.0'
* origin/dependabot/github_actions/actions/cache-4.3.0:
  Bump actions/cache from 4.2.4 to 4.3.0
2025-09-30 01:07:50 +02:00
fundor333
167be51cd7 👾Fetch webmentions
skip-checks: true
2025-09-29 22:55:21 +00:00
Fundor333
23421926db Fix summary text and ensure content is rendered in event list layout 2025-09-30 00:54:20 +02:00
Fundor333
afd12144e6 Refactor event handling in postCard and add event list layout 2025-09-30 00:41:22 +02:00
fundor333
594c916940 Adds and removes event content
Adds content for several past events, including Google I/O Extended Venezia 2017, PyData Venice #0, PyDataVE #2, #3, #6, PyData Global 2020, DevFest Venezia 2023, Google I/O Extended 2024, DevFest Venezia 2024, PyDataVe 22 and AWS User Group Venezia #9, #10, PyVenice #1, and updates DevFest Venezia 2025.
Removes outdated event content for DevFest Veneto 2019 and PyDataVe 22.
2025-09-30 00:00:12 +02:00
fundor333
3b98289ead Code for meetup 2025-09-29 23:59:39 +02:00
fundor333
4e43895e4e Fixes input handling for event URLs/IDs
Moves the Meetup URL/ID extraction logic outside the
conditional block that checks for an empty input. This
ensures that the extraction logic is always executed,
regardless of whether the event URL or ID was
provided as a command-line argument or via user input.
2025-09-29 23:14:39 +02:00
fundor333
4b51922738 Creates a tool to generate meetup posts
Adds a script to fetch event details from Meetup API
and generate markdown posts suitable for a website.

The script takes either a Meetup event URL or ID as input,
fetches the event data, and converts it into a formatted
markdown file in the content/event directory.

It also adds the event ID to a "memory" file to allow
re-fetching event information in the future.
2025-09-29 23:13:20 +02:00
dependabot[bot]
6a13345f97 Bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4.2.4...v4.3.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-29 18:38:19 +00:00
fundor333
ad09a79315 Update character 2025-09-29 18:14:16 +02:00
Fundor333
703659410a New photos 2025-09-29 02:00:10 +02:00
fundor333
f170c8c361 👾Fetch webmentions
skip-checks: true
2025-09-28 20:03:23 +00:00
fundor333
3a96cf8e7c 👾Fetch webmentions
skip-checks: true
2025-09-28 10:03:06 +00:00
fundor333
1fe4c1b85a 👾Generate Weekly
skip-checks: true
2025-09-28 06:26:54 +00:00
fundor333
b4a5f47745 👾Fetch webmentions
skip-checks: true
2025-09-25 10:03:01 +00:00
fundor333
09f23d5f5b 👾Fetch webmentions
skip-checks: true
2025-09-25 00:09:13 +00:00
fundor333
347b51efdd 👾Fetch response text
skip-checks: true
2025-09-24 23:28:39 +00:00
Fundor333
55b90b23a8 Fix typos and improve descriptions in makefile targets 2025-09-25 01:27:29 +02:00
fundor333
d6a4e8852f 👾Fetch response text
skip-checks: true
2025-09-24 23:23:27 +00:00
Fundor333
36af48b87f Update characters 2025-09-25 01:22:19 +02:00
fundor333
0ea99225a5 👾Fetch webmentions
skip-checks: true
2025-09-24 20:03:08 +00:00