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"
 | 
					languageCode = "en-us"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
title = "Greg Gauthier"
 | 
					title = "Greg Gauthier"
 | 
				
			||||||
copyright = "Copyright 2022. All rights reserved."
 | 
					copyright = "Copyright 2024. All rights reserved."
 | 
				
			||||||
 | 
					 | 
				
			||||||
[author]
 | 
					 | 
				
			||||||
name = "Greg Gauthier"
 | 
					 | 
				
			||||||
email = "gmgauthier@protonmail.com"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
canonifyurls = true
 | 
					canonifyurls = true
 | 
				
			||||||
paginate = 10
 | 
					pagination.pagerSize = 10
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PygmentsCodeFences = true
 | 
					PygmentsCodeFences = true
 | 
				
			||||||
PygmentsStyle = "tango"
 | 
					PygmentsStyle = "tango"
 | 
				
			||||||
@ -21,9 +17,13 @@ enableGitInfo = true
 | 
				
			|||||||
    topic = "topics"
 | 
					    topic = "topics"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[params]
 | 
					[params]
 | 
				
			||||||
    subtitle = "A Philosophical Journal"
 | 
					    title = "Greg Gauthier"
 | 
				
			||||||
 | 
					    subtitle = "Greg As A Service"
 | 
				
			||||||
    description = "A repository of philosophical musings and personal projects"
 | 
					    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>"
 | 
					    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 = "tango"
 | 
				
			||||||
    #highlightjs_extra_languages = []
 | 
					    #highlightjs_extra_languages = []
 | 
				
			||||||
    custom_js = ["js/math-code.js"]
 | 
					    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.
 | 
					    # 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/"
 | 
					    podcastCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/podcast/"
 | 
				
			||||||
    blogCdnUrl = "https://gmgauthier.us-east-1.linodeobjects.com/blog/"
 | 
					    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]
 | 
				
			||||||
  [markup.goldmark.renderer]
 | 
					  [markup.goldmark.renderer]
 | 
				
			||||||
