blog/config.toml

22 lines
681 B
TOML
Raw Normal View History

2024-05-24 11:01:02 -04:00
baseurl = "https://www.parallelvirtualcluster.org"
languageCode = "en-us"
title = "Parallel Virtual Cluster"
author = "Joshua M. Boniface"
theme = "scroll"
contentdir = "content"
publishdir = "public"
builddrafts = false
canonifyurls = true
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 License."
[indexes]
category = "categories"
tag = "tags"
[Params]
AuthorName = "Joshua M. Boniface"
email = "joshua@boniface.me"
2024-05-27 10:12:09 -04:00
description = "Parallel Virtual Cluster is a Linux KVM-based hyperconverged infrastructure (HCI) virtualization cluster solution"
logo = "/images/pvc-logo-full.png"
logo_later = "/images/pvc-logo-icon.png"