Mtt
Mtt

It’s been a busy 2-3 weeks. I should be able to dive back into some Tiny Theme development next week. Let me know if you have any feature requests, bug reports, or ideas.

|
Embed
Progress spinner
otaviocc
otaviocc

@Mtt oh, I have one! Kudos for Pages :-)

|
Embed
Progress spinner
Mtt
Mtt

@otaviocc That’s built in to the plugin. Just have to use the short code (I have it demo-ed on the theme page on my blog).

|
Embed
Progress spinner
numericcitizen
numericcitizen

@Mtt support for Hugo 0.117

|
Embed
Progress spinner
Mtt
Mtt

@jasonekratz This is actually something you can accomplish in your custom CSS within the Micro.blog design settings (no custom theme or plugin needed). In Custom CSS, just add:

img {
max-width: 600px;
max-height: 600px;
width: auto;
height: auto;
}

The 600px number is derived from how Micro.blog handles images. The HTML always includes 600px as the dimension of the widest part of the image (height for portrait, width for landscape). This will be the size within the img tag unless you've further modified your site like this.

Let me know if that gets you where you want to be.

|
Embed
Progress spinner
Mtt
Mtt

@numericcitizen Hopefully coming soon. Few things to work out first, but I think I'm close.

|
Embed
Progress spinner
numericcitizen
numericcitizen

@Mtt take your time, man, you've got a busy life!

|
Embed
Progress spinner
In reply to
jimmitchell
jimmitchell

@Mtt Tiny Theme feature request: the ability to choose link hex colors for light and dark in theme settings rather than using custom css? Just a thought… 😁

|
Embed
Progress spinner
Mtt
Mtt

@jimmitchell I fully support that and other settings as well, unfortunately settings get wiped out every time a theme/plugin is updated. So if I added settings/options, it would need to be at a point when updates were no longer coming.

|
Embed
Progress spinner
jimmitchell
jimmitchell

@Mtt Actually, I’ve found that if you don’t distribute your theme with a config.json file, Micro.blog will create it for the user, thus when there’s an update, settings don’t get wiped out. Look into it. Maybe @manton or @vincent can confirm that?

|
Embed
Progress spinner
Mtt
Mtt

@jimmitchell Very interesting. I’ll experiment with that.

|
Embed
Progress spinner
joshua
joshua

@Mtt on a post with a header, aka a post longer than the 300 character limit, can it pull an image to use as a feature image on the home page feed?

|
Embed
Progress spinner
Mtt
Mtt

@joshua I'd have to give it some thought. By default it shows full posts (and all images). With the Summary plugin, it shows summaries. Are you wanting the feature image to show with summaries?

There's not a built-in way to mark an image as featured with Micro.blog, but I might could work something out that pulls the first image and features it. Thoughts?

|
Embed
Progress spinner
ovr
ovr

@Mtt +1 With (only) the first image.

|
Embed
Progress spinner
Mtt
Mtt

@ovr It would have to be the first image or no image. No in between or way to enable/disable it from one post to the next. Would apply to screenshots and photos, possibly videos as well. Do you see that working or breaking down for you?

|
Embed
Progress spinner
ovr
ovr

@Mtt Yes, that seems to work well for me. Take for example this post: the photo is now not above the 'More' break in my blog timeline, it would have been better with photo.

|
Embed
Progress spinner
otaviocc
otaviocc

@Mtt thanks! I've added it to a couple pages 👏

|
Embed
Progress spinner
Mtt
Mtt

@ovr Ok, I’m gonna work on a way to do that.

|
Embed
Progress spinner
joshua
joshua

@Mtt I’m open to interpretation. The inspiration is for an AI-generated blog I’m experimenting with, @abctv and how every post is a summary post and how it’s quite a bare front page in that case

|
Embed
Progress spinner