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
Leave a Comment