Compare commits

...

11 Commits

17 changed files with 186 additions and 89 deletions

BIN
assets/img/veganarchism.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -1,7 +1,6 @@
---
author: Hyperling
title: "Home"
---
# Home
Welcome to my recipes site! Feel free to contact [`me at hyperling dot com`](mailto:me@hyperling.com) if you have any questions.

View File

@@ -1,7 +1,7 @@
---
author: Hyperling
title: "All Posts"
subtitle: "Chronologically posted articles."
---
# All Posts
Articles are posted below in chronological order, and are also [available by tag here](/tags).
Articles are posted below in chronological order. Also browse by [tag](/tags) or [category](/categories).

View File

@@ -3,6 +3,8 @@ title: "Simply Seasoned Dahl w/ Zucchini"
author: 'Chad Michael "Bug" Greenwood'
draft: no
tags: ["food", "pressure cooker", "rice", "lentils", "dahl", "vegetables", "curry"]
categories: ["recipes"]
series: ["curries"]
date: "2025-09-01"
---

View File

@@ -3,6 +3,8 @@ title: "Wooden Camping Chair!"
author: 'Chad Michael "Bug" Greenwood'
draft: no
tags: ["crafts", "wood", "woodworking", "outdoors", "camping"]
categories: ["recipes"]
series: ["chairs"]
date: "2025-09-15"
---

View File

@@ -1,7 +1,7 @@
---
author: Hyperling
title: "All Tags"
subtitle: "Chronologically posted tags."
---
# All Tags
Tags attributed to recent articles. You may also [view all articles by date here](/posts).

View File

@@ -1,5 +1,7 @@
---
author: Hyperling
title: "Crafts"
subtitle: "All posts related to crafts."
---
Projects which are either fun or have useful outputs. ^_^

View File

@@ -1,7 +1,11 @@
---
author: Hyperling
title: "Food"
subtitle: "All posts related to food.."
---
I cook with a WFPB mentality, avoiding most foods which are unsafe for dogs or rabbits such as alliums, nightshades, grapes, etc.
I cook with a WFPB mentality while avoiding most foods which are unsafe for either dogs or rabbits.
Eating this way helps keep inflammation low and fuel for athleticism high. :D
These include alliums (onion, garlic), nightshades (tomatoes, peppers, potatoes, eggplant), grapes, caffeine, etc.
Eating this way helps keep inflammation low and fuel for athleticism high. It's kept me dis-ease free since 2014! :D

220
hugo.toml
View File

@@ -1,9 +1,147 @@
### My Params ###
baseURL = '/'
languageCode = 'en-us'
title = "Hyperling's Recipes"
title = "Hyperling's Works"
subtitle = "My recipes, blogposts, musings, and more."
paginate = 10
# Allow direct HTML.
markup.goldmark.renderer.unsafe = true
### End My Params ###
### Theme ###
# Seems pretty good, just need to add more config params so it acts better.
theme = "hello-friend-ng"
# Main Documentation
# https://github.com/rhazdon/hugo-theme-hello-friend-ng/blob/master/docs/config.md
# Favicon documentation for this theme.
# https://github.com/rhazdon/hugo-theme-hello-friend-ng/blob/master/docs/favicons.md
# Generator
# https://realfavicongenerator.net/your-favicon-is-ready
## Theme Suggested Params ##
# The parameters below were copied, modified, or inspired from:
# https://github.com/rhazdon/hugo-theme-hello-friend-ng?tab=readme-ov-file#how-to-configure
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Subtitle for home
homeSubtitle = "Blogposts, recipes, musings, and more."
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = false
# Show a global language switcher in the navigation bar
enableGlobalLanguageMenu = false
# Metadata mostly used in document's head
description = "Written works by Hyperling."
keywords = "homepage, blog, recipes, crafts, food, seasonings, woodworking, poetry, poems"
images = [""]
[taxonomies]
categories = "categories"
tags = "tags"
series = "series"
[languages]
[languages.en]
title = "Hyperling's Written Works"
keywords = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"
[languages.en.params]
#subtitle = "Blogposts, recipes, musings, and more."
[languages.en.params.logo]
logoText = "Hyperling's Works"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
# [languages.es]
# title = "Hola Amigo!"
# keywords = ""
# copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
# readOtherPosts = "Read other posts"
# And you can even create generic menu
[[menu.main]]
identifier = "00-all"
name = "All"
url = "/posts"
weight = 1
[[menu.main]]
identifier = "01-tags"
name = "Tags"
url = "/tags"
parent = "00-all"
weight = 1
[[menu.main]]
identifier = "02-cats"
name = "Categories"
url = "/categories"
parent = "00-all"
weight = 2
[[menu.main]]
identifier = "20-food"
name = "Food"
url = "/tags/food"
weight = 2
[[menu.main]]
identifier = "30-crafts"
name = "Crafts"
url = "/tags/crafts"
weight = 3
#[[menu.main]]
# identifier = "50-blog"
# name = "Blogposts"
# url = "/tags/blog"
# weight = 1
#[[menu.main]]
# identifier = "60-poetry"
# name = "Poetry"
# url = "/tags/poem"
# weight = 1
[[menu.main]]
identifier = "80-books"
name = "eBooks"
url = "https://hyperling.com/books"
weight = 9
# End parameters related to:
# https://github.com/rhazdon/hugo-theme-hello-friend-ng?tab=readme-ov-file#how-to-configure
##
### End Theme ###
### Failed Themes ###
# Do not go back to these unless figuring out what was done wrong.
# not functioning well
#theme = "recipes"
@@ -24,82 +162,4 @@ markup.goldmark.renderer.unsafe = true
# Could maybe be modified to serve well enough.
#theme = "hugo-classic"
# testing...
# Seems pretty good, just need to add more config params so it acts better.
theme = "hello-friend-ng"
paginate = 10
###
# The parameters below were copied, modified, or inspired from:
# https://github.com/rhazdon/hugo-theme-hello-friend-ng?tab=readme-ov-file#how-to-configure
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Subtitle for home
homeSubtitle = "My recipes for food, crafts, and more."
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = false
# Show a global language switcher in the navigation bar
enableGlobalLanguageMenu = false
# Metadata mostly used in document's head
description = "Recipes by Hyperling."
keywords = "homepage, blog, recipes, crafts, food, seasonings, woodworking"
images = [""]
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[languages]
[languages.en]
#title = "Hello Friend NG"
keywords = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"
[languages.en.params]
subtitle = "A simple theme for Hugo"
[languages.en.params.logo]
logoText = "Hyperling's Recipes"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
# And you can even create generic menu
[[menu.main]]
identifier = "00-all"
name = "All"
url = "/posts"
[[menu.main]]
identifier = "04-food"
name = "Food"
url = "/tags/food"
[[menu.main]]
identifier = "07-crafts"
name = "Crafts"
url = "/tags/Crafts"
# [languages.es]
# title = "Hola Amigo!"
# keywords = ""
# copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
# readOtherPosts = "Read other posts"
# End parameters related to:
# https://github.com/rhazdon/hugo-theme-hello-friend-ng?tab=readme-ov-file#how-to-configure
###
### End Failed Themes ###

View File

@@ -0,0 +1,6 @@
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="HyperMusings" />
<link rel="manifest" href="/site.webmanifest" />

BIN
static/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
static/favicon-96x96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

1
static/favicon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

21
static/site.webmanifest Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Hyperling's Musings",
"short_name": "HyperMusings",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#cccccc",
"background_color": "#cccccc",
"display": "standalone"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB