M .build.yml => .build.yml +1 -1
@@ 11,7 11,7 @@ environment:
triggers:
- action: email
condition: failure
- to: Greg Anders <pub@gpanders.com>
+ to: Gregory Anders <pub@gpanders.com>
tasks:
- setup: |
cd gpanders.com
M LICENSE => LICENSE +1 -1
@@ 2,7 2,7 @@ Source code in this repository is licensed as follows:
MIT License
- Copyright (c) 2020 Greg Anders
+ Copyright (c) 2020 Gregory Anders
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
M config.toml => config.toml +2 -2
@@ 1,6 1,6 @@
baseURL = "https://gpanders.com/"
languageCode = "en-us"
-author = "Greg Anders"
+author = "Gregory Anders"
title = "g.p. anders"
theme = "hugo-flex"
enableGitInfo = true
@@ 12,7 12,7 @@ pygmentsUseClasses = true
[params]
opengraph = true
css = ["css/syntax/igor.css", "css/syntax/monokai.css"]
- description = "Personal website for Greg Anders"
+ description = "Personal website for Gregory Anders"
footer = 'Content on this site is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> license.'
width = "65rem"
M content/blog/archive-the-internet.md => content/blog/archive-the-internet.md +2 -2
@@ 62,8 62,8 @@ where each line in the file has two fields separated by a tab character. The
first field is the web page title or description, and the second field is the
URL. For example
- Personal website of Greg Anders https://gpanders.com
- ^ literal tab character (\t)
+ Personal website of Gregory Anders https://gpanders.com
+ ^ literal tab character (\t)
Why a tab? Traditionally, CSV files use commas to separate field values (hence
the C in CSV); however, page titles and descriptions can contain basically any
M content/blog/write-your-own-man-pages.md => content/blog/write-your-own-man-pages.md +2 -2
@@ 89,7 89,7 @@ ual () {
TITLE="$(echo $1 | tr '[:lower:]' '[:upper:]')"
SECTION="ual"
- AUTHOR="Greg Anders"
+ AUTHOR="Gregory Anders"
DATE="$(date +'%B %d, %Y' -r "$NOTE")"
pandoc \
@@ 132,7 132,7 @@ DESCRIPTION
foobar is a test.
AUTHORS
- Greg Anders.
+ Gregory Anders.
M => +2 -2
@@ 1,6 1,6 @@
<section class="Sidebar">
<div class="h-card">
<h2 class="p-name"><a class="u-url" href="{{ "" | absURL }}">Greg Anders</a></h2>
<h2 class="p-name"><a class="u-url" href="{{ "" | absURL }}">Gregory Anders</a></h2>
<div class="p-note">
<p>Electrical and computer engineer and open source software enthusiast.</p>
<p>I use this site to write about things I learn or find interesting.</p>
@@ 16,7 16,7 @@
<ul>
<li><a rel="me" href="https://git.sr.ht/~gpanders">sourcehut</a></li>
<li><a rel="me" href="https://github.com/gpanders">GitHub</a></li>
<li><a rel="me" href="https://www.goodreads.com/user/show/23021370-greg-anders">Goodreads</a></li>
<li><a rel="me" href="https://www.goodreads.com/user/show/23021370-gregory">Goodreads</a></li>
<li><a rel="me" href="https://news.ycombinator.com/user?id=gpanders">Hacker News</a></li>
</ul>
</div>