Welcome to the Ryder theme example site!
Get started and Learn more about The Ryder theme for Hugo websites over at GitHub. If you leave all of the content on this page, this top box will not show up.
README file on githubGet started and Learn more about The Ryder theme for Hugo websites over at GitHub. If you leave all of the content on this page, this top box will not show up.
README file on githubIf 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.
CTA Buttons Take you places!C.T.A. buttons now take on the characteristic of the category style
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.
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.
outtaluv music video
To create a custom taxonomy list page like this one, just create a directory for the taxonomy, in this case categories
and the term, here maps
and create an index.md
in it with front matter like this:
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
.
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 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.