hopeless-cloud/hugo.toml
2023-06-14 21:16:37 +02:00

38 lines
941 B
TOML

baseURL = 'https://hopeless-cloud.xyz/'
languageCode = 'en-us'
theme = "JuiceBar"
title = "Hopeless-cloud"
[params]
author = "Andre Fuhry"
description = "Just a bunch of people that advocate for open source"
authorImage = "/images/hopeless-cloud.png"
paginate = 5
Title = "Hopeless-cloud"
content = "Welcome to Hopeless-cloud! Enjoy your stay and have a nice day!"
imageUrl = "/images/hopeless-cloud.png"
# To add a new social icon
# More social icons can be found in JuiceBar\layouts\partials\svg.html.
[[params.social]]
name = "github"
url = "https://gitea.hopeless-cloud.xyz/ProfessionalUwU"
[[params.social]]
name = "email"
url = "mailto:andre.fuhry@hopeless-cloud.xyz"
[taxonomies]
category = "categories"
tag = "tags"
# To add a new navigation link
[[menu.main]]
name = "About"
url = "/about"
[[menu.main]]
name = "Blog"
url = "/post"
# Used for outputting the documentation (required).
[outputs]
home = ["HTML", "RSS", "JSON"]