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.
|
1 month ago | |
---|---|---|
archetypes | 3 years ago | |
assets/css | 7 months ago | |
layouts | 1 month ago | |
static/fonts/ubuntu-font-family-0.83 | 8 months ago | |
LICENSE | 9 months ago | |
README.md | 8 months ago | |
theme.toml | 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