Ovi HTMLy Theme

After (finally) choosing HTMLy as CMS and Occasio as theme, I started playing around with the layout to adapt it to my taste. Created a new Ovi theme from Occasio, and started modyfying it.

Not much work, just some fix around with CSS to set round corners, changed the banner images position, added some trick to handle my previous content the way I liked.

The biggest change is the integration of the comments system (still in development), which implied also some change at HTMLy code. The template works also with stock HTMLy, but without the comment system.

Actual template get the first image in posts to be displayed in main and categories pages excerpt. Also, it is possible in posts to publish an "images stripe" using code:

<div class="image-row">
<img src="https://emidio.reggiani.link/content/images/20251105195517-pebble_screentearing_01.jpg">
<img src="https://emidio.reggiani.link/content/images/20251105195526-pebble_screentearing_02.jpg">
<img src="https://emidio.reggiani.link/content/images/20251105195532-pebble_screentearing_03.jpg">
<img src="https://emidio.reggiani.link/content/images/20251105195540-pebble_screentearing_04.jpg">
</div>

An example can be found here: https://emidio.reggiani.link/post/pebble-screen-tearing-fix

Page with slug "downloads" will automatically convert links to download buttons, also forcing download of the linked files instead of opening it inside browser (ex. images or PDF files).

An example can be found here: https://emidio.reggiani.link/downloads/

Comments

Fred 07 November 2025
Finally, someone with enough technical coding knowledge to set up a comment system for this application. I anxiously await further information (where to download) etc. It is looking awesome.
Emidio 08 November 2025
Published on GitHub - https://github.com/Emidio - the modded HTMLy 3.1.1 and the Ovi theme with comments integration.

Leave a Comment


Your email will not be published

You can use **bold text** for formatting. Line breaks are preserved.