Commit Graph

110 Commits

Author SHA1 Message Date
fundor333
db676fdd80 Removes unused image assets
Removes a large number of image assets that are no longer used by the site. This reduces the size of the repository and the deployed site.

These images include various sizes of favicons, touch icons, cover images for old blog posts and weeknotes, and character images.

The `make-post.py` script is adjusted to correctly format the year in post paths.
2025-06-30 11:57:15 +02:00
Fundor333
2bccadf38c Add webmention styles and share buttons
- Created a new SCSS file for webmention styles to enhance the appearance of comments and reactions.
- Added HTML partial for share buttons including Twitter, Facebook, LinkedIn, Reddit, and WhatsApp.
- Updated the main SCSS file to include webmention styles and removed the old CSS file for webmentions.
- Updated asset integrity for the compiled CSS file.
2025-06-30 00:35:05 +02:00
Fundor333
86b516f2fc Update dependencies and add new packages
- Updated `browserslist` from version 4.25.0 to 4.25.1
- Updated `caniuse-lite` from version 1.0.30001724 to 1.0.30001726
- Updated `electron-to-chromium` from version 1.5.173 to 1.5.177
- Added `shellingham` version 1.5.4 to `poetry.lock`, `pyproject.toml`, and `requirements.txt`
- Added `typer` version 0.16.0 to `poetry.lock`, `pyproject.toml`, and `requirements.txt`
- Updated dependencies for `typer` in `poetry.lock`
- Updated content hash in `poetry.lock`
- Updated multiple PNG files in the `static/Characters` directory
2025-06-29 23:07:17 +02:00
fundor333
97c96d01d7 Reorganizes character asset files
Renames and reorders character image files in the static directory.

This commit performs a large-scale renaming operation on the character assets to improve file organization and numbering.
It also updates file permissions to ensure proper access.
2025-06-24 19:36:46 +02:00
Fundor333
5e7b014627 Cleaning 2025-06-19 00:00:25 +02:00
Fundor333
edb55dd976 Update package-lock and requirements for dependency versions; add new Python packages 2025-06-16 23:40:09 +02:00
Fundor333
0cea7123ef Update links to include UTM parameters for tracking and fix atom feed link reference 2025-06-16 18:14:20 +02:00
Fundor333
44d28c3082 Fix syndication and webmention with mastodon 2025-06-16 02:45:37 +02:00
Fundor333
37e630ca51 Add robots.txt file and set enableRobotsTXT to false 2025-06-12 01:51:28 +02:00
fundor333
26b401631c Adds Atom feed generation
Implements Atom feed generation for blog posts, photos, and the main site feed.

This allows users to subscribe to content using Atom-compatible feed readers.
Includes an XSLT stylesheet for rendering Atom feeds in a human-readable format in browsers.
2025-05-29 03:12:31 +02:00
Fundor333
4a4b316775 Update webmentions data, package-lock, requirements, and character images
- Modified webmentions JSON data to reorder entries and update URLs.
- Updated `electron-to-chromium` version in `package-lock.json` from 1.5.155 to 1.5.157.
- Added `pillow==11.2.1` to `requirements.txt`.
- Updated multiple character image files in the `static/Characters` directory.
2025-05-24 00:19:07 +02:00
fundor333
852e215d94 Updates webmention data and restructures characters
Updates webmention data with new entries and reorganizes
character images, renaming and reordering them to ensure
correct indexing and to keep static content up to date.

Removes obsolete image files.

Updates package dependencies.
2025-05-18 02:15:04 +02:00
fundor333
03b3af5b6d Merge remote-tracking branch 'origin/main'
* origin/main:
  👾Generate Weekly skip-checks: true
  👾Fetch webmentions skip-checks: true
  👾Fetch webmentions skip-checks: true
2025-05-18 02:10:57 +02:00
fundor333
57a02ee303 Updates webmention data and restructures characters
Updates webmention data with new entries and reorganizes
character images, renaming and reordering them to ensure
correct indexing and to keep static content up to date.

Removes obsolete image files.

