diff --git a/Makefile b/Makefile index fa4fe23..52167a6 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,13 @@ CC=emacs --no-site-file --batch -l ./md4tj/md4tj_parse.el --eval SITE_ROOT=./site_root +all: index about links + index: index.md4tj $(CC) "($(PARSEFUNC) \"index.md4tj\" \"$(SITE_ROOT)/index.html\")" about: about.md4tj $(CC) "($(PARSEFUNC) \"about.md4tj\" \"$(SITE_ROOT)/about.html\")" -all: index about +links: links.md4tj + $(CC) "($(PARSEFUNC) \"links.md4tj\" \"$(SITE_ROOT)/links.html\")" diff --git a/links.md4tj b/links.md4tj new file mode 100644 index 0000000..627f52f --- /dev/null +++ b/links.md4tj @@ -0,0 +1,28 @@ +@@META charset UTF-8 +@@META name viewport content width=device-width,initial-scale=1.0 +@@TITLE The Jerks - Links + +# The Jerks +## Links + +@@INCLUDE nav.md4tj + +#### Friends +[hemmerich.co](https://hemmerich.co) +[trisangell.me](https://trisangell.me) +[rawexp.dev](https://rawexp.dev) + +#### Communities +[SKYN3T](https://skyn3t.in) - I hang out with these guys a lot on Mumble +[Cyberia](https://cyberia.club) - A "hacker collective" I hung out with on Mumble a long time ago back in my "[tech geeker](http://xahlee.info/UnixResource_dir/writ/tech_geeker.html)" days +[Cock.li](https://cock.li) - My junk email provider, I used to hang out on their mailing list and keep up with their shenanigans + +#### Personalities I follow +[Xah Lee](http://xahlee.info) - Aside from the Emacs Lisp manual and C-h f, his website is my main resource for ELisp programming. I also like reading his philosophical blog posts, he has an interesting mix of enjoying free and open source software while criticizing it. I am also planning on digging into his book recommendations, as they seem to be solid books that would definitely expand my view of the world. +[Richard Stallman](https://stallman.org) - The originator of the Free Software and copyleft movements. His ideas on software are a bit extreme and would not work in the real world, and I disregard most of his opinions on social issues. +[Vincent Canfield](https://vc.gg) - The administrator of [cock.li](https://cock.li), his blog posts are pretty interesting but he hasn't posted in about 2 years. +[Se7en](https://se7en-site.neocities.org) - A guy I met on the [cock.li](https://cock.li) mailing list. He has interesting blog posts on pretty much anything but I disregard his more extreme opinions on the Covid vaccine. +[Videogamedunkey](https://youtube.com/videogamedunkey) - One of the only bearable YouTube personalities, his ideas on video games are very insightful and highly influenced my own ideas on what constitutes a *good* video game. +[MoistCr1TiKaL](https://youtube.com/penguinz0) - I watch his videos when I'm bored and want to see some wacky thing that happened on the internet or in real life. I mostly skip through his videos because his commentary really isn't that funny and his videos are way too long. +[Internet Historian](https://www.youtube.com/@InternetHistorian) - The authoritative source on any major recent happening. Probably the most skilled documentarian on YouTube. He rarely uploads which I really like. +[Greasy Tales (formerly SexuaLobster)](https://www.youtube.com/@SexuaLobster) - A very talented animator I was introduced to almost 10 years ago, his videos are pretty funny and he rarely uploads. \ No newline at end of file