Hugo Invi is a multi-page website theme for the Hugo static site generator, based on hugo-fresh but heavily modified. hugo-fresh itself is adapted from CSS Ninja's Fresh
, a bulma-based landing page.
Hugo Invi supports the following features…
Technical
- Internationalization
- incl. an option in the Navigation Bar to change the site language
- Meta Data for SEO; supports
- OpenGraph
- Schema
- Organization
- Color Palette
- various Shortcodes and Markdown Render Hooks
Visual
- Navigation Bar
- Sidebar
- Image Gallery
- Embedding YouTube videos
- incl. thumbnail with warning as video replacement: user has to accept YouTube cookies first (decision is saved as a cookie)
- Feature / Product cards
- varying height or aligned height
- Short list of main features (large font size)
- Quote Cards
- Cookie Notification
- Write custom javascript and declare the path in config file using
params.customJS
- layouts/partials/javascript.html will fetch and insert it in each page including this partial (as of now:
baseof.html
,single.html
)
- layouts/partials/javascript.html will fetch and insert it in each page including this partial (as of now:
- Write custom sass file in your
assets
folder and declare the path in config file usingparams.customCSS
- The styling will be merged with this theme
Title and Subtitle
// id is optional
{{< title id="delicious" lvl="3" text="Bacon" >}}
// id is optional
{{< subtitle id="delicious" lvl="3" text="Bacon" >}}
supported
- render link
- if the URL has the "http" prefix, it gains
target="_blank" rel="noopener, nofollow"
- if the URL has the "http" prefix, it gains