2023-09-20 17:17:33 -04:00
baseURL : '/'
uglyURLs : true
relativeURLs : true
languageCode : 'en-us'
2023-09-25 16:59:23 -04:00
title : "Norm-working Packets \U0001F4BE"
subtitle : 'A semi-technical blog & series of experiences working in tech and my homelab'
2024-02-26 16:42:10 -05:00
theme :
- hugo-shortcode-roneo-collection
- PaperMod
2023-09-20 17:17:33 -04:00
themesDir : './themes/'
paginate : 7
2023-11-16 10:26:24 -05:00
#googleAnalytics: G-X8VR5M0K20
2023-10-06 16:38:00 -04:00
enableRobotsTXT : true
sectionPagesMenu : main
taxonomies :
category : categories
series : series
tag : tags
2023-09-22 17:44:49 -04:00
2023-09-27 17:07:31 -04:00
# Allow html to be rendered in Markdown files
markup :
2024-02-26 16:42:10 -05:00
highlight :
lineNoStart : 1
lineNos : true
style : vim
2023-09-27 17:07:31 -04:00
goldmark :
renderer :
unsafe : true
2024-04-11 14:04:52 -04:00
outputs :
home :
- HTML
- RSS
- JSON
2023-09-27 17:07:31 -04:00
# Various Module Imports
module :
imports :
# - path: github.com/martignoni/hugo-notice
- path : hugo-shortcode-roneo-collection
2023-09-20 17:17:33 -04:00
params :
env : production
2024-04-11 14:04:52 -04:00
title : Self-hosted Norm
2023-09-25 16:59:23 -04:00
description : 'A semi-technical blog & series of experiences working in tech and my homelab'
2023-09-22 17:44:49 -04:00
keywords : [ Blog, Website, Resume, Interests, Portfolio, Selfhosted, DIY]
2023-09-20 17:17:33 -04:00
author : Norm Rasmussen
DateFormat : "January 2, 2006"
defaultTheme : dark
2023-10-06 16:38:00 -04:00
ShowShareButtons : true
ShowBreadCrumbs : true
2024-02-26 16:42:10 -05:00
ShowCodeCopyButtons : true
2024-04-11 14:04:52 -04:00
ShowFullTextinRSS : true
2023-09-20 17:17:33 -04:00
assets :
2023-09-22 17:44:49 -04:00
favicon : "favicon.ico"
favicon32x32 : "rsmsncircles.ico"
homeInfoParams :
Title : "Hey there, stranger! \U0001F44B"
2023-11-16 10:26:24 -05:00
Content : Welcome to my running collection of tips, tricks, and scripts about self-hosting and DIY. Outwardly, this is my "living resume" to showcase how I leverage my technical abilities in non-technical roles. Inwardly, this is something I can refer back to for items that don't quite belong in my internal documentation, but are more in depth than a Mastodon post.
2023-09-22 17:44:49 -04:00
socialIcons :
- name : "Mastodon"
url : "https://fosstodon.org/@notnorm"
- name : "Github"
url : "https://github.com/Normanras"
2024-04-11 14:04:52 -04:00
- name : "RSS"
url : "https://selfhosted.rsmsn.co/index.xml"