From 92a0a2723c00c796b95cce4c1d00c4e8698c5d33 Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Mon, 3 Aug 2020 10:07:57 -0600 Subject: [PATCH] Change Greg to Gregory --- .build.yml | 2 +- LICENSE | 2 +- config.toml | 4 ++-- content/blog/archive-the-internet.md | 4 ++-- content/blog/write-your-own-man-pages.md | 4 ++-- layouts/partials/sidebar.html | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.build.yml b/.build.yml index 5f02080..69f2cc5 100644 --- a/.build.yml +++ b/.build.yml @@ -11,7 +11,7 @@ environment: triggers: - action: email condition: failure - to: Greg Anders + to: Gregory Anders tasks: - setup: | cd gpanders.com diff --git a/LICENSE b/LICENSE index 13066e9..d61f1ab 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/config.toml b/config.toml index 9bdf89b..14687f7 100644 --- a/config.toml +++ b/config.toml @@ -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 CC BY-SA 4.0 license.' width = "65rem" diff --git a/content/blog/archive-the-internet.md b/content/blog/archive-the-internet.md index 9aab749..891fd94 100644 --- a/content/blog/archive-the-internet.md +++ b/content/blog/archive-the-internet.md @@ -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 diff --git a/content/blog/write-your-own-man-pages.md b/content/blog/write-your-own-man-pages.md index dad523f..d18b27a 100644 --- a/content/blog/write-your-own-man-pages.md +++ b/content/blog/write-your-own-man-pages.md @@ -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. diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 90696e7..c92350a 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,6 +1,6 @@