diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2a8645f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.hugo_build.lock diff --git a/config.toml b/config.toml index a4dc087..d5917d7 100644 --- a/config.toml +++ b/config.toml @@ -16,5 +16,6 @@ copyright = "This work is licensed under a Creative Commons Attribution-ShareAli [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" + 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" diff --git a/content/1.md b/content/1.md new file mode 100644 index 0000000..2964d36 --- /dev/null +++ b/content/1.md @@ -0,0 +1,9 @@ ++++ +title = "What is PVC?" +weight = 1 +type = "post" ++++ + +PVC is your modern, hyperconverged virtual machine manager. Built from well-known and well-trusted free-and-open-source components, PVC enables administrators to build highly-redundant and scalable small clusters, without the hassle or cost of other solutions. + +PVC provides an easy-to-use, redundant, scalable, self-healing and self-managing solution to ensure your VMs run no matter what happens to the hardware underneath. diff --git a/content/2.md b/content/2.md new file mode 100644 index 0000000..f17c226 --- /dev/null +++ b/content/2.md @@ -0,0 +1,19 @@ ++++ +title = "Key Features" +weight = 2 +type = "post" ++++ + +Easy-to-use: PVC lets you manage your cluster and then gets out of your way. The unobtrusive, self-documenting command-line interface is easy for administrators to learn and use, while abstracting powerful functionality in the background. + +Full VM lifecycle management: PVC manages your full VM lifecycle, from provisioning to day-to-day management. + +Live migration: PVC features VM live-migration between nodes and node readiness control. Seamlessly move VMs across the cluster almost instantly for maintenance. + +Redundant: PVC provides robust, ground-up node-level redundancy. All components are designed to ensure your cluster will continue to function even with a downed node. + +Robust storage: PVC includes shared storage with the Ceph distributed storage system. This helps ensure your data is safe on all nodes at all times. + +Self-managing and self-healing: PVC features auto-recovery funtionality including fencing and automatic VM recovery, should a node fail. Your VMs will be down for mere minutes, and recovered without human intervention. + +Advanced networking: PVC implements multiple guest networking options, including managed, unmanaged, and isolated VM networks. Keep your VMs talking exactly how you want them to. diff --git a/content/ABOUT.md b/content/ABOUT.md deleted file mode 100644 index 685bc6c..0000000 --- a/content/ABOUT.md +++ /dev/null @@ -1,11 +0,0 @@ -+++ -title = "Cloud Computing, Your Datacenter" -description = "Control your data: we bring the cloud to you!" -weight = 1 -type = "post" -class="post first" -+++ - -The cloud is everywhere. From the relentless growth of Google, Amazon, and Microsoft came a new paradigm of computing efficiency: scale. But who controls your data? - -At Boniface Labs, we seek to build the datacenter of tomorrow, on-premises, with your data under your control. Leveraging open-source technologies, we've built a full stack to deliver your applications, the way you want them, following best practices. With Boniface Labs, the cloud just got a little less intimidating. diff --git a/content/CONTACT.md b/content/CONTACT.md deleted file mode 100644 index 8ebdf1a..0000000 --- a/content/CONTACT.md +++ /dev/null @@ -1,9 +0,0 @@ -+++ -title = "Contact Us" -description = "We're just an email away!" -weight = 1 -type = "post" -class="post last" -+++ - -Click the email button below and send us your questions and feedback! diff --git a/content/z.md b/content/z.md new file mode 100644 index 0000000..d64637e --- /dev/null +++ b/content/z.md @@ -0,0 +1,7 @@ ++++ +title = "Interested?" +weight = 3 +type = "post" ++++ + +See [our documentation page](https://docs.parallelvirtualcluster.org) for more information on PVC. diff --git a/static/images/pvc-logo-full.png b/static/images/pvc-logo-full.png index 507a736..ad4ee55 100644 Binary files a/static/images/pvc-logo-full.png and b/static/images/pvc-logo-full.png differ diff --git a/static/images/pvc-logo-icon.png b/static/images/pvc-logo-icon.png new file mode 100644 index 0000000..4c06b78 Binary files /dev/null and b/static/images/pvc-logo-icon.png differ diff --git a/static/images/pvc-logo.png b/static/images/pvc-logo.png deleted file mode 100644 index c5f2a95..0000000 Binary files a/static/images/pvc-logo.png and /dev/null differ diff --git a/themes/scroll/layouts/index.html b/themes/scroll/layouts/index.html index a7cd76e..1a22318 100644 --- a/themes/scroll/layouts/index.html +++ b/themes/scroll/layouts/index.html @@ -7,7 +7,7 @@
{{ if .Site.Params.logo }} {{ end }} -

{{ .Site.Title}}

+
{{ if .Site.Params.description }}

{{ .Site.Params.description }}

{{ else }}

Power puff girls

{{ end }} diff --git a/themes/scroll/layouts/partials/footer.html b/themes/scroll/layouts/partials/footer.html index 2dbafcc..086f59e 100644 --- a/themes/scroll/layouts/partials/footer.html +++ b/themes/scroll/layouts/partials/footer.html @@ -22,8 +22,7 @@
- Proudly published with Hugo. HugoScroll theme by Fredrik.
- Copyright ©2016 Joshua Boniface. A Boniface Labs service.
+ Copyright ©2018-2024 Joshua M. Boniface. Hugo Theme by Fredrik.
Released under a Creative-Commons Attribution-ShareAlike 4.0 license. Some rights reserved.
diff --git a/themes/scroll/layouts/partials/header.html b/themes/scroll/layouts/partials/header.html index 041c100..f5dc0eb 100644 --- a/themes/scroll/layouts/partials/header.html +++ b/themes/scroll/layouts/partials/header.html @@ -7,7 +7,7 @@ - {{ .Title }} · {{ .Site.Title }} + {{ .Title }} diff --git a/themes/scroll/layouts/post/post.html b/themes/scroll/layouts/post/post.html index 0e0b5b9..a24cffb 100644 --- a/themes/scroll/layouts/post/post.html +++ b/themes/scroll/layouts/post/post.html @@ -7,8 +7,8 @@
+ {{ if .Site.Params.logo_later }} + {{else}} {{ .Site.Title }} {{ end }} diff --git a/themes/scroll/static/css/base.css b/themes/scroll/static/css/base.css index 57dafc3..e79aa3f 100644 --- a/themes/scroll/static/css/base.css +++ b/themes/scroll/static/css/base.css @@ -2053,7 +2053,7 @@ ul li { margin-bottom: 0rem; text-align: center; color: #fef6eb; - background: #525564 no-repeat center center; + background: #333333 no-repeat center center; background-size: cover; } #blog-logo img { @@ -2087,11 +2087,11 @@ ul li { .post-holder { width: 100%; height: 100%; - background: #74828f; + background: #555555; position: relative; } .oneOff { - background: #525564; + background: #333333; color: #fef6eb; } /* Every post, on every page, gets this style on its
tag */ @@ -2337,7 +2337,7 @@ a.fn-item.active { line-height: 1.5em; color: #fef6eb; text-align: center; - background: #74828f; } + background: #555555; } /* The subscribe icon on the footer */ .subscribe {