Compare commits

...

3 Commits

Author SHA1 Message Date
Rin 1d0fdd1a4c add simple homepage
ci/woodpecker/push/woodpecker Pipeline was successful Details
2023-08-14 10:31:33 +10:00
Rin 2f24e71cc7 add logos/assets 2023-08-14 10:31:06 +10:00
Rin a9007d70e5 initial blowfish config 2023-08-14 10:30:46 +10:00
43 changed files with 200 additions and 72 deletions

4
.gitmodules vendored Normal file
View File

@ -0,0 +1,4 @@
[submodule "themes/blowfish"]
path = themes/blowfish
url = https://github.com/nunocoracao/blowfish.git
branch = main

BIN
assets/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
assets/img/wordmark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@ -1,3 +0,0 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'

View File

@ -0,0 +1,21 @@
# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
# https://nunocoracao.github.io/blowfish/docs/getting-started/
theme: blowfish
baseURL: "https://treehouse.systems/"
defaultContentLanguage: en
enableRobotsTXT: true
paginate: 10
summaryLength: 100
buildDrafts: false
buildFuture: false
sitemap:
changefreq: daily
filename: sitemap.xml
priority: 0.5
outputs:
home:
- HTML
- RSS
- JSON

View File

@ -0,0 +1,62 @@
languages:
en:
languageCode: en
languageName: English
displayName: EN
isoCode: en
weight: 1
rtl: false
params:
title: "Treehouse Systems"
logo: "img/logo.png"
copyright: "Copyright 2023 Treehouse Systems"
dateFormat: "Mon Jan 2 2006"
# author:
# name: "Rin"
# image: "img/logo.svg"
# headline: "As in 凛冽时雨"
# bio: "System that mostly works on TCP/IP networks and automation,<br />but loves FP and Category Theory"
# links:
# - email: 'mailto:rin@rin.systems'
# # - link: 'https://link-to-some-website.com/'
# # - amazon: 'https://www.amazon.com/hz/wishlist/ls/wishlist-id'
# # - apple: 'https://www.apple.com'
# # - blogger: 'https://username.blogspot.com/'
# # - codepen: 'https://codepen.io/username'
# # - dev: 'https://dev.to/username'
# # - discord: 'https://discord.gg/invitecode'
# # - dribbble: 'https://dribbble.com/username'
# # - facebook: 'https://facebook.com/username'
# # - flickr: 'https://www.flickr.com/photos/username/'
# # - foursquare: 'https://foursquare.com/username'
# # - github: 'https://github.com/username'
# # - gitlab: 'https://gitlab.com/username'
# # - google: 'https://www.google.com/'
# # - hashnode: 'https://username.hashnode.dev'
# # - instagram: 'https://instagram.com/username'
# # - keybase: 'https://keybase.io/username'
# # - kickstarter: 'https://www.kickstarter.com/profile/username'
# # - lastfm: 'https://lastfm.com/user/username'
# # - linkedin: 'https://linkedin.com/in/username'
# - mastodon: 'https://social.treehouse.systems/@tammy'
# # - medium: 'https://medium.com/username'
# # - microsoft: 'https://www.microsoft.com/'
# # - orcid: 'https://orcid.org/userid'
# # - patreon: 'https://www.patreon.com/username'
# # - pinterest: 'https://pinterest.com/username'
# # - reddit: 'https://reddit.com/user/username'
# # - researchgate: 'https://www.researchgate.net/profile/username'
# # - slack: 'https://workspace.url/team/userid'
# # - snapchat: 'https://snapchat.com/add/username'
# # - soundcloud: 'https://soundcloud.com/username'
# # - stack-overflow: 'https://stackoverflow.com/users/userid/username'
# # - steam: 'https://steamcommunity.com/profiles/userid'
# # - telegram: 'https://t.me/username'
# # - tiktok: 'https://tiktok.com/@username'
# # - tumblr: 'https://username.tumblr.com'
# # - twitch: 'https://twitch.tv/username'
# # - twitter: 'https://twitter.com/username'
# # - whatsapp: 'https://wa.me/phone-number'
# # - youtube: 'https://youtube.com/username'

View File

