Update site for PVC

This commit is contained in:
2024-05-27 10:12:09 -04:00
parent 9ef9f09ce5
commit 538ed7d08d
15 changed files with 48 additions and 32 deletions

View File

@ -7,7 +7,7 @@
<div id="site-head-content" class="inner">
{{ if .Site.Params.logo }} <a id="blog-logo" href="{{ .Site.BaseURL }}"><img src="{{ .Site.Params.logo }}" alt="Blog Logo" /></a>{{ end }}
<h1 class="blog-title">{{ .Site.Title}}</h1>
<br/>
{{ if .Site.Params.description }}<h2 class="blog-description">{{ .Site.Params.description }}</h2> {{ else }}
<h2 class="blog-description">Power puff girls</h2>
{{ end }}

View File

@ -22,8 +22,7 @@
</div>
<div class="inner">
<section >
Proudly published with <a class="i-ghost" href="http://gohugo.io">Hugo</a>. <a href="http://ghostscroll.grmmph.com/">HugoScroll</a> theme by <a href="http://fredrikloch.me">Fredrik</a>.<br>
Copyright ©2016 <a href="https://www.boniface.me">Joshua Boniface</a>. A <a href="https://www.bonifacelabs.ca">Boniface Labs</a> service.<br>
Copyright ©2018-2024 <a href="https://www.boniface.me">Joshua M. Boniface</a>. <a class="i-ghost" href="http://gohugo.io">Hugo</a> <a href="http://ghostscroll.grmmph.com/">Theme</a> by <a href="http://fredrikloch.me">Fredrik</a>.<br>
Released under a Creative-Commons Attribution-ShareAlike 4.0 license. Some rights reserved.
</section>
</div>

View File

@ -7,7 +7,7 @@
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title> {{ .Title }} &middot; {{ .Site.Title }} </title>
<title> {{ .Title }} </title>
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />

View File

@ -7,8 +7,8 @@
<header class="post-header">
<a id="blog-logo" href="{{ .Site.BaseURL}}">
{{ if .Site.Params.logo }}
<a id="blog-logo" href="{{ .Site.BaseURL}}"><img src="{{ .Site.Params.logo }}" alt="Blog Logo" /></a>
{{ if .Site.Params.logo_later }}
<a id="blog-logo" href="{{ .Site.BaseURL}}"><img src="{{ .Site.Params.logo_later }}" alt="Blog Logo" /></a>
{{else}}
{{ .Site.Title }}
{{ end }}

View File

@ -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 <article> 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 {