Hermit - Config.toml

[TOC]

Inhaltsverzeichnis in der Seite

  • toc: true # wie folgt
title: "ToDo"
date: 2019-05-02T15:50:17+02:00
draft: true
toc: true
images:
tags: [posts, blog] 
categories: [Hugo, Tutorial, ToDo]

zum Testen

siehe hier

Notwendig für Hermit - config.toml

Hermit - config.toml hier sollte auf jeden Fall ergänzt werden:

enableEmoji                 = true  # Shorthand emojis in content files - https://gohugo.io/functions/emojify/

enableInlineShortcodes      = true

[blackfriday]
  hrefTargetBlank           = true
  
[permalinks]
  posts = "/posts/:year/:month/:title/"
  
[taxonomies]
  tag                       = "tags"
  category                  = "categories"  # Categories are disabled by default.
  mood                      = "moods"

enableEmoji

zu enableEmoji https://gohugo.io/functions/emojify/ ▶️ 🅰️ 👨‍👧‍👦 damit so etwas möglich wird 🍇

enableInlineShortcodes

zu enableInlineShortcodes siehe Inline Shortcodes

[blackfriday] hrefTargetBlank

zu [blackfriday] hrefTargetBlank siehe Blackfriday

[permalinks]

zu [permalinks] posts = "/posts/:year/:month/:title/" siehe Permalinks

[taxonomies]

zu [taxonomies] siehe Taxonomies