diff --git a/Makefile b/Makefile index b40411c..1ba5745 100644 --- a/Makefile +++ b/Makefile @@ -5,21 +5,21 @@ CC=emacs --no-site-file --batch -l ./md4tj/md4tj_parse.el --eval .PHONY: vids SITE_ROOT=./site_root +# Makes sure the necessary destination directories get made SITE_ROOT_RESULT=$(shell sh make_site_root.sh) all: $(SITE_ROOT_RESULT) index about links archives css vids -index: index.md4tj - $(CC) "($(PARSEFUNC) \"index.md4tj\" \"$(SITE_ROOT)/index.html\")" +index: $(SITE_ROOT)/index.html -about: about.md4tj - $(CC) "($(PARSEFUNC) \"about.md4tj\" \"$(SITE_ROOT)/about.html\")" +about: $(SITE_ROOT)/about.html -links: links.md4tj - $(CC) "($(PARSEFUNC) \"links.md4tj\" \"$(SITE_ROOT)/links.html\")" +links: $(SITE_ROOT)/links.html -archives: archives.md4tj - $(CC) "($(PARSEFUNC) \"archives.md4tj\" \"$(SITE_ROOT)/archives.html\")" +archives: $(SITE_ROOT)/archives.html + +$(SITE_ROOT)/%.html: %.md4tj + $(CC) "($(PARSEFUNC) \"$^\" \"$@\")" css: cp css/main.css site_root/css diff --git a/css/main.css b/css/main.css index 148e979..2de428d 100644 --- a/css/main.css +++ b/css/main.css @@ -10,4 +10,10 @@ body{ h1,h2,h3{ line-height:1.2 -} +} + +video { + width: 100%; + height: auto; + +} diff --git a/links.md4tj b/links.md4tj index 127fd66..056476a 100644 --- a/links.md4tj +++ b/links.md4tj @@ -27,7 +27,7 @@ [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. [Pea](https://pea.moe) - A guy I met on the [cock.li](https://cock.li) mailing list. -[Ed and Mari](https://https://web.archive.org/web/20130823160422/http://edandmari.com) - The last archive of edandmari.com, a couple's personal website onto which I stumbled when I was a kid looking for Star Wars lore. These guys inspired a lot of my hobbies, including Star Wars, root beer tasting, amateur restaurant reviewing, and pressed penny collecting. +[Ed and Mari](https://web.archive.org/web/20130823160422/http://edandmari.com) - The last archive of edandmari.com, a couple's personal website onto which I stumbled when I was a kid looking for Star Wars lore. These guys inspired a lot of my hobbies, including Star Wars, root beer tasting, amateur restaurant reviewing, and pressed penny collecting. [Terry Davis](https://templeos.org) - A schizophrenic programmer who created TempleOS. Unfortunately, [he is now deceased](https://www.youtube.com/watch?v=oH41gGBVpkE). #### Stores