Add initial blog configuration

This commit is contained in:
2024-05-24 11:01:02 -04:00
commit 9ef9f09ce5
57 changed files with 6053 additions and 0 deletions

20
config.toml Normal file
View File

@ -0,0 +1,20 @@
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"
description = "A Linux KVM-based hyperconverged infrastructure (HCI) virtualization cluster solution"
logo = "/images/pvc-logo.png"