diff --git a/.gitignore b/.gitignore index 016b48d..41b31ec 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,11 @@ bin-debug/ bin-release/ [Oo]bj/ # FlashDevelop obj [Bb]in/ # FlashDevelop bin +resources/ # Other files and folders .settings/ +.idea/ # lock *.lock @@ -67,3 +69,10 @@ bower_components # AWS stuff for publishing static files .aws-credentials.json .awspublish* + +.hugo_build.lock + +.DS_Store? +._* +.Spotlight-V100 +.Trashes diff --git a/assets/background.jpg b/assets/background.jpg new file mode 100644 index 0000000..ce09b4e Binary files /dev/null and b/assets/background.jpg differ diff --git a/assets/pfp.png b/assets/pfp.png new file mode 100644 index 0000000..7d75e3f Binary files /dev/null and b/assets/pfp.png differ diff --git a/config/_default/languages.en.toml b/config/_default/languages.en.toml index cacf317..766dbfb 100644 --- a/config/_default/languages.en.toml +++ b/config/_default/languages.en.toml @@ -14,14 +14,14 @@ title = "Blowfish" # description = "My awesome website" # copyright = "Copy, _right?_ :thinking_face:" -# [params.author] -# name = "Your name here" -# email = "youremail@example.com" -# image = "img/blowfish_logo.png" -# imageQuality = 96 -# headline = "I'm only human" -# bio = "A little bit about you" -# links = [ +[params.author] + name = "Taco" + image = "pfp.png" + imageQuality = 96 + headline = "Rawr" + bio = "Dragon that does things." + links = [ + { gitea = "https://git.toomuchtaco.net" } # { email = "mailto:hello@your_domain.com" }, # { link = "https://link-to-some-website.com/" }, # { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" }, @@ -76,4 +76,4 @@ title = "Blowfish" # { ko-fi = "https://ko-fi.com/username" }, # { codeberg = "https://codeberg.org/username"}, # { printables = "https://www.printables.com/@username"}, -# ] + ] diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 579cedd..d9866db 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -10,10 +10,20 @@ # overridden by providing a weight value. The menu will then be # ordered by weight from lowest to highest. -#[[main]] -# name = "Blog" -# pageRef = "posts" -# weight = 10 +[[main]] + name = "Blog" + pageRef = "posts" + weight = 10 + +[[main]] + name = "Categories" + pageRef = "categories" + weight = 20 + +[[main]] + name = "Tags" + pageRef = "tags" + weight = 30 #[[main]] # name = "Parent" @@ -42,16 +52,6 @@ # pageRef = "categories/awesome" # weight = 20 -#[[main]] -# name = "Categories" -# pageRef = "categories" -# weight = 20 - -#[[main]] -# name = "Tags" -# pageRef = "tags" -# weight = 30 - # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before diff --git a/config/_default/params.toml b/config/_default/params.toml index 0ec9dca..64016ad 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,8 +5,8 @@ # Refer to the theme docs for more details about each of these parameters. # https://blowfish.page/docs/configuration/#theme-parameters -colorScheme = "blowfish" -defaultAppearance = "light" # valid options: light or dark +colorScheme = "fire" +defaultAppearance = "dark" # valid options: light or dark autoSwitchAppearance = true enableA11y = false @@ -53,9 +53,9 @@ forgejoDefaultServer = "https://v11.next.forgejo.org" showScrollToTop = true [homepage] - layout = "profile" # valid options: page, profile, hero, card, background, custom - #homepageImage = "IMAGE.jpg" # used in: hero, and card - showRecent = false + layout = "background" # valid options: page, profile, hero, card, background, custom + homepageImage = "background.jpg" + showRecent = true showRecentItems = 5 showMoreLink = false showMoreLinkDest = "/posts/" diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md new file mode 100644 index 0000000..b109036 --- /dev/null +++ b/content/posts/my-first-post.md @@ -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. \ No newline at end of file