diff options
| author | seth <[email protected]> | 2024-10-09 10:59:13 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-09 10:59:13 -0400 |
| commit | d17bca56238e9ca326d60e58230d0d354f23bfe8 (patch) | |
| tree | 12aee4c37a1490914e6307ce1b0023be2df93105 /src/pages/about-me.md | |
| parent | 7d6495399d5e1ba429a339de1c3a00f121e89305 (diff) | |
back to astro for hopefully the last time (#146)
Diffstat (limited to 'src/pages/about-me.md')
| -rw-r--r-- | src/pages/about-me.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/pages/about-me.md b/src/pages/about-me.md new file mode 100644 index 0000000..d34c6df --- /dev/null +++ b/src/pages/about-me.md @@ -0,0 +1,22 @@ +--- +layout: ../layouts/Base.astro +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/), [Cloudflare +Workers](https://workers.cloudflare.com/), [Rust](https://rust-lang.org/), +[FastAPI](https://www.python.org/), and [Astro](https://astro.build) (which +this site is made with!) |
