Compare commits

...

2 commits

3 changed files with 9 additions and 22 deletions

View file

@ -5,7 +5,6 @@ mainSections = ["posts"]
fallBackOgImage = "images/broken-computer.png"
numberOfFeaturedPosts = 5
numberOfRelatedPosts = 5
author = "jbowdre"
indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-."
@ -20,6 +19,11 @@ analytics = true
[theme]
palette = "runtimeterror"
[author]
name = "John Bowdre"
email = "jbowdre@omg.lol"
username = "jbowdre"
# Sidebar: about/bio
[about]
title = "runtimeterror"

View file

@ -17,10 +17,7 @@
<link>{{ .Permalink }}</link>
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}
<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>{{end}}{{ with .Site.Copyright }}
<copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
<language>{{.}}</language>{{end}}{{ if not .Date.IsZero }}
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
{{- with .OutputFormats.Get "RSS" -}}
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
@ -30,24 +27,10 @@
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
{{ with .Site.Params.Author.name }}<dc:creator>{{.}}</dc:creator>{{end}}
<guid>{{ .Permalink }}</guid>
<description>
{{ if ne site.Params.rss_summary false }}
{{ if .Params.summary }}
{{ .Params.summary | html }}
{{ else if .Params.abstract }}
{{ .Params.abstract | html }}
{{ else if .Summary }}
{{ .Summary | html }}
{{ end }}
{{ if site.Params.rss_summary_read_more_link }}
{{ $trans := i18n "read_more" -}}
{{ printf "<p><a href=\"%s\">%s</a></p>" .RelPermalink $trans | html }}
{{ end }}
{{ else }}
{{ .Content | html }}
{{ end }}
{{ .Content | html }}
</description>
</item>
{{ end }}

View file

@ -4,7 +4,7 @@
<h1 class="about__title">{{ .title }}&nbsp;<a target="_blank" href="/feed.xml" aria-label="RSS"><i class="fa-solid fa-square-rss"></i></a>&nbsp;</h1>
{{ partial "tagline.html" . }}
<br>
<a href="about"><i class="fa-regular fa-user"></i></a>&nbsp;<a href="/about">{{ site.Params.Author }}</a>
<a href="about"><i class="fa-regular fa-user"></i></a>&nbsp;<a href="/about">{{ site.Params.Author.username }}</a>
</div>
{{ end }}
<ul class="aside__social-links">