@ -46,12 +52,18 @@ enableGitInfo = true
 | 
				
			|||||||
    expiryDate = ["expiryDate"]
 | 
					    expiryDate = ["expiryDate"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[menu]
 | 
					[menu]
 | 
				
			||||||
 | 
					#    [[menu.main]]
 | 
				
			||||||
 | 
					#        name = "Home"
 | 
				
			||||||
 | 
					#        pre = "<i class='fa fa-home fa-fw'></i>"
 | 
				
			||||||
 | 
					#        weight = 1
 | 
				
			||||||
 | 
					#        identifier = "home"
 | 
				
			||||||
 | 
					#        url = "/"
 | 
				
			||||||
    [[menu.main]]
 | 
					    [[menu.main]]
 | 
				
			||||||
        name = "Home"
 | 
					        name = "Contact"
 | 
				
			||||||
        pre = "<i class='fa fa-home fa-fw'></i>"
 | 
					        pre = "<i class='fa fa-phone fa-fw'></i>"
 | 
				
			||||||
        weight = 1
 | 
					        weight = 1
 | 
				
			||||||
        identifier = "home"
 | 
					        identifier = "contact2"
 | 
				
			||||||
        url = "/"
 | 
					        url = "/contact/"
 | 
				
			||||||
    [[menu.main]]
 | 
					    [[menu.main]]
 | 
				
			||||||
        name = "Posts"
 | 
					        name = "Posts"
 | 
				
			||||||
        pre = "<i class='fa fa-list fa-fw'></i>"
 | 
					        pre = "<i class='fa fa-list fa-fw'></i>"
 | 
				
			||||||
@ -64,48 +76,21 @@ enableGitInfo = true
 | 
				
			|||||||
        weight = 3
 | 
					        weight = 3
 | 
				
			||||||
        identifier = "podcast"
 | 
					        identifier = "podcast"
 | 
				
			||||||
        url = "/podcast/"
 | 
					        url = "/podcast/"
 | 
				
			||||||
    [[menu.main]]
 | 
					#    [[menu.main]]
 | 
				
			||||||
        name = "Readings"
 | 
					#        name = "Readings"
 | 
				
			||||||
        pre = "<i class='fa fa-book fa-fw'></i>"
 | 
					#        pre = "<i class='fa fa-book fa-fw'></i>"
 | 
				
			||||||
        weight = 4
 | 
					#        weight = 4
 | 
				
			||||||
        identifier = "reading"
 | 
					#        identifier = "reading"
 | 
				
			||||||
        url = "/reading/"
 | 
					#        url = "/reading/"
 | 
				
			||||||
    [[menu.main]]
 | 
					#    [[menu.main]]
 | 
				
			||||||
        name = "Resources"
 | 
					#        name = "Resources"
 | 
				
			||||||
        pre = "<i class='fa fa-screwdriver fa-fw'></i>"
 | 
					#        pre = "<i class='fa fa-screwdriver fa-fw'></i>"
 | 
				
			||||||
        weight = 5
 | 
					#        weight = 5
 | 
				
			||||||
        identifier = "resources"
 | 
					#        identifier = "resources"
 | 
				
			||||||
        url = "/resources/"
 | 
					#        url = "/resources/"
 | 
				
			||||||
    [[menu.main]]
 | 
					#    [[menu.main]]
 | 
				
			||||||
        name = "About"
 | 
					#        name = "About"
 | 
				
			||||||
        pre = "<i class='fa fa-user fa-fw'></i>"
 | 
					#        pre = "<i class='fa fa-user fa-fw'></i>"
 | 
				
			||||||
        weight = 6
 | 
					#        weight = 6
 | 
				
			||||||
        identifier = "about"
 | 
					#        identifier = "about"
 | 
				
			||||||
        url = "/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"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										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"
 | 
					description: "How to reach me"
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
There are only a few good ways to reach me online:
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
{{< pure_table   
 | 
					{{< pure_table   
 | 
				
			||||||
"Service|Handle|Hompage"
 | 
					"Service|Handle|Hompage"
 | 
				
			||||||
 | 
					 | 
				
			||||||
"Email|gmgauthier@protonmail.com|https://gmgauthier.com/"
 | 
					"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 
 | 
				
			||||||
{{< 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 >}}
 | 
					social media accounts. {{< /note >}}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -2,7 +2,7 @@
 | 
				
			|||||||
title: "A Quandary of Wokeness: A Failure of Philosophy"
 | 
					title: "A Quandary of Wokeness: A Failure of Philosophy"
 | 
				
			||||||
date: 2022-06-25T19:55:43+01:00
 | 
					date: 2022-06-25T19:55:43+01:00
 | 
				
			||||||
series: "1. Main Feed"
 | 
					series: "1. Main Feed"
 | 
				
			||||||
image: /img/woke-man-wide.jpg
 | 
					image: img/woke-man-wide.jpg
 | 
				
			||||||
enclosure: /audio/a-quandry-of-wokeness.mp3
 | 
					enclosure: /audio/a-quandry-of-wokeness.mp3
 | 
				
			||||||
draft: false
 | 
					draft: false
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
				
			|||||||
@ -2,7 +2,7 @@
 | 
				
			|||||||
title: "Robert Bork Analyzes The So-Called Right To Privacy"
 | 
					title: "Robert Bork Analyzes The So-Called Right To Privacy"
 | 
				
			||||||
date: 2022-06-27T20:12:35+01:00
 | 
					date: 2022-06-27T20:12:35+01:00
 | 
				
			||||||
series: "1. Main Feed"
 | 
					series: "1. Main Feed"
 | 
				
			||||||
image: /img/robert-bork-wide.jpg
 | 
					image: img/robert-bork-wide.jpg
 | 
				
			||||||
enclosure: /audio/bork-on-privacy.mp3
 | 
					enclosure: /audio/bork-on-privacy.mp3
 | 
				
			||||||
draft: false
 | 
					draft: false
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
				
			|||||||
@ -1,17 +1,14 @@
 | 
				
			|||||||
{{ partial "header.html" . }}
 | 
					{{ partial "header.html" . }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div class="header" style="background-color: whitesmoke; opacity: 100%">
 | 
					<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>
 | 
					  <h2 style="color: dimgrey">{{ .Site.Params.subtitle }}</h2>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div class="content">
 | 
					<div class="content">
 | 
				
			||||||
  {{ range ( .Paginate (where .Site.RegularPages "Type" "post")).Pages }}
 | 
					    <!-- Note that the content for index.html, as a sort of list page,
 | 
				
			||||||
    {{ .Render "summary"}}
 | 
					    will pull from content/_index.md -->
 | 
				
			||||||
  {{ end }}
 | 
					    {{ .Content }}
 | 
				
			||||||
 | 
					 | 
				
			||||||
  {{ partial "pagination.html" . }}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ partial "footer.html" . }}
 | 
					{{ partial "footer.html" . }}
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
{{ if or (.NextPage) (.PrevPage) }}
 | 
					{{ if or (.Next) (.Prev) }}
 | 
				
			||||||
<div class="prev-next-post pure-g">
 | 
					<div class="prev-next-post pure-g">
 | 
				
			||||||
  <div class="pure-u-1-24" style="text-align: left;">
 | 
					  <div class="pure-u-1-24" style="text-align: left;">
 | 
				
			||||||
    {{ if .PrevInSection }}
 | 
					    {{ if .PrevInSection }}
 | 
				
			||||||
 | 
				
			|||||||
@ -9,57 +9,40 @@
 | 
				
			|||||||
    </li>
 | 
					    </li>
 | 
				
			||||||
    {{ end }}
 | 
					    {{ end }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<!--
 | 
					    {{ with .Site.Params.gitea }}
 | 
				
			||||||
    {{ 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 }}
 | 
					 | 
				
			||||||
    <li class="pure-menu-item">
 | 
					    <li class="pure-menu-item">
 | 
				
			||||||
      <a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
 | 
					      <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>
 | 
					    </li>
 | 
				
			||||||
    {{ end }}
 | 
					    {{ 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">
 | 
					    <li class="pure-menu-item">
 | 
				
			||||||
      <a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
 | 
					      <a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
 | 
				
			||||||
        <i class="fa fa-video fa-fw"></i>My Rumble</a>
 | 
					        <i class="fa fa-video fa-fw"></i>My Rumble</a>
 | 
				
			||||||
    </li>
 | 
					    </li>
 | 
				
			||||||
    {{ end }}
 | 
					    {{ 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">
 | 
					    <li class="pure-menu-item">
 | 
				
			||||||
      <a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
 | 
					      <a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank">
 | 
				
			||||||
        <i class="fa fa-podcast fa-fw"></i>My Spotify</a>
 | 
					        <i class="fa fa-podcast fa-fw"></i>My Spotify</a>
 | 
				
			||||||
    </li>
 | 
					    </li>
 | 
				
			||||||
    {{ end }}
 | 
					    {{ 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>
 | 
					  </ul>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{{ partial "header.html" . }}
 | 
					{{ 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>
 | 
					  <h1 style="color: gray(35)">{{ .Title }}</h1>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
<div class="content">
 | 
					<div class="content">
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{{ partial "header.html" . }}
 | 
					{{ partial "header.html" . }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div class="header" style="background-color: whitesmoke">
 | 
					<div class="header" style="background-color: whitesmoke; color: #065387">
 | 
				
			||||||
  <h1>{{ .Title }}</h1>
 | 
					  <h1>{{ .Title }}</h1>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
<div class="content">
 | 
					<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