diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.md | 11 | ||||
| -rw-r--r-- | content/about_me.md | 20 | ||||
| -rw-r--r-- | content/contact.md | 9 |
3 files changed, 35 insertions, 5 deletions
diff --git a/content/_index.md b/content/_index.md index 7e351a0..e16752e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,12 +1,13 @@ +++ -title = "home" -description = "rawr" +description = "My home page" +++ <a hidden rel="me" href="https://wetdry.world/@getchoo"> - my mastodon account + My Mastodon account </a> -this is under construction. i'm experimenting with zola +# Getchoo's Website 🦀 - +Constantly under construction since 2021! + + diff --git a/content/about_me.md b/content/about_me.md new file mode 100644 index 0000000..1bee4aa --- /dev/null +++ b/content/about_me.md @@ -0,0 +1,20 @@ ++++ +title = "About me" +description = "Information about Getchoo" ++++ + +# About Me + +I am a 19 year old software developer (when I have the time) based in Florida. +Most commonly, I am contributing to the +[FOSS](https://en.wikipedia.org/wiki/Free_and_open-source_software) community +-- specifically for projects like [NixOS and nixpkgs](https://nixos.org), +[Prism Launcher](https://prismlauncher.org), and whatever else I find fun +and/or personally use. + +Some technologies I play around with the most include the aforementioned +[Nix](https://nix.dev), [GitHub Actions](https://docs.github.com/en/actions), +[Bash](https://www.gnu.org/software/bash/) (usually in slightly horrifying +ways), [Deno](https://deno.com/), [Rust](https://rust-lang.org/), +[Python](https://www.python.org/), and [Zola](https://getzola.org) (which this +site is built with!) diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..a5f296f --- /dev/null +++ b/content/contact.md @@ -0,0 +1,9 @@ ++++ +title = "Contact Me" ++++ + +# Contact + +The most reliable way to contact me is via email at `getchoo at tuta dot io` + +I am also available on Matrix as `getchoo:matrix.org` and Discord as `g3tchoo` |
