Compare commits
6 Commits
20aaa302ad
...
03738c6660
| Author | SHA1 | Date | |
|---|---|---|---|
| 03738c6660 | |||
| 0c0d912e4d | |||
| 48c2aeff49 | |||
| c143eae7c5 | |||
| 574715a9a5 | |||
| f16adabe36 |
@@ -23,4 +23,4 @@ To the tune of "Happy Birthday":
|
||||
> I spent the whole day alone, <br>
|
||||
> and without using a phone!
|
||||
>
|
||||
> Chad Michael "Bug" Greenwood
|
||||
> -- Chad Michael "Bug" Greenwood
|
||||
|
||||
@@ -21,4 +21,4 @@ categories:
|
||||
> What a dilemma, to find such a one. <br>
|
||||
> And then once you've done it -- enjoy the fun!
|
||||
>
|
||||
> -- Chad Michael "Bug" Greenwood
|
||||
> -- {{% bug %}}
|
||||
|
||||
@@ -34,4 +34,4 @@ aliases:
|
||||
> Disseminating the truth, <br>
|
||||
> until it's all that exists.
|
||||
>
|
||||
> Chad Michael "Bug" Greenwood
|
||||
> -- Chad Michael "Bug" Greenwood
|
||||
|
||||
@@ -25,4 +25,4 @@ aliases:
|
||||
> don't take things personally; <br>
|
||||
> and learn to be best friends -- with You.
|
||||
>
|
||||
> Chad Michael "Bug" Greenwood
|
||||
> -- Chad Michael "Bug" Greenwood
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: "Simple Dahl w/ Zucchini"
|
||||
author: 'Chad Michael "Bug" Greenwood'
|
||||
author: 'Chad Michael "HyperVegan" Greenwood'
|
||||
date: "2025-09-01"
|
||||
tags:
|
||||
- food
|
||||
|
||||
56
layouts/posts/poetry/single.html
Normal file
56
layouts/posts/poetry/single.html
Normal file
@@ -0,0 +1,56 @@
|
||||
{{ define "main" }}
|
||||
<main class="post">
|
||||
|
||||
<div class="post-info">
|
||||
{{ if .IsTranslated }}
|
||||
{{ i18n "postAvailable" }}
|
||||
{{ range .Translations }}
|
||||
<a href="{{ .Permalink }}"><span class="flag fi fi-{{ index $.Site.Data.langFlags (.Lang) }}"></span></a>
|
||||
{{ end}}
|
||||
{{ end }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<article>
|
||||
<h1 class="post-title"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
|
||||
{{ if .Params.subtitle }}
|
||||
<strong>{{ .Params.subtitle | markdownify }}</strong>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Params.Cover }}
|
||||
<figure class="post-cover">
|
||||
<img src="{{ .Params.Cover | absURL }}" alt="{{ .Title }}" />
|
||||
|
||||
{{ if .Params.CoverCaption }}
|
||||
<figcaption class="center">{{ .Params.CoverCaption | markdownify }}</figcaption>
|
||||
{{ end }}
|
||||
</figure>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Params.toc }}
|
||||
<hr />
|
||||
<aside id="toc">
|
||||
<div class="toc-title">{{ i18n "tableOfContents" }}</div>
|
||||
{{ .TableOfContents }}
|
||||
</aside>
|
||||
<hr />
|
||||
{{ end }}
|
||||
|
||||
<div class="post-content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<hr />
|
||||
|
||||
<div class="post-info">
|
||||
{{ partial "tags.html" . }}
|
||||
{{ partial "series.html" . }}
|
||||
{{ partial "categories.html" . }}
|
||||
|
||||
{{- if .GitInfo }}
|
||||
<p><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-commit"><circle cx="12" cy="12" r="4"></circle><line x1="1.05" y1="12" x2="7" y2="12"></line><line x1="17.01" y1="12" x2="22.96" y2="12"></line></svg><a href="{{ .Site.Params.gitUrl -}}{{ .GitInfo.Hash }}" target="_blank" rel="noopener">{{ .GitInfo.AbbreviatedHash }}</a> @ {{ if .Site.Params.dateformNum }}{{ dateFormat .Site.Params.dateformNum .GitInfo.AuthorDate.Local }}{{ else }}{{ dateFormat "2006-01-02" .GitInfo.AuthorDate.Local }}{{ end }}</p>
|
||||
{{- end }}
|
||||
</div>
|
||||
</main>
|
||||
{{ end }}
|
||||
7
layouts/shortcodes/author.html
Normal file
7
layouts/shortcodes/author.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ if eq (.Get 0) "bug" }}
|
||||
{{ print "Bug" }}
|
||||
{{ else if eq (.Get 0) "hyperling" }}
|
||||
{{ print "Hyperling" }}
|
||||
{{ else if eq (.Get 0) "hypervegan" }}
|
||||
{{ print "HyperVegan" }}'
|
||||
{{ end }}
|
||||
1
layouts/shortcodes/bug.html
Normal file
1
layouts/shortcodes/bug.html
Normal file
@@ -0,0 +1 @@
|
||||
Chad Michael "Bug" Greenwood
|
||||
1
layouts/shortcodes/email.html
Normal file
1
layouts/shortcodes/email.html
Normal file
@@ -0,0 +1 @@
|
||||
[me@hyperling.com](mailto:me@hyperling.com)
|
||||
1
layouts/shortcodes/hyperling.html
Normal file
1
layouts/shortcodes/hyperling.html
Normal file
@@ -0,0 +1 @@
|
||||
Chad Michael "Hyperling" Greenwood
|
||||
1
layouts/shortcodes/hypervegan.html
Normal file
1
layouts/shortcodes/hypervegan.html
Normal file
@@ -0,0 +1 @@
|
||||
Chad Michael "HyperVegan" Greenwood
|
||||
Reference in New Issue
Block a user