Fixed link in links page. Added video CSS. Fixed makefile
This commit is contained in:
parent
242f22ca7b
commit
cc91911f7c
16
Makefile
16
Makefile
|
@ -5,21 +5,21 @@ CC=emacs --no-site-file --batch -l ./md4tj/md4tj_parse.el --eval
|
||||||
.PHONY: vids
|
.PHONY: vids
|
||||||
|
|
||||||
SITE_ROOT=./site_root
|
SITE_ROOT=./site_root
|
||||||
|
# Makes sure the necessary destination directories get made
|
||||||
SITE_ROOT_RESULT=$(shell sh make_site_root.sh)
|
SITE_ROOT_RESULT=$(shell sh make_site_root.sh)
|
||||||
|
|
||||||
all: $(SITE_ROOT_RESULT) index about links archives css vids
|
all: $(SITE_ROOT_RESULT) index about links archives css vids
|
||||||
|
|
||||||
index: index.md4tj
|
index: $(SITE_ROOT)/index.html
|
||||||
$(CC) "($(PARSEFUNC) \"index.md4tj\" \"$(SITE_ROOT)/index.html\")"
|
|
||||||
|
|
||||||
about: about.md4tj
|
about: $(SITE_ROOT)/about.html
|
||||||
$(CC) "($(PARSEFUNC) \"about.md4tj\" \"$(SITE_ROOT)/about.html\")"
|
|
||||||
|
|
||||||
links: links.md4tj
|
links: $(SITE_ROOT)/links.html
|
||||||
$(CC) "($(PARSEFUNC) \"links.md4tj\" \"$(SITE_ROOT)/links.html\")"
|
|
||||||
|
|
||||||
archives: archives.md4tj
|
archives: $(SITE_ROOT)/archives.html
|
||||||
$(CC) "($(PARSEFUNC) \"archives.md4tj\" \"$(SITE_ROOT)/archives.html\")"
|
|
||||||
|
$(SITE_ROOT)/%.html: %.md4tj
|
||||||
|
$(CC) "($(PARSEFUNC) \"$^\" \"$@\")"
|
||||||
|
|
||||||
css:
|
css:
|
||||||
cp css/main.css site_root/css
|
cp css/main.css site_root/css
|
||||||
|
|
|
@ -11,3 +11,9 @@ body{
|
||||||
h1,h2,h3{
|
h1,h2,h3{
|
||||||
line-height:1.2
|
line-height:1.2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
video {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -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.
|
[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.
|
[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.
|
[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).
|
[Terry Davis](https://templeos.org) - A schizophrenic programmer who created TempleOS. Unfortunately, [he is now deceased](https://www.youtube.com/watch?v=oH41gGBVpkE).
|
||||||
|
|
||||||
#### Stores
|
#### Stores
|
||||||
|
|
Loading…
Reference in New Issue