Posts

A list of all your content under posts will go here on this paginated section. If you only want to show the posts, just have no content on the _index.md file, or remove it completely if you don’t need to set any front matter variables.

Cta Button

In posts On

Easily add a call to action

C.T.A. buttons now take on the characteristic of the category style

CTA Buttons Take you places!

All About Hugo

In posts On

Background

Written in Go, Hugo is an open source static site generator available under the Apache Licence 2.0. Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.

Debug Panel

In posts On

I made a wrapper around this debug-hugo partial from kaushalmodi

To turn it on, set enabledebugpanel = true in front matter or add the same variable to the site params in hugo.toml.

Leaflet Maps

In Maps On

Maps on a Hugo website made easy!

Latitude
39° 54' 20.52"
Longitude
-76° 50' 00.60"

Adding a map to your hugo website becomes easy with the leaflet shortcode. You can add a box to display the lat and long as well through the use of the lat-long-box shortcode.

Affiliate Marketing Tools

In posts On

Amazon associate cta button for single product

Buy A quick way to add a plug on Amazon.com

Home Feed Filtering and Colorization

In posts On

Limit your home page feed by Section, Category or Tag

You can now set params in your hugo.toml file to keep any pesky pages off your homepage that you may not wish to promote for whatever reason.

Featured Content

In posts On

Lead with a wide feature

If you want to have wide features, they will get stacked at the top and will take 2 columns. This is done by setting a front matter param homeFeatureWide to enable it, and adding an order-first class and col-span-2 class to the outer div.

Menus

In posts On

This is one way to add a menu

I modified the default menu.html partial sample code from the hugo docs to use the tailwindcss group-hover syntax. I made the children menu inside a container div so it is a sibling to the main anchor and on hover it appears. Still needs style work.