Compare commits
No commits in common. "208fd46c4326b91cd4f060f2451c0a660564a1d8" and "b23ad719a4ef84bc5e781950ffc940ab3021014f" have entirely different histories.
208fd46c43
...
b23ad719a4
3 changed files with 4 additions and 16 deletions
|
@ -3,17 +3,15 @@ title = "eli"
|
|||
[extra]
|
||||
footnote1 = "There is no canon pronunciation."
|
||||
footnote2 = "Undecided what kind, exactly."
|
||||
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?"
|
||||
footnote3 = "Silksong is coming out soon, right?"
|
||||
+++
|
||||
**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. 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()}}
|
||||
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.
|
||||
|
||||
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*, *Titanfall 2* and *Terraria*.
|
||||
My favourite videogames are *Hollow Knight*{{ footnote() }}, *Sekiro: Shadows Die Twice* 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 %}.
|
||||
|
||||
|
@ -22,5 +20,3 @@ If you need to contact me you can find me on {% link(url="https://gts.collective
|
|||
{{ footnoted() }}
|
||||
{{ footnoted() }}
|
||||
{{ footnoted() }}
|
||||
{{ footnoted() }}
|
||||
{{ footnoted() }}
|
|
@ -1,7 +0,0 @@
|
|||
with import <nixpkgs> {};
|
||||
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
zola
|
||||
];
|
||||
}
|
|
@ -12,8 +12,7 @@
|
|||
<header id="navbar">
|
||||
<nav class="navbar-container container">
|
||||
<a href="/" class="home-link" aria-label="Go to site home">
|
||||
<!-- <div class="navbar-logo"></div>--->
|
||||
<p class="navbar-link">Home</p>
|
||||
<div class="navbar-logo"></div>
|
||||
</a>
|
||||
<div id="navbar-menu" class="menu">
|
||||
<ul class="navbar-links">
|
||||
|
|
Loading…
Reference in a new issue