Updated with latest test content
All checks were successful
Build and Publish Docker Image / build (push) Successful in 1m53s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 1m53s
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -4,9 +4,11 @@ bin-debug/
|
|||||||
bin-release/
|
bin-release/
|
||||||
[Oo]bj/ # FlashDevelop obj
|
[Oo]bj/ # FlashDevelop obj
|
||||||
[Bb]in/ # FlashDevelop bin
|
[Bb]in/ # FlashDevelop bin
|
||||||
|
resources/
|
||||||
|
|
||||||
# Other files and folders
|
# Other files and folders
|
||||||
.settings/
|
.settings/
|
||||||
|
.idea/
|
||||||
|
|
||||||
# lock
|
# lock
|
||||||
*.lock
|
*.lock
|
||||||
@@ -67,3 +69,10 @@ bower_components
|
|||||||
# AWS stuff for publishing static files
|
# AWS stuff for publishing static files
|
||||||
.aws-credentials.json
|
.aws-credentials.json
|
||||||
.awspublish*
|
.awspublish*
|
||||||
|
|
||||||
|
.hugo_build.lock
|
||||||
|
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
|||||||
BIN
assets/background.jpg
Normal file
BIN
assets/background.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 MiB |
BIN
assets/pfp.png
Normal file
BIN
assets/pfp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 528 KiB |
@@ -14,14 +14,14 @@ title = "Blowfish"
|
|||||||
# description = "My awesome website"
|
# description = "My awesome website"
|
||||||
# copyright = "Copy, _right?_ :thinking_face:"
|
# copyright = "Copy, _right?_ :thinking_face:"
|
||||||
|
|
||||||
# [params.author]
|
[params.author]
|
||||||
# name = "Your name here"
|
name = "Taco"
|
||||||
# email = "youremail@example.com"
|
image = "pfp.png"
|
||||||
# image = "img/blowfish_logo.png"
|
imageQuality = 96
|
||||||
# imageQuality = 96
|
headline = "Rawr"
|
||||||
# headline = "I'm only human"
|
bio = "Dragon that does things."
|
||||||
# bio = "A little bit about you"
|
links = [
|
||||||
# links = [
|
{ gitea = "https://git.toomuchtaco.net" }
|
||||||
# { email = "mailto:hello@your_domain.com" },
|
# { email = "mailto:hello@your_domain.com" },
|
||||||
# { link = "https://link-to-some-website.com/" },
|
# { link = "https://link-to-some-website.com/" },
|
||||||
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
|
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
|
||||||
@@ -76,4 +76,4 @@ title = "Blowfish"
|
|||||||
# { ko-fi = "https://ko-fi.com/username" },
|
# { ko-fi = "https://ko-fi.com/username" },
|
||||||
# { codeberg = "https://codeberg.org/username"},
|
# { codeberg = "https://codeberg.org/username"},
|
||||||
# { printables = "https://www.printables.com/@username"},
|
# { printables = "https://www.printables.com/@username"},
|
||||||
# ]
|
]
|
||||||
|
|||||||
@@ -10,10 +10,20 @@
|
|||||||
# overridden by providing a weight value. The menu will then be
|
# overridden by providing a weight value. The menu will then be
|
||||||
# ordered by weight from lowest to highest.
|
# ordered by weight from lowest to highest.
|
||||||
|
|
||||||
#[[main]]
|
[[main]]
|
||||||
# name = "Blog"
|
name = "Blog"
|
||||||
# pageRef = "posts"
|
pageRef = "posts"
|
||||||
# weight = 10
|
weight = 10
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "Categories"
|
||||||
|
pageRef = "categories"
|
||||||
|
weight = 20
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "Tags"
|
||||||
|
pageRef = "tags"
|
||||||
|
weight = 30
|
||||||
|
|
||||||
#[[main]]
|
#[[main]]
|
||||||
# name = "Parent"
|
# name = "Parent"
|
||||||
@@ -42,16 +52,6 @@
|
|||||||
# pageRef = "categories/awesome"
|
# pageRef = "categories/awesome"
|
||||||
# weight = 20
|
# weight = 20
|
||||||
|
|
||||||
#[[main]]
|
|
||||||
# name = "Categories"
|
|
||||||
# pageRef = "categories"
|
|
||||||
# weight = 20
|
|
||||||
|
|
||||||
#[[main]]
|
|
||||||
# name = "Tags"
|
|
||||||
# pageRef = "tags"
|
|
||||||
# weight = 30
|
|
||||||
|
|
||||||
|
|
||||||
# -- Footer Menu --
|
# -- Footer Menu --
|
||||||
# The footer menu is displayed at the bottom of the page, just before
|
# The footer menu is displayed at the bottom of the page, just before
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
# Refer to the theme docs for more details about each of these parameters.
|
# Refer to the theme docs for more details about each of these parameters.
|
||||||
# https://blowfish.page/docs/configuration/#theme-parameters
|
# https://blowfish.page/docs/configuration/#theme-parameters
|
||||||
|
|
||||||
colorScheme = "blowfish"
|
colorScheme = "fire"
|
||||||
defaultAppearance = "light" # valid options: light or dark
|
defaultAppearance = "dark" # valid options: light or dark
|
||||||
autoSwitchAppearance = true
|
autoSwitchAppearance = true
|
||||||
|
|
||||||
enableA11y = false
|
enableA11y = false
|
||||||
@@ -53,9 +53,9 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
|
|||||||
showScrollToTop = true
|
showScrollToTop = true
|
||||||
|
|
||||||
[homepage]
|
[homepage]
|
||||||
layout = "profile" # valid options: page, profile, hero, card, background, custom
|
layout = "background" # valid options: page, profile, hero, card, background, custom
|
||||||
#homepageImage = "IMAGE.jpg" # used in: hero, and card
|
homepageImage = "background.jpg"
|
||||||
showRecent = false
|
showRecent = true
|
||||||
showRecentItems = 5
|
showRecentItems = 5
|
||||||
showMoreLink = false
|
showMoreLink = false
|
||||||
showMoreLinkDest = "/posts/"
|
showMoreLinkDest = "/posts/"
|
||||||
|
|||||||
10
content/posts/my-first-post.md
Normal file
10
content/posts/my-first-post.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
+++
|
||||||
|
date = '2026-05-17T15:26:49-06:00'
|
||||||
|
draft = false
|
||||||
|
title = 'My First Post'
|
||||||
|
tags = ['space']
|
||||||
|
+++
|
||||||
|
|
||||||
|
## A sub-title
|
||||||
|
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi nibh nisl, vulputate eu lacus vitae, maximus molestie libero. Vestibulum laoreet, odio et sollicitudin sollicitudin, quam ligula tempus urna, sed sagittis eros eros ac felis. In tristique tortor vitae lacinia commodo. Mauris venenatis ultrices purus nec fermentum. Nunc sit amet aliquet metus. Morbi nisl felis, gravida ac consequat vitae, blandit eu libero. Curabitur porta est in dui elementum porttitor. Maecenas fermentum, tortor ac feugiat fringilla, orci sem sagittis massa, a congue risus ipsum vel massa. Aliquam sit amet nunc vulputate, facilisis neque in, faucibus nisl.
|
||||||
Reference in New Issue
Block a user