- 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.
9 lines
146 B
SCSS
9 lines
146 B
SCSS
@import "root";
|
|
@import "pride";
|
|
@import "comments";
|
|
@import "webmention";
|
|
@import "author";
|
|
@import "menu";
|
|
@import "media";
|
|
@import "mastodon";
|