November 25, 2024
XMin Hugo Theme
eXtremely Minimal Hugo theme: about 140 lines of code in total, including HTML and CSS (with no dependencies)
eXtremely Minimal Hugo theme: about 140 lines of code in total, including HTML and CSS (with no dependencies)
Headless CMS running in Visual Studio Code that helps managing your static sites. Supports Hugo, Jekyll, Docusaurus, NextJs, Gatsby, and more.
Why I started using Front Matter CMS to work with my Hugo-based static website and how you can do it, too.
Notes on adding a TIL section to share small learnings easily.
Step-by-step guide building my personal blog using Hugo from scratch.
Hugo is static site generator written in golang. Wordpress is a tool for remote access to your server ;-) ❗️Contributions welcome! - SchumacherFM/wordpress-to-hugo-exporter
This is not working for me. At least for deuts.net
Might have to try out the cli version instead.
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.
This note explains the technical details and source code of the Python scripts used to publish my Obsidian vault with Hugo, using the amazing Hugo Bootstrap Theme . The instructions here should work with any Hugo theme, perhaps after minor adjustments. The accompanying Python code can be found in this Github repository . The code supports publishing only a subset of the Obsidian vault (notes with publish: true in the frontmatter, as well as manually specifying a list of files and folders to be excluded from publishing), converting Obsidian -[[wikilinks]]- to regular Hugo links, as well as backlinks.