www.nixre.net-sources/hugo.yaml
c47 5b6152ec2a
Configure favicon assets
Configured favicon assets explicetely in hugo.yaml
2024-03-03 20:08:43 +01:00

69 lines
1.3 KiB
YAML

baseURL: https://www.nixre.net/
languageCode: en-us
title: nixre.net
theme: papermod
params:
env: production
description: "Personal website"
author: c47
DateFormat: "2006-01-02"
favicon: true
comments: false
typographer: false
robotsNoIndex: false
disableThemeToggle: false
defaultTheme: dark
showReadingTime: true
showWordCount: true
showRssButtonInSectionTermList: true
mainSections:
- blog
assets:
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
android-chrome-192x192: "/android-chrome-192x192.png"
android-chrome-512x512: "/android-chrome-512x512.png"
outputs:
home:
- html
section:
- html
taxonomy:
- html
term:
- html
menu:
main:
- identifier: blog
name: Blog
url: /blog/
weight: 20
- identifier: categories
name: Categories
url: /categories/
weight: 30
- identifier: tags
name: Tags
url: /tags/
weight: 40
- identifier: series
name: Series
url: /series/
weight: 50
- identifier: about
name: About
url: /about/
weight: 60
taxonomies:
tag: "tags"
series: "series"
categories: "categories"