chore: update and delete pages and info

pull/29/head
earnest ma 1 week ago
parent 9c908a6004
commit c23b0f7235
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A

@ -1,11 +1,11 @@
baseURL = "https://earnestma.com/"
languageCode = "en-ca"
languageCode = "en-CA"
title = "earnest ma"
enableGitInfo = true
rssLimit = 15
rssLimit = 50
[params]
copyrightYear = "2020-2023"
copyrightYear = "2020 - 2023"
author = "earnest ma"
description = "earnest ma (earne)'s personal website and blog"
favicon = "/favicon.ico"
@ -35,15 +35,10 @@ blog = "/:year/:month/:day/:slug"
url = "/contact"
weight = 300
[[languages.en.menu.main]]
identifier = "support"
name = "Support"
url = "/support"
identifier = "more_pages"
name = "More"
url = "/more"
weight = 400
[[languages.en.menu.main]]
identifier = "feeds"
name = "Feeds"
url = "/feeds"
weight = 500
[[languages.en.menu.footer]]
identifier = "top"
@ -55,21 +50,6 @@ blog = "/:year/:month/:day/:slug"
name = "Home"
url = "/"
weight = 200
[[languages.en.menu.footer]]
identifier = "feeds"
name = "Feeds"
url = "/feeds"
weight = 300
[[languages.en.menu.main]]
identifier = "support"
name = "Support"
url = "/support"
weight = 400
[[languages.en.menu.footer]]
identifier = "more-sites"
name = "More sites"
url = "/#more"
weight = 500
[markup.goldmark.renderer]
unsafe = true

