Skip to content

cubiest/hugo-invi

This branch is 78 commits ahead of, 69 commits behind StefMa/hugo-fresh:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 5, 2022
Jan 20, 2023
Dec 30, 2022
Jan 31, 2023
Feb 6, 2023
Feb 6, 2023
Jan 31, 2023
Feb 6, 2023
Jan 31, 2023
Jan 31, 2023
Jan 31, 2023
Feb 6, 2023

Repository files navigation

Hugo Invi - The Fresh theme for Hugo

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.

Functionality

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
    • Twitter
    • 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

Usage

Custom Javascript

  • 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)

Merge Project styling with this theme

  • Write custom sass file in your assets folder and declare the path in config file using params.customCSS
    • The styling will be merged with this theme

Content Shortcodes

Hugo Docs

Title and Subtitle

// id is optional
{{< title id="delicious" lvl="3" text="Bacon" >}}

// id is optional
{{< subtitle id="delicious" lvl="3" text="Bacon" >}}

Markdown Render Hooks

Hugo Docs

supported

  • render link
    • if the URL has the "http" prefix, it gains target="_blank" rel="noopener, nofollow"

About

Invigorating Hugo Theme

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Sass 63.1%
  • HTML 14.5%
  • SCSS 14.4%
  • JavaScript 4.4%
  • CSS 3.6%