54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
baseURL: '/'
|
|
uglyURLs: true
|
|
relativeURLs: true
|
|
languageCode: 'en-us'
|
|
title: "Norm-working Packets \U0001F4BE"
|
|
subtitle: 'A semi-technical blog & series of experiences working in tech and my homelab'
|
|
theme: "PaperMod"
|
|
themesDir: './themes/'
|
|
paginate: 7
|
|
|
|
googleAnalytics: G-X8VR5M0K20
|
|
enableRobotsTXT: true
|
|
sectionPagesMenu: main
|
|
|
|
taxonomies:
|
|
category: categories
|
|
series: series
|
|
tag: tags
|
|
|
|
# Allow html to be rendered in Markdown files
|
|
markup:
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
|
|
# Various Module Imports
|
|
module:
|
|
imports:
|
|
# - path: github.com/martignoni/hugo-notice
|
|
- path: hugo-shortcode-roneo-collection
|
|
|
|
params:
|
|
env: production
|
|
title: Norm-working Packets
|
|
description: 'A semi-technical blog & series of experiences working in tech and my homelab'
|
|
keywords: [Blog, Website, Resume, Interests, Portfolio, Selfhosted, DIY]
|
|
author: Norm Rasmussen
|
|
DateFormat: "January 2, 2006"
|
|
defaultTheme: dark
|
|
ShowShareButtons: true
|
|
ShowBreadCrumbs: true
|
|
assets:
|
|
favicon: "favicon.ico"
|
|
favicon32x32: "rsmsncircles.ico"
|
|
|
|
homeInfoParams:
|
|
Title: "Hey there, stranger! \U0001F44B"
|
|
Content: Welcome to my running collection of tips, tricks, and scripts about self-hosting and DIY.
|
|
socialIcons:
|
|
- name: "Mastodon"
|
|
url: "https://fosstodon.org/@notnorm"
|
|
- name: "Github"
|
|
url: "https://github.com/Normanras"
|