parent
bc12631d29
commit
bfc38ea8e2
4 changed files with 25 additions and 27 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,4 +0,0 @@
|
||||||
[submodule "themes/hugo-maintenance"]
|
|
||||||
path = themes/hugo-maintenance
|
|
||||||
url = https://git.myco.systems/mycosystems/hugo-maintenance.git
|
|
||||||
branch = main
|
|
24
config.yaml
24
config.yaml
|
@ -1,3 +1,27 @@
|
||||||
theme: hugo-maintenance
|
theme: hugo-maintenance
|
||||||
baseURL: https://web.myco.systems/
|
baseURL: https://web.myco.systems/
|
||||||
defaultContentLanguage: en
|
defaultContentLanguage: en
|
||||||
|
|
||||||
|
params:
|
||||||
|
openGraph:
|
||||||
|
title: "MycoSystems web"
|
||||||
|
image: "https://example.com/opengraph-image.jpg"
|
||||||
|
description: |
|
||||||
|
Welcome to my Hugo site! A place for me to share my thoughts and ideas.
|
||||||
|
url: "https://example.com"
|
||||||
|
|
||||||
|
title: "MycoSystems web"
|
||||||
|
body: |
|
||||||
|
Building a more open and equitable internet, starting with your organization. No more bloated websites, licensing fees, or shady proprietary software, we want to help you and your organization switch to a no-bullshit model of internet infrastructure.
|
||||||
|
|
||||||
|
faq:
|
||||||
|
- question: "Why does your website look like this?"
|
||||||
|
answer: "Our pretty looking site is currently under construction!"
|
||||||
|
- question: "I need a [thing] hosted"
|
||||||
|
answer: "Get in contact! We have experience in many different domains so please reach out with project details."
|
||||||
|
|
||||||
|
contact:
|
||||||
|
- service: "e-mail"
|
||||||
|
input: "contact@myco.systems"
|
||||||
|
|
||||||
|
asciiArt: 1
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
---
|
|
||||||
opengraph:
|
|
||||||
title: "My Hugo Site"
|
|
||||||
image: https://example.com/opengraph-image.jpg
|
|
||||||
description: |
|
|
||||||
Welcome to my Hugo site! A place for me to share my thoughts and ideas.
|
|
||||||
|
|
||||||
url: https://example.com
|
|
||||||
|
|
||||||
title: "MycoSystems web"
|
|
||||||
body: |
|
|
||||||
Building a more open and equitable internet, starting with your organization. No more bloated websites, licensing fees, or shady proprietary software, we want to help you and your organization switch to a no-bullshit model of internet infrastructure.
|
|
||||||
faq:
|
|
||||||
- question: "Why does your website look like this?"
|
|
||||||
answer: "Our pretty looking site is currently under construction!"
|
|
||||||
- question: "I need a [thing] hosted"
|
|
||||||
answer: "Get in contact! We have experience in many different domains so please reach out with project details."
|
|
||||||
|
|
||||||
contact:
|
|
||||||
- service: "e-mail"
|
|
||||||
input: "contact@myco.systems"
|
|
||||||
---
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3ff9e759ba11d49eb0cd7022f0e0d9137a0d98a3
|
Subproject commit d1f5684800527cd4c55849807e0122cac0e3159d
|
Loading…
Add table
Reference in a new issue