Skip to content

Commit 2333944

Browse files
authored
Merge pull request #43 from ethmarks/rework-post-frontmatter
Rework post frontmatter
2 parents 1384181 + 4d05982 commit 2333944

20 files changed

Lines changed: 64 additions & 48 deletions

assets/media/icons/webpage.svg

Lines changed: 5 additions & 0 deletions
Loading

content/about/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ I'm **15** years old
3636
| [Programming](/tags/programming) |
3737
| [Automation](/tags/automation) |
3838
| Mathematics |
39-
| [Cryptology](/tags/cryptology) |
39+
| [Cryptography](/tags/cryptography) |
4040
| [Linguistics](/tags/language/) |
4141
| [Cartography](/tags/cartography) |
4242
{{< /compact-table >}}

content/posts/anagram.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ published: 2025-05-12
44
created: 2025-04-18
55
tags: [projects, programming, language, colab]
66
description: A simple little Jupyter notebook to create anagram GIFs
7-
link: https://colab.research.google.com/drive/1MqpogsUUTuzctVKgg8n8btD3WUuENPAK
8-
link_name: Colab Notebook
9-
link_icon: colab
7+
colab: https://colab.research.google.com/drive/1MqpogsUUTuzctVKgg8n8btD3WUuENPAK
108
---
119

1210
An [Anagram](https://en.wikipedia.org/wiki/Anagram) is a word created by rearranging the letters of another word.

content/posts/asciiglobe.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ published: 2025-05-09
44
created: 2025-01-18
55
tags: [projects, programming, github, cartography]
66
description: A text-based cartographic rendering engine that uses NASA satellite data
7-
link: https://github.com/ethmarks/ASCII-Globe
8-
link_name: GitHub Repo
9-
link_icon: github
7+
github: https://github.com/ethmarks/ASCII-Globe
108
---
119

1210
Have you ever wanted to see what the Earth looks like in text form?

content/posts/backronyms.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Backronyms
33
published: 2025-06-09
44
tags: [humor, language]
55
description: A fun list of backronyms
6+
wikipedia: https://en.wikipedia.org/wiki/Backronym
67
---
78

89
Did you know that [LASER](https://en.wikipedia.org/wiki/Laser) is an [acronym](https://en.wikipedia.org/wiki/Acronym)? It stands for Light Amplification by Stimulated Emission of Radiation (I'm not making this up).

content/posts/blips.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: Blips
33
published: 2025-12-20
44
created: 2025-10-07
5-
tags: [projects, programming, webdev, github, personal website]
5+
tags: [projects, programming, webdev, svelte, github, personal website]
66
description: "My personal micro-blog; it's basically Ethan-flavoured Tumblr"
7-
link: https://github.com/ethmarks/blips
8-
link_name: GitHub Repo
9-
link_icon: github
7+
github: https://github.com/ethmarks/blips
8+
webpage: https://ethmarks.github.io/blips/
109
---
1110

1211
[Blips](https://ethmarks.github.io/blips/) is my personal microblog. Whereas my [Posts](/posts) (like the one you're reading right now) are long-form articles, my blips are smaller, more spontaneous updates. Just little "blips" on a radar.

content/posts/classlessspearmint.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: ClasslessSpearmint
33
published: 2025-07-20
44
tags: [projects, webdev, programming, github, ai, codepen]
55
description: ClasslessSpearmint is a Classless CSS style that aesthetically styles raw HTML with my website's theme without needing to assign HTML classes
6-
link: https://github.com/ethmarks/ClasslessSpearmint
7-
link_name: GitHub Repo
8-
link_icon: github
6+
github: https://github.com/ethmarks/ClasslessSpearmint
97
---
108

119
Whenever I throw together a simple [CodePen](/tags/codepen) for a quick demo (e.g. for my [text scramble animation](/posts/scrambleanim)), I usually include this single line of code.

content/posts/collectivenoun.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Collective Nouns
33
published: 2025-04-23
44
tags: [language]
55
description: A collection of amusing and obscure collective nouns for animals.
6+
wikipedia: https://en.wikipedia.org/wiki/Collective_noun
67
---
78

89
A [collective noun](https://en.wikipedia.org/wiki/Collective_noun) is a word that names a group of people, animals, or things treated as a single entity. For example, a 'class' is the collective noun for students. A class is grammatically treated as a singular object even though it's composed of multiple students.

content/posts/colourlesstransformer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ published: 2025-05-13
44
created: 2024-12-22
55
tags: [projects, programming, github, ai, webdev, automation]
66
description: My Gradio interface for PaintTransformer, a neural image filter that turns photos into paint timelapses
7-
link: https://github.com/ethmarks/ColourlessTransformer
8-
link_name: GitHub Repo
9-
link_icon: github
7+
github: https://github.com/ethmarks/ColourlessTransformer
108
---
119

1210
[PaintTransformer](https://github.com/Huage001/PaintTransformer) is a neural network that approximates images using paint strokes. This gives it a very pretty and stylized watercolor/painterly aesthetic.

content/posts/eliza.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ title: Eliza
44
published: 2024-12-17
55
tags: [projects, programming, ai, history, colab]
66
description: My implementation of the 1966 chatbot Eliza
7-
link: https://colab.research.google.com/drive/1RQ2-HzSdCBQfYQZu6OSrYlOgOHqbQpn_
8-
link_name: Colab Notebook
9-
link_icon: colab
7+
colab: https://colab.research.google.com/drive/1RQ2-HzSdCBQfYQZu6OSrYlOgOHqbQpn_
108
---
119

1210
[ELIZA](https://en.wikipedia.org/wiki/ELIZA) was the first computer chatbot. Think of it as the great-great-great-grandparent of ChatGPT.

0 commit comments

Comments
 (0)