revised site for a new era
This commit is contained in:
parent
6d15284c65
commit
281bde421c
101
config.toml
101
config.toml
@ -2,14 +2,10 @@ baseURL = "https://gmgauthier.com/"
|
||||
languageCode = "en-us"
|
||||
|
||||
title = "Greg Gauthier"
|
||||
copyright = "Copyright 2022. All rights reserved."
|
||||
|
||||
[author]
|
||||
name = "Greg Gauthier"
|
||||
email = "gmgauthier@protonmail.com"
|
||||
copyright = "Copyright 2024. All rights reserved."
|
||||
|
||||
canonifyurls = true
|
||||
paginate = 10
|
||||
pagination.pagerSize = 10
|
||||
|
||||
PygmentsCodeFences = true
|
||||
PygmentsStyle = "tango"
|
||||
@ -21,9 +17,13 @@ enableGitInfo = true
|
||||
topic = "topics"
|
||||
|
||||
[params]
|
||||
subtitle = "A Philosophical Journal"
|
||||
title = "Greg Gauthier"
|
||||
subtitle = "Greg As A Service"
|
||||
description = "A repository of philosophical musings and personal projects"
|
||||
brand = "<img src=\"/img/website-avatar-medium.png\" alt=\"\" width=\"100%\"/><br/><b>Greg Gauthier</b>"
|
||||
avatar = "/img/website-avatar-medium.png"
|
||||
email = "gmgauthier@protonmail.com"
|
||||
|
||||
#highlightjs = "tango"
|
||||
#highlightjs_extra_languages = []
|
||||
custom_js = ["js/math-code.js"]
|
||||
@ -32,8 +32,14 @@ enableGitInfo = true
|
||||
# disqus = "gmgauthier-1" # enabling this will add disqus to the bottom of all my posts automatically.
|
||||
podcastCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/podcast/"
|
||||
blogCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/blog/"
|
||||
avatar = "/img/website-avatar-medium.png"
|
||||
email = "gmgauthier@protonmail.com"
|
||||
|
||||
# Socials
|
||||
gitea = "https://repos.gmgauthier.com/gmgauthier"
|
||||
locals = "https://greggauthier.locals.com"
|
||||
rumble = "https://rumble.com/user/gmgauthier"
|
||||
spotify = "https://open.spotify.com/show/3qkV9mvW7vMu4kd6CzawQq"
|
||||
twitter = "https://twitter.com/gmgauthier1967"
|
||||
|
||||
|
||||
[markup]
|
||||
[markup.goldmark.renderer]
|
||||
@ -46,12 +52,18 @@ enableGitInfo = true
|
||||
expiryDate = ["expiryDate"]
|
||||
|
||||
[menu]
|
||||
# [[menu.main]]
|
||||
# name = "Home"
|
||||
# pre = "<i class='fa fa-home fa-fw'></i>"
|
||||
# weight = 1
|
||||
# identifier = "home"
|
||||
# url = "/"
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
pre = "<i class='fa fa-home fa-fw'></i>"
|
||||
name = "Contact"
|
||||
pre = "<i class='fa fa-phone fa-fw'></i>"
|
||||
weight = 1
|
||||
identifier = "home"
|
||||
url = "/"
|
||||
identifier = "contact2"
|
||||
url = "/contact/"
|
||||
[[menu.main]]
|
||||
name = "Posts"
|
||||
pre = "<i class='fa fa-list fa-fw'></i>"
|
||||
@ -64,48 +76,21 @@ enableGitInfo = true
|
||||
weight = 3
|
||||
identifier = "podcast"
|
||||
url = "/podcast/"
|
||||
[[menu.main]]
|
||||
name = "Readings"
|
||||
pre = "<i class='fa fa-book fa-fw'></i>"
|
||||
weight = 4
|
||||
identifier = "reading"
|
||||
url = "/reading/"
|
||||
[[menu.main]]
|
||||
name = "Resources"
|
||||
pre = "<i class='fa fa-screwdriver fa-fw'></i>"
|
||||
weight = 5
|
||||
identifier = "resources"
|
||||
url = "/resources/"
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
pre = "<i class='fa fa-user fa-fw'></i>"
|
||||
weight = 6
|
||||
identifier = "about"
|
||||
url = "/about/"
|
||||
[[menu.main]]
|
||||
name = "Contact"
|
||||
pre = "<i class='fa fa-phone fa-fw'></i>"
|
||||
weight = 7
|
||||
identifier = "contact2"
|
||||
url = "/contact/"
|
||||
|
||||
|
||||
[social]
|
||||
# gab = "gmgauthier"
|
||||
# minds = "greg_gauthier"
|
||||
gitea = "gmgauthier"
|
||||
rumble = "https://rumble.com/user/gmgauthier"
|
||||
spotify = "https://open.spotify.com/show/3qkV9mvW7vMu4kd6CzawQq"
|
||||
twitter = "https://twitter.com/gmgauthier1967"
|
||||
# odysee1 = "@gmgauthier:0"
|
||||
# anchorfm = "exitingthecave"
|
||||
# odysee2 = "@exitingthecave:1"
|
||||
# odysee3 = "@TheCaveWall:e"
|
||||
# locals = "exitingthecave"
|
||||
# github = "gmgauthier"
|
||||
# stackoverflow = "381517"
|
||||
# keybase = "gmgauthier"
|
||||
# linkedin = "gregorygauthier"
|
||||
|
||||
|
||||
|
||||
# [[menu.main]]
|
||||
# name = "Readings"
|
||||
# pre = "<i class='fa fa-book fa-fw'></i>"
|
||||
# weight = 4
|
||||
# identifier = "reading"
|
||||
# url = "/reading/"
|
||||
# [[menu.main]]
|
||||
# name = "Resources"
|
||||
# pre = "<i class='fa fa-screwdriver fa-fw'></i>"
|
||||
# weight = 5
|
||||
# identifier = "resources"
|
||||
# url = "/resources/"
|
||||
# [[menu.main]]
|
||||
# name = "About"
|
||||
# pre = "<i class='fa fa-user fa-fw'></i>"
|
||||
# weight = 6
|
||||
# identifier = "about"
|
||||
# url = "/about/"
|
||||
|
33
content/_index.md
Normal file
33
content/_index.md
Normal file
@ -0,0 +1,33 @@
|
||||
## My Profile
|
||||
|
||||
Born and raised in Chicago. Presently living in Oxford, UK. My day-job is tech. I Love Beethoven,
|
||||
Rachmaninov, Aristotle, Plato, the Cubs, Linux, Atari 8 Bit, and Amateur Radio.
|
||||
|
||||
* You can find my complete work history on [Linkedin](https://www.linkedin.com/in/gregorygauthier/).
|
||||
* You can find my **resume** [right here](doc/Greg_Gauthier_Resume.docx).
|
||||
* For more contact information, see my [contact page](contact/).
|
||||
|
||||
### Long Version
|
||||
|
||||
I was born in Chicago in 1967, to working class parents of mixed Irish and French Canadian
|
||||
heritage. My father was an electrician, my mother was a homemaker, and I was a reliably
|
||||
average Chicago public school student.
|
||||
|
||||
After a brief period of community college transience after high school, I began a ground-floor
|
||||
career in tech that continues today. I have worked in an extremely wide variety of roles, from
|
||||
production printer operator, to network operations, to unix systems administration, to desktop
|
||||
systems support, to enterprise systems automation, to software test engineering. I have worked
|
||||
in a wide variety of technical environments, from enterprise mainframes, to distributed cloud
|
||||
platforms, to co-located startup systems.
|
||||
|
||||
My personal interests are classical music, Greek philosophy, computer programming, and
|
||||
amateur radio. I have performed as an amateur choral tenor with civic choruses in
|
||||
[Waukegan](https://www.waukeganparks.org/programs/waukegan-symphony-orchestra-concert-chorus/),
|
||||
[Dartmouth](https://hop.dartmouth.edu/events/resident-ensembles/handel-society-dartmouth-college),
|
||||
and [London](https://www.royalchoralsociety.co.uk/). I had a General Class FCC license for
|
||||
many years (callsign [KB9ZYW](https://www.qrz.com/db/KB9ZYW)), but due to present life
|
||||
circumstances I decided to let it expire. More recently, I received second prize in the
|
||||
[Oxford Philosophical Society Tony Chadwick essay contest](https://www.oxfordphilsoc.org/Documents/Chadwick/2018_B.pdf).
|
||||
It is published in the 2018 Annual Review. Also, after many years in and out of various university
|
||||
programs, I finally received my complete education in philosophy: both a Bachelor and Masters
|
||||
degree from the Birkbeck school at the University of London.
|
@ -3,17 +3,16 @@ title: Contact
|
||||
description: "How to reach me"
|
||||
---
|
||||
|
||||
There are only a few good ways to reach me online:
|
||||
|
||||
{{< pure_table
|
||||
"Service|Handle|Hompage"
|
||||
|
||||
"Email|gmgauthier@protonmail.com|https://gmgauthier.com/"
|
||||
|
||||
"Locals|@Greg_Gauthier|https://greggauthier.locals.com/"
|
||||
"X (Twitter)|@gmgauthier1967|https://x.com/gmgauthier1967"
|
||||
"Mastodon|@gmgauthier@linuxrocks.online|https://linuxrocks.online/@gmgauthier"
|
||||
>}}
|
||||
|
||||
|
||||
|
||||
{{< note >}} IMPORTANT NOTE: My email address is for professional or commercial inquiries only. If you have an urge to offer a response to one of my blog posts or podcasts, please do so via my social media accounts. {{< /note >}}
|
||||
{{< note >}} IMPORTANT NOTE: My email address is for professional or commercial inquiries only.
|
||||
If you have an urge to offer a response to one of my blog posts or podcasts, please do so via my
|
||||
social media accounts. {{< /note >}}
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "A Quandary of Wokeness: A Failure of Philosophy"
|
||||
date: 2022-06-25T19:55:43+01:00
|
||||
series: "1. Main Feed"
|
||||
image: /img/woke-man-wide.jpg
|
||||
image: img/woke-man-wide.jpg
|
||||
enclosure: /audio/a-quandry-of-wokeness.mp3
|
||||
draft: false
|
||||
---
|
||||
|
@ -2,7 +2,7 @@
|
||||
title: "Robert Bork Analyzes The So-Called Right To Privacy"
|
||||
date: 2022-06-27T20:12:35+01:00
|
||||
series: "1. Main Feed"
|
||||
image: /img/robert-bork-wide.jpg
|
||||
image: img/robert-bork-wide.jpg
|
||||
enclosure: /audio/bork-on-privacy.mp3
|
||||
draft: false
|
||||
---
|
||||
|
@ -1,17 +1,14 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<div class="header" style="background-color: whitesmoke; opacity: 100%">
|
||||
<h1 style="color: gray(35)">{{ .Title }}</h1>
|
||||
<h1 style="color: #065387">{{ .Site.Title }}</h1>
|
||||
<h2 style="color: dimgrey">{{ .Site.Params.subtitle }}</h2>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
{{ range ( .Paginate (where .Site.RegularPages "Type" "post")).Pages }}
|
||||
{{ .Render "summary"}}
|
||||
{{ end }}
|
||||
|
||||
{{ partial "pagination.html" . }}
|
||||
|
||||
<!-- Note that the content for index.html, as a sort of list page,
|
||||
will pull from content/_index.md -->
|
||||
{{ .Content }}
|
||||
</div>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{{ if or (.NextPage) (.PrevPage) }}
|
||||
{{ if or (.Next) (.Prev) }}
|
||||
<div class="prev-next-post pure-g">
|
||||
<div class="pure-u-1-24" style="text-align: left;">
|
||||
{{ if .PrevInSection }}
|
||||
|
@ -9,57 +9,40 @@
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
<!--
|
||||
{{ with .Site.Social.odysee1 }}
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="https://odysee.com/{{ . }}" rel="me" target="_blank">
|
||||
<i class="fa fa-video fa-fw"></i>My Odysee</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
-->
|
||||
|
||||
{{ with .Site.Social.twitter }}
|
||||
{{ with .Site.Params.gitea }}
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
|
||||
<i class="fab fa-twitter fa-fw"></i>My X (Twitter)</a>
|
||||
<i class="fa fa-code fa-fw"></i>My Code</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Site.Social.rumble }}
|
||||
{{ with .Site.Params.locals }}
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
|
||||
<i class="fa fa-pen fa-fw"></i>My Locals</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Site.Params.rumble }}
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
|
||||
<i class="fa fa-video fa-fw"></i>My Rumble</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Site.Social.spotify }}
|
||||
{{ with .Site.Params.twitter }}
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
|
||||
<i class="fab fa-twitter fa-fw"></i>My X (Twitter)</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Site.Params.spotify }}
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
|
||||
<i class="fa fa-podcast fa-fw"></i>My Spotify</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Site.Social.gitea }}
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="https://gitea.gmgauthier.com/{{ . }}" rel="me" target="_blank">
|
||||
<i class="fa fa-code fa-fw"></i>My Code</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
<!-- Social Media
|
||||
{{ with .Site.Social.gab }}
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="https://gab.com/{{ . }}" rel="me" target="_blank">
|
||||
<i class="fa fa-frog fa-fw"></i>My Gab</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Site.Social.minds }}
|
||||
<li class="pure-menu-item">
|
||||
<a class="pure-menu-link" href="https://minds.com/{{ . }}" rel="me" target="_blank">
|
||||
<i class="fa fa-lightbulb fa-fw"></i>My Minds</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<div class="header" style="background-color: whitesmoke">
|
||||
<div class="header" style="background-color: whitesmoke; color: #065387">
|
||||
<h1 style="color: gray(35)">{{ .Title }}</h1>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
@ -1,6 +1,6 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<div class="header" style="background-color: whitesmoke">
|
||||
<div class="header" style="background-color: whitesmoke; color: #065387">
|
||||
<h1>{{ .Title }}</h1>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
BIN
static/doc/Greg_Gauthier_Resume.docx
Normal file
BIN
static/doc/Greg_Gauthier_Resume.docx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user