Cta Button
By In posts OnEasily add a call to action
CTA Buttons Take you places!C.T.A. buttons now take on the characteristic of the category style
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 Buttons Take you places!C.T.A. buttons now take on the characteristic of the category style
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.
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
.
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.
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.
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.
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.