So it turns out this didnāt work for me.Iāll probably be writing something later on, when I figure out why!
You can find it here!
I have lots of projects, some are work, some are for fun, and in all of them I spend a lot of time learning new things
Frustratingly, I canāt remember them all :(
Iāve read a lot about the value of keeping an engineering notebook/journal, and itās all something I agree with! Iāve attempted this in the past, but never really got anywhere with it.
Iāve tried keeping a notes.txt
file, but eventually I find organisation becomes a bit of a hassle. Plus I like nice shiny things with emojis and images, my text editor isnāt great for those āØ
Iāve tried paper notebooks - much as they appeal to me, Iām a disaster with them. I lose them, forget them, spend ages finding the perfect pen and paper combo, and then in the end I end up sad because my handwriting is comparable to the death spasms of a spider after falling in an inkwell.
I love looking at the fancy bullet journals some people have, but I have neither the neatness nor the patience to do something like that for myself. Plus I can hardly paste a code snippet onto paper
Really, I want 1) markdown and 2) a nice way of rendering my markdown
So, Iāve setup a little personal wiki! Iām keeping it separate from my blog because Iād rather have somewhere I feel ok to dump random shitty code snippets without caring too much. Maybe eventually things from there will make their way over here
Itās running on my lab
(something Iāll explain another time), and is basically just a hugo static site. You can find the git repo here - https://github.com/ellie/wiki
Iāll see how it goes, because generally for writing I prefer to have a web UI that I can access from any device, really easily. But I suspect Iāll mostly be wanting to write to this when Iām at a computer anyway. Plus, Iāve been playing with some mobile SSH clients that are⦠surprisingly nice š¤
Let me know if you have any questions!