@ -8,31 +8,14 @@ aliases = [
### Links
- **Mastodon: {{< rellink "https://tech.lgbt/@earnestma" "@earnestma@tech.lgbt" >}}**
- **[Personal Gitea server](https://git.earne.link/earnestma)**, [other forges](/about#some-other-social-linkslinks)
- BookWyrm: [@earnestma@bookwyrm.social](https://bookwyrm.social/user/earnestma)
- {{< rellink "https://tech.lgbt/@earnestma" "Mastodon" >}}
- [Personal Gitea server](https://git.earne.link/earnestma)
- [BookWyrm](https://bookwyrm.social/user/earnestma)
- [Twitch](https://www.twitch.tv/earnestma3)
- Peertube: [@earnestma@spectra.video](https://spectra.video/c/earnestma/), [YouTube](https://youtube.com/c/earnestma)
- [PeerTube](https://spectra.video/c/earnestma/), [YouTube](https://youtube.com/c/earnestma)
- [Apple Music](https://music.apple.com/profile/earnestma), [LastFM](https://www.last.fm/user/earnestma)
- [Steam](https://steamcommunity.com/id/earnestma/)
- [Instagram](https://www.instagram.com/earnestma/)
- [Support me!](/support)
- Follow me via [RSS feeds](/feeds)
I'm also at <https://envs.net/~earne>, which houses some additional pages and notes.
<h3 id="projects"><a href="/projects" style="text-decoration: none;">Featured Projects</a></h3>
{{< partial "featuredprojects.html" >}}
<h3 id="latest-posts"><a href="/blog" style="text-decoration: none;">Latest Posts</a></h3>
<h3 id="latest-posts"><a href="/blog">Latest Posts</a></h3>
{{< partial "recentposts.html" >}}
### More
{{< button "/blog" "Main blog" >}}
{{< button "/recipes" "Recipes list" >}}
### X
- [Threads](/threads)

@ -2,27 +2,43 @@
title = "About"
+++
I'm earnest ma (`/nick earne`), pronouns [they/he](https://en.pronouns.page/@earne), 18. I am a first year student at the University of Toronto. On this blog you'll find occasional posts about my personal life, Linux + systems administration, and productivity. In my free time I enjoy reading, drinking tea, listening to music, and learning [stenography](https://www.openstenoproject.org/). You can find a ton of my social links on the [homepage](/#links)!
`python shell scripts html css java`
I run and maintain several services on earne.link.
- **[Contact me](/contact)**
- **[Support me](/support)**
<style>
ul { display:flex; flex-wrap:wrap; flex-direction:row; max-height: 400px}
ul li { flex:1 1 auto; width:40%; }
</style>
I'm earnest ma ([they/he](https://en.pronouns.page/@earne)), a second year math and computer science student at the University of Toronto. Some of my interests include Linux + systems administration, reading, tea, music, and stationery (in particular, fountain pens and notebooks). I also hold an Associate Diploma (ARCT) in violin from the Royal Conservatory of Music.
`python shell scripts html css LaTeX java`
## Social Media Links
- [Apple Music](https://music.apple.com/profile/earnestma)
- [BookWyrm](https://bookwyrm.social/user/earnestma)
- [Codeberg](https://codeberg.org/earnestma)
- [Facebook](https://facebook.com/earnestma) [^1]
- [Gitea (git.earne.link)](https://git.earne.link/earnestma)
- [GitHub](https://github.com/earnestma)
- [GitLab](https://gitlab.com/earnestma)
- [Instagram](https://instagram.com/earnestma/) [^1]
- [Last.FM](https://www.last.fm/user/earnestma)
- [LinkedIn](https://www.linkedin.com/in/earnestma/)
- [Mastodon](https://tech.lgbt/@earnestma)
- [PeerTube](https://spectra.video/c/earnestma/)
- [PeerTube (kumi.tube)](https://kumi.tube/a/earnestma) [^2]
- [Pixelfed](https://pixey.org/earnestma) [^2]
- [Retrospring](https://retrospring.net/earnestma) (Ask me anything!)
- [Sourcehut](https://sr.ht/~earnestma)
- [Steam](https://steamcommunity.com/id/earnestma/)
- [Twitch](https://www.twitch.tv/earnestma3)
- [Twitter](https://twitter.com/earnestma3) [^2]
- [Wikipedia](https://en.wikipedia.org/wiki/User:EarneM)
</div>
## This Site
Various tools are used to make this site: [Hugo](https://gohugo.io) for static site generation, [Simple CSS](https://simplecss.org/), Gitea and Woodpecker CI for git hosting and continuous deployment, and lastly Nginx to serve. The source code is available if you'd like to look around, and feel free to ask if you have questions!
### Some other [social links](/#links):
Various tools are used to make this site: [Hugo](https://gohugo.io) is my static site generator, slightly modified [Simple CSS](https://simplecss.org/), Gitea and Woodpecker CI for git hosting and continuous deployment, and Nginx to serve. The source code is available if you'd like to look around. Feel free to suggest improvements or ask if you have questions!
- [My Wikipedia user page](https://en.wikipedia.org/wiki/User:EarneM)
- [Retrospring](https://retrospring.net/earnestma)
- [Pixelfed](https://pixey.org/earnestma) *not updated*
- [Twitter](https://twitter.com/earnestma3) *private account, mostly used for crossposting (quote) retweets to Mastodon*
- Forges
- [GitHub](https://github.com/earnestma)
- [Codeberg](https://codeberg.org/earnestma)
- [GitLab](https://gitlab.com/earnestma)
- [Sourcehut](https://sr.ht/~earnestma)
[^1]: This is a private account, and I won't accept friend or follow requests from people I don't know personally.
[^2]: This is an inactive account.

@ -4,27 +4,14 @@ title = "Contact"
### Email
`me` AT `earne` DOT `link`. I will do my best to get back to you within a few days.
**`me` AT `earne` DOT `link`**. I will do my best to get back to you within a few days. *If you must use GPG, you can download my key [here](/earnest-ma_0x42EB6E2A_public.asc) or from the [OpenPGP Keyserver](https://keys.openpgp.org/search?q=80AE+985F+9B4E+3FB4+38E1+9299+6B36+1FA8+1C5F+B695). Please make sure I have a way of getting your public key!*
### Chat
[earne.link Discussion](https://discuss.earne.link/t/earnest) Forum or [Discord](/discord)
- DM me on Mastodon ([@earnestma@tech.lgbt](https://tech.lgbt/@earnestma))
- IRC: `#earne on tilde.chat`
- [More links](/#links)
- [Telegram](https://t.me/earnestma)
- Matrix: [@earne:envs.net](https://matrix.to/#/@earne:envs.net) (*I don't check this often*)
### Online Meeting
[Click here](https://cal.com/earnestma/h5ftzr) to book a time.
### [Support me](/support)
---
<small>A note on GPG: If you must use it, you can retrieve my key below or from the [OpenPGP Keyserver](https://keys.openpgp.org/search?q=80AE+985F+9B4E+3FB4+38E1+9299+6B36+1FA8+1C5F+B695). Please make sure I have a way of getting your public key!
- [GPG earnest-ma_0x42EB6E2A_public](/earnest-ma_0x42EB6E2A_public.asc)
- ~~[Previous key](https://keys.openpgp.org/vks/v1/by-fingerprint/80AE985F9B4E3FB438E192996B361FA81C5FB695)~~ (**don't use**)
</small>

@ -1,5 +0,0 @@
+++
type = "redirect"
slug = "discord"
redirect = "https://discord.gg/529hx4JJxW"
+++

@ -1,9 +0,0 @@
+++
title = "Feeds"
+++
- This blog: [RSS](/blog/index.xml)
- *To follow a specific topic (tag/category/etc.), append `index.xml` to that*
- Mastodon: [RSS](https://tech.lgbt/@earnestma.rss)
- BookWyrm: [RSS](https://bookwyrm.social/user/earnestma/rss)
- Recipes: [YAML](/recipes.yaml)

@ -0,0 +1,8 @@
+++
title = "More"
description = "Some more links to pages on my site."
+++
- [Recipes](/recipes)
- [Support Me](/support)
- [Threads on Mastodon](/threads)

@ -1,3 +0,0 @@
+++
title = "Projects"
+++

@ -1,4 +0,0 @@
+++
type = "redirect"
redirect = "https://files.earne.link/empl"
+++

@ -1,5 +1,5 @@
+++
title = "Support"
title = "Support Me"
+++
Hi :) Thanks for considering supporting me - any bit helps!

@ -1,31 +0,0 @@
[
{
"name": "Site",
"desc": "My personal website and blog (this site!)",
"url": "/",
"git": "https://git.earne.link/earnestma/site"
},
{
"name": "dotfiles",
"desc": "Personal dotfiles repo",
"git": "https://git.earne.link/earnestma/dotfiles"
},
{
"name": "aptpkg",
"desc": "personal ubuntu packaging/ package scripts",
"git": "https://git.earne.link/earnestma/aptpkg/",
"deprecated": "true"
},
{
"name": "EMPL",
"desc": "earnest's public license",
"url": "https://files.earne.link/empl",
"git": "https://git.earne.link/earnestma/empl"
},
{
"name": "nwt",
"desc": "A Hugo theme for your digital garden, notes, or wiki.",
"git": "https://git.earne.link/earnestma/nwt",
"deprecated": true
}
]

@ -1,5 +0,0 @@
<ul>
{{ range first 6 (.Site.Data.bookwyrm) }}
<li><a href="{{ .link }}">{{ .title }}</a></li>
{{ end }}
</ul>

@ -1,11 +0,0 @@
<ul>
{{ range .Site.Data.projects }}
{{ if .feature }}
<li>{{ if .url }}<a href="{{ .url | safeURL }}">{{ .name }}</a>: {{ .desc }}{{ else }}{{ .name }}: {{ .desc }}{{ end }}</li>
<ul>
{{ if .deprecated }}<li><b>No longer maintained: </b>{{ .deprecated }}</li>{{ end }}
{{ if .git }}<li><a href="{{ .git }}">Source</a></li>{{ end }}
</ul>
{{ end }}
{{ end }}
</ul>

@ -1,14 +0,0 @@
{{ define "main" }}
<h1>Projects</h1>
<content>
{{ .Content }}
<ul>{{ range .Site.Data.projects }}
<li>{{ if .url }}<a href="{{ .url | safeURL }}">{{ .name }}</a>: {{ .desc }}{{ else }}{{ .name }}: {{ .desc }}{{ end }}</li>
<ul>
{{ if .deprecated }}<li><b>No longer maintained</b></li>{{ end }}
{{ if .git }}<li><a href="{{ .git }}">Source</a></li>{{ end }}
</ul>
{{ end }}
</ul>
</content>
{{ end }}
Loading…
Cancel
Save