Files
fundor333.com/assets/sass/add.scss
Fundor333 7b30b6c67f Add new post generation feature with image support and toot shortcode
- Created a new markdown file for generating posts with an image cover in Hugo.
- Implemented a Python script to generate images with text overlay using PIL.
- Added a shortcode for displaying toots from Mastodon, including user information and media attachments.
2025-07-11 00:26:40 +02:00

9 lines
146 B
SCSS

@import "root";
@import "pride";
@import "comments";
@import "webmention";
@import "author";
@import "menu";
@import "media";
@import "mastodon";