Compare commits

..

3 commits

3 changed files with 16 additions and 4 deletions

View file

@ -3,15 +3,17 @@ title = "eli"
[extra] [extra]
footnote1 = "There is no canon pronunciation." footnote1 = "There is no canon pronunciation."
footnote2 = "Undecided what kind, exactly." footnote2 = "Undecided what kind, exactly."
footnote3 = "Silksong is coming out soon, right?" footnote3 = "Vaguely stuff related to group theory, including but not limited to study of vector spaces and rings"
footnote4 = "Specifically, studying it through complex numbers and, more generally, geometrical transformations (tying it in with group theory and whatnot)"
footnote5 = "Silksong is coming out soon, right?"
+++ +++
**Pronouns** : she/her preferred, but they/them is also fine. **Pronouns** : she/her preferred, but they/them is also fine.
I'm Eli {{ footnote() }}, an entity{{ footnote() }} of some sorts. Computers fear me, for I usually fuck them up ( *unwillingly*, if I may add ) while tinkering with them. Currently kinda interested in distributed computing. I'm Eli {{ footnote() }}, an entity{{ footnote() }} of some sorts. Computers fear me, for I usually fuck them up ( *unwillingly*, if I may add ) while tinkering with them. Currently kinda interested in distributed computing. Besides computers I like mathematics, have been learning subjects related to it since a pretty long time ago and I consider myself somewhat proficient with it, my favourite areas of study, by far, are abstract algebra{{ footnote() }} , calculus and geometry{{footnote()}}
My favourite song is {% link(url="https://www.youtube.com/watch?v=Yh5RSv52g6U") %} Vital Signs by Rush {% end %}. My favourite song is {% link(url="https://www.youtube.com/watch?v=Yh5RSv52g6U") %} Vital Signs by Rush {% end %}.
My favourite videogames are *Hollow Knight*{{ footnote() }}, *Sekiro: Shadows Die Twice* and *Terraria*. My favourite videogames are *Hollow Knight*{{ footnote() }}, *Sekiro: Shadows Die Twice*, *Titanfall 2* and *Terraria*.
If you need to contact me you can find me on {% link(url="https://gts.collective-conciousness.monster/@eli") %} fedi {% end %} or you can send me an {% link(url="mailto:eli@collective-conciousness.monster") %} email {% end %}. If you need to contact me you can find me on {% link(url="https://gts.collective-conciousness.monster/@eli") %} fedi {% end %} or you can send me an {% link(url="mailto:eli@collective-conciousness.monster") %} email {% end %}.
@ -20,3 +22,5 @@ If you need to contact me you can find me on {% link(url="https://gts.collective
{{ footnoted() }} {{ footnoted() }}
{{ footnoted() }} {{ footnoted() }}
{{ footnoted() }} {{ footnoted() }}
{{ footnoted() }}
{{ footnoted() }}

7
shell.nix Normal file
View file

@ -0,0 +1,7 @@
with import <nixpkgs> {};
pkgs.mkShellNoCC {
packages = with pkgs; [
zola
];
}

View file

@ -12,7 +12,8 @@
<header id="navbar"> <header id="navbar">
<nav class="navbar-container container"> <nav class="navbar-container container">
<a href="/" class="home-link" aria-label="Go to site home"> <a href="/" class="home-link" aria-label="Go to site home">
<div class="navbar-logo"></div> <!-- <div class="navbar-logo"></div>--->
<p class="navbar-link">Home</p>
</a> </a>
<div id="navbar-menu" class="menu"> <div id="navbar-menu" class="menu">
<ul class="navbar-links"> <ul class="navbar-links">