@ -0,0 +1,11 @@
# -- Markup --
# These settings are required for the theme to function.
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
tableOfContents:
startLevel: 2
endLevel: 5

View File

@ -0,0 +1,35 @@
# -- Main Menu --
# The main menu is displayed in the header at the top of the page.
# Acceptable parameters are name, pageRef, page, url, title, weight.
#
# The simplest menu configuration is to provide:
# name = The name to be displayed for this menu link
# pageRef = The identifier of the page or section to link to
#
# By default the menu is ordered alphabetically. This can be
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
main:
- name: Discord
url: "https://discord.treehouse.systems"
weight: 10
- name: Mastodon
url: "https://mastodon.treehouse.systems"
weight: 20
- name: Gitea
url: "https://gitea.treehouse.systems"
weight: 30
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
#footer:
# - name: Source Code
# url: "https://gitea.treehouse.systems/Rin/snek-tech-blog"
# weight: 10
# - name: Pay Transparency
# pageRef: pay-transparency
# weight: 20

View File

@ -0,0 +1,3 @@
hugoVersion:
extended: false
min: 0.87.0

View File

@ -0,0 +1,56 @@
# -- Theme Options --
# These options control how the theme functions and allow you to
# customise the display of your website.
#
# Refer to the theme docs for more details about each of these parameters.
# https://nunocoracao.github.io/blowfish/docs/configuration/#theme-parameters
colorScheme: treehouse
defaultAppearance: dark # valid options: light or dark
robots: ''
autoSwitchAppearance: true
enableSearch: false
enableCodeCopy: true
footer:
showCopyright: true
showThemeAttribution: true
showAppearanceSwitcher: true
showScrollToTop: true
homepage:
layout: page # valid options: page, profile, hero, card, custom
homepageImage: "img/wordmark.png" # used in: hero, and card
showRecent: false
showRecentItems: 5
showMoreLink: false
showMoreLinkDest: /posts
article:
showDate: true
showDateUpdated: true
showAuthor: true
showBreadcrumbs: true
showDraftLabel: true
showEdit: false
editAppendPath: true
showHeadingAnchors: true
showPagination: true
invertPagination: false
seriesOpened: false
showReadingTime: true
showTableOfContents: true
showTaxonomies: true
showWordCount: true
showSummary: true
sharingLinks: false
list:
showBreadcrumbs: false
showSummary: false
showTableOfContents: false
showCards: false
groupByYear: true
sitemap:
excludedKinds: []

7
content/_index.md Normal file
View File

@ -0,0 +1,7 @@
---
title: "Treehouse Systems"
description: "A simple homepage for Treehouse Systems"
---
Welcome to Treehouse Systems! We're a community of friends mostly surviving the
tech industry.

View File

@ -1,25 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ block "title" . }}
{{ .Site.Title }}
{{ end }}</title>
<link rel="stylesheet" href="/styles.css">
<link rel="stylesheet" href="/syntax.css">
<link rel="alternate" type="application/rss+xml" href="/index.xml">
<link rel="alternate" type="application/atom+xml" href="/atom.xml">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{ block "opengraph" . }}
{{ end }}
</head>
<body>
<nav id="sidebar">
{{ partial "sidebar.html" . }}
</nav>
<main aria-role="main">
{{ block "main" . }}
{{ end }}
</main>
</body>
</html>

View File

@ -1,3 +0,0 @@
{{ define "main" }}
hi
{{ end }}

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on My New Hugo Site</title>
<link>http://example.org/categories/</link>
<description>Recent content in Categories on My New Hugo Site</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>My New Hugo Site</title>
<link>http://example.org/</link>
<description>Recent content on My New Hugo Site</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://example.org/categories/</loc>
</url><url>
<loc>http://example.org/</loc>
</url><url>
<loc>http://example.org/tags/</loc>
</url>
</urlset>

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on My New Hugo Site</title>
<link>http://example.org/tags/</link>
<description>Recent content in Tags on My New Hugo Site</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="http://example.org/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
static/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

BIN
static/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
static/favicon-48x48.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: 17 KiB

1
themes/blowfish Submodule

@ -0,0 +1 @@
Subproject commit 2c3cbeb0ae937f07e62e9b012c54db2221b7da4c