Updates package dependencies.
2025-05-18 02:09:27 +02:00
Fundor333
bdb162c9f7 cleaning 2025-05-10 00:27:53 +02:00
Fundor333
ee61c9e91e Add Anilist cron workflow and script for weekly updates 2025-05-09 13:52:17 +02:00
Fundor333
5acba397b4 Add Lunr.js for client-side search functionality and implement search results display
- Integrated Lunr.js library for indexing and searching content.
- Created search.js to handle search queries and display results dynamically.
- Implemented displayResults function to format and show search results.
- Enhanced search functionality with boosted fields for title and content.
- Added search.min.js for optimized production use.
2025-04-18 22:26:40 +02:00
Fundor333
e9da16368b Update Opengraph image 2025-04-16 13:46:26 +02:00
Fundor333
44cf98f483 Minor update 2025-04-14 21:33:58 +02:00
Fundor333
03c92b34ae Update dependencies and add new syndication/webmention data
- Updated dependencies in `pyproject.toml` to use the latest versions.
- Updated `requirements.txt` to reflect new versions for certifi, python-dotenv, and urllib3.
- Added new syndication JSON files for recent posts.
- Added new webmention data for a post related to "Devil May Cry by Netflix".
- Updated multiple character image files in the static directory.
2025-04-14 02:29:35 +02:00
fundor333
439e972956 Update Static 2025-04-14 00:56:25 +02:00
Fundor333
30b7d0c9c4 Update hugo 2025-04-10 22:42:48 +02:00
Fundor333
b2236a647e Add initial carbon configuration file with org disclosures and upstream services 2025-04-07 15:26:31 +02:00
Fundor333
b293670fb4 Update character images for improved quality and consistency 2025-04-01 19:38:37 +02:00
fundor333
94bf0bd33d Update characters 2025-04-01 03:20:35 +02:00
Fundor333
2ae5cd3828 Update characters 2025-03-31 21:30:11 +02:00
Fundor333
b69d1a7062 Update webmentions 2025-03-09 01:52:35 +01:00
Fundor333
81bbe8dfcc Update webmentions 2025-02-23 17:18:13 +01:00
Fundor333
82f5182343 New Photo 2025-02-23 10:51:26 +01:00
Fundor333
e1aa71b0ea Fix avatar 2025-02-10 18:32:42 +01:00
Fundor333
346a9d9797 Cleaning 2025-01-28 18:47:26 +01:00
Fundor333
14d4819bd3 Clean 2025-01-24 14:38:47 +01:00
Fundor333
db90f26796 Cleaning 2025-01-24 00:52:48 +01:00
Fundor333
39089e962c More fav 2025-01-20 01:59:27 +01:00
Fundor333
3a099001fb :-) 2025-01-20 01:50:37 +01:00
Fundor333
bd0d2e7216 Update favicon 2025-01-20 01:47:12 +01:00
Fundor333
4d9bef36e3 Fix static 2025-01-20 01:30:59 +01:00
Fundor333
cd008ddcb3 Fix some resources 2025-01-20 01:11:40 +01:00
Fundor333
e199412fb2 Fix webmanifest 2025-01-20 01:01:20 +01:00
Fundor333
814a9bd08a Fix favicon 2025-01-20 00:57:17 +01:00
Fundor333
6e24e22482 Fix favicon 2025-01-20 00:54:09 +01:00
Fundor333
06852dab4c Add favicons 2025-01-20 00:32:01 +01:00
fundor333
15ba023c76 Fix favicon 2025-01-18 13:14:54 +01:00
Fundor333
8b1761b74d Fix opengraph 2025-01-18 02:44:24 +01:00
fundor333
ba7460325b Minor update of the resources 2025-01-17 00:36:36 +01:00
Fundor333
5288ba208b Fix feeds 2025-01-16 20:30:26 +01:00
fundor333
30d62b2bae Fix comment 2025-01-16 20:15:51 +01:00
fundor333
54fb679c68 webmention 2025-01-16 02:22:14 +01:00
Fundor333
68a042c41c More update webmention 2025-01-16 01:26:54 +01:00
Fundor333
5c1440b3af fix js import 2025-01-16 01:03:13 +01:00