Update 'Now' page (June 2022) and footer
This commit is contained in:
parent
ad11b0d684
commit
c08d56cb63
11
config.toml
11
config.toml
|
@ -11,7 +11,7 @@ timeZone = "America/New_York"
|
|||
title = "Ethan Yoo"
|
||||
|
||||
[frontmatter]
|
||||
date = ["date", ":filename", ":default"]
|
||||
date = ["date", ":filename", ":default"]
|
||||
|
||||
[markup]
|
||||
[markup.goldmark.renderer]
|
||||
|
@ -39,6 +39,7 @@ date = ["date", ":filename", ":default"]
|
|||
authorEmail = "hello@ethanyoo.com"
|
||||
authorGitLab = "https://framagit.org/ethan"
|
||||
authorGitea = "https://git.nixnet.services/ethan"
|
||||
authorLetterboxd = "https://letterboxd.com/ethanyoo/stats/"
|
||||
authorLinkedIn = "https://www.linkedin.com/in/ethanyoo/"
|
||||
authorMastodon = "https://todon.eu/@ethanyoo"
|
||||
authorPronouns = "he/him/his"
|
||||
|
@ -65,7 +66,7 @@ date = ["date", ":filename", ":default"]
|
|||
name = "Now"
|
||||
url = "now/"
|
||||
weight = 2
|
||||
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "resources"
|
||||
name = "Resources"
|
||||
|
@ -80,9 +81,9 @@ date = ["date", ":filename", ":default"]
|
|||
weight = 1
|
||||
|
||||
[[menu.footer]]
|
||||
name = "Digital badges"
|
||||
url = "https://www.credly.com/users/ethanyoo/badges"
|
||||
weight = 2
|
||||
name = "LinkedIn"
|
||||
url = "https://www.linkedin.com/in/ethanyoo/"
|
||||
weight = 2
|
||||
|
||||
[[menu.footer]]
|
||||
name = "Privacy"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Now
|
||||
date: 2022-06-01
|
||||
date: 2022-06-06
|
||||
layout: permalink
|
||||
description: "Find out what I am doing now: what I'm learning or reading, what I'm working on in my free time, and where I'm at professionally."
|
||||
---
|
||||
|
@ -15,6 +15,8 @@ I was certified to graduate with a Bachelor of Arts in Computer Science from Tho
|
|||
|
||||
## In my free time
|
||||
|
||||
I created a [Letterboxd account](https://letterboxd.com/ethanyoo/stats/).
|
||||
|
||||
I'm still planning to update [the resources page](/resources/) (or create a separate page) with content related to civic technology, computational social science, and data science.
|
||||
|
||||
## What I'm learning
|
||||
|
@ -23,6 +25,10 @@ Esri tools (including ArcGIS Pro, ArcGIS Business Analyst, and ArcGIS Story Maps
|
|||
|
||||
# In previous months
|
||||
|
||||
## May 2022
|
||||
|
||||
* I finished the February 2022 term at Thomas Edison State University, during which I took Computer Architecture and the Liberal Arts Capstone.
|
||||
|
||||
## February 2022
|
||||
|
||||
* I was [interviewed by someone from Saylor Academy](https://www.saylor.org/2022/02/student-spotlight-ethan-yoo/).
|
||||
|
|
|
@ -38,7 +38,7 @@ Examples for writing 'backward compatible' h-card markup available at https://mi
|
|||
<div class="center">
|
||||
<a class="link-000" href="https://ForTheBadge.com/"><img src="/img/built-with-love.svg" alt="This site was built with love, using Git and Hugo." title="I also used Git and Hugo." /></a>
|
||||
<a class="link-000" href="{{ .Site.Params.license }}"><img src="/img/CC-BY-SA.svg" alt="Original content by {{ .Site.Params.author }} is licensed under {{ .Site.Copyright }}" title="{{ .Site.Params.copyrightMessage }}" /></a>
|
||||
<p><b><a class="u-email email" rel="me" href="mailto:{{ .Site.Params.authorEmail }}">Contact me</a>. <a href="{{ .Site.Params.authorLinkedIn }} " >LinkedIn</a>. <a href="/privacy/" >Privacy</a>. <a rel="pgpkey" href="/ethan.asc.txt">Public key</a> <a href="https://keyoxide.org/{{ .Site.Params.authorEmail }}">(Keyoxide)</a>.</b></p>
|
||||
<p><b><a class="u-email email" rel="me" href="mailto:{{ .Site.Params.authorEmail }}">Contact me</a>. <a href="{{ .Site.Params.authorLetterboxd }} " >Letterboxd</a>. <a href="{{ .Site.Params.authorLinkedIn }} " >LinkedIn</a>. <a href="/privacy/" >Privacy</a>. <a rel="pgpkey" href="/ethan.asc.txt">Public key</a> <a href="https://keyoxide.org/{{ .Site.Params.authorEmail }}">(Keyoxide)</a>.</b></p>
|
||||
|
||||
<p>🖥 <a href="/cloudflare/" ><i>Where is this website hosted?</i></a> 🖥</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue