A Hugo Theme
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Karl Herbig 029d7eb9cb
[footer] add 'rel=me' attribute to social links, as mastodon can use this to verify ownership of websites listed in profile
1 month ago
archetypes Init 3 years ago
assets/css [css] set the default font size to 'large' 7 months ago
layouts [footer] add 'rel=me' attribute to social links, as mastodon can use this to verify ownership of websites listed in profile 1 month ago
static/fonts/ubuntu-font-family-0.83 [js] remove unused javascript files and extern loads 8 months ago
LICENSE Update LICENSE 9 months ago
README.md [readme] remove example configuration; add credits for icons and fonst 8 months ago
theme.toml update theme.toml file with new author and meta information 8 months ago

README.md

WebsiteHerbig - Hugo theme

A theme for hugo with a markdown-ish UI.

Live Website

Check out my Website to get an impression. On codeberg.org you find the source code for the website.

Feature

  • Callouts
  • Tags
  • tl;dr

Installation

In your Hugo website directory, create a new folder named theme and clone the repo

$ mkdir themes
$ cd themes
$ git clone https://codeberg.org/muro/WebsiteHerbigHugoTheme.git

Edit the config.toml file with theme="WebsiteHerbigHugoThese" For more information read the official setup guide of Hugo.

Writing Posts

Create a new .md file in the content/posts folder

---
title: Title of the post
description:
date:
tldr: (optional)
draft: true/false (optional)
tags: [tag names] (optional)
---

Credits

Forked from Archie Theme and Licensed under MIT License

Icons from simpleicons.org

Fonts from design.ubuntu.com