Adding Leaflet to Ryder Theme
I made this quick and easy shortcode to get started using leaflet.js in the Ryder Theme for Hugo Websites, as I add more features supported by leaflet to the shortcode I might update this page.
I made this quick and easy shortcode to get started using leaflet.js in the Ryder Theme for Hugo Websites, as I add more features supported by leaflet to the shortcode I might update this page.
A super simple alpinjs image gallery
The first place I used this is on the recipe page about my mom’s family recipe cookbook
Introducing the Ryder theme, a theme for the hugo static website generator. This is an open-source Hugo theme boasting Tailwind CSS, FontAwesome integration, and customizable features. Perfect for beginners and seasoned developers alike, kickstart your website with this versatile theme.
Here are some useful partials I use in this theme.
This replaces the default markup template for rendering an image when the markdown code ![Alt Text](/path/to/img.jpg)
is used. It calls another partial you have to add to your theme or layout directory in your site called ImageConverter.