09:27

How to Set a Fallback OpenGraph Image in Hugo-PaperMod

The prioritization of settings in the official documentation is not clearly outlined, so this guide organizes the process.
23:58

XMin Hugo Theme

eXtremely Minimal Hugo theme: about 140 lines of code in total, including HTML and CSS (with no dependencies)
00:56

Nightfall Hugo Theme

Nightfall Nightfall is a minimal dark theme for Hugo. Demo
Get the theme Install Hugo and dart-sass.
Import as hugo module in config.toml:
[module] [[module.imports]] path = ‘github.com/LordMathis/hugo-theme-nightfall’ OR
Import manually:
git clone https://github.com/LordMathis/hugo-theme-nightfall themes/nightfall Add theme = “nightfall” in your config.toml: Configuration For full example chech exampleSite/config.toml
Add these params to you config.toml
[params] user = “hello” hostname = “gohugo.io” [params.author] name = “Mr Hugo” email = “hugo@example.com” Social links You can also add social links.
16:20

Typo Hugo Theme

A simple Hugo theme. Contribute to tomfran/typo development by creating an account on GitHub.
My hugo theme for my next project. Minimal only.
15:12

Relearn Hugo Theme

Hugo Relearn Theme A theme for Hugo designed for documentation.
★ What’s new in the latest release ★
Motivation The Relearn theme is a fork of the great Learn theme with the aim of fixing long outstanding bugs and adapting to latest Hugo features. As far as possible this theme tries to be a drop-in replacement for the Learn theme.
Features Wide set of usage scenarios Responsive design for mobile usage Looks nice on paper (if it has to) Usable offline, no external dependencies Usable from your local file system via file:// protocol Support for the VSCode Front Matter extension for on-premise CMS capabilities Support for Open Graph, Schema and Twitter Cards Configurable theming and visuals Configurable brand images Automatic switch for light/dark variant depending on your OS settings Predefined light, dark and color variants User selectable variants Stylesheet generator Configurable syntax highlighting Unique theme features Print whole chapters or even the complete site In page search Site search Dedicated search page Taxonomy support Configurable topbar buttons Unlimited nested menu items Configurable shortcut links Hidden pages Multi language support Full support for languages written right to left Available languages: Arabic, Simplified Chinese, Traditional Chinese, Czech, Dutch, English, Finnish, French, German, Hindi, Hungarian, Indonesian, Italian, Japanese, Korean, Polish, Portuguese, Romanian, Russian, Spanish, Swahili, Turkish, Vietnamese Search support for mixed language content Additional Markdown features Support for GFM (GitHub Flavored Markdown) Image effects like sizing, shadow, border and alignment Image lightbox Shortcodes galore Display resources contained in a page bundle Marker badges Configurable buttons List child pages Expand areas to reveal content Font Awesome icons Inclusion of other files Math and chemical formulae using MathJax Mermaid diagrams for flowcharts, sequences, gantts, pie, etc.
Another one of those Documentation theme for Hugo, which I may want to employ in the future. Installation can be found here.
14:11

Poison Hugo Theme

Poison DEMO - https://poison.lukeorth.com/ Poison is a clean, professional Hugo theme designed to captivate your readers.
It’s also tiny and privacy conscious with no external dependencies. No JavaScript frameworks, icon packs, or Google fonts. No ads or trackers polluting your console window. We kept things simple. A little vanilla JavaScript, a dash of CSS, and the power of Hugo.
All the static assets for the site (JS files, CSS, and fonts) are located within the theme’s /assets/ directory.