From 70f15513a337692e385ce87d97806c18b4e481b9 Mon Sep 17 00:00:00 2001 From: j4nk Date: Mon, 2 Jan 2023 21:11:26 -0500 Subject: [PATCH] Added css --- Makefile | 5 ++++- about.md4tj | 2 +- index.md4tj | 2 +- links.md4tj | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 52167a6..7bfc599 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CC=emacs --no-site-file --batch -l ./md4tj/md4tj_parse.el --eval SITE_ROOT=./site_root -all: index about links +all: index about links css index: index.md4tj $(CC) "($(PARSEFUNC) \"index.md4tj\" \"$(SITE_ROOT)/index.html\")" @@ -13,3 +13,6 @@ about: about.md4tj links: links.md4tj $(CC) "($(PARSEFUNC) \"links.md4tj\" \"$(SITE_ROOT)/links.html\")" + +css: css/main.css + cp css/main.css site_root/css diff --git a/about.md4tj b/about.md4tj index 4df87a9..f01ad05 100644 --- a/about.md4tj +++ b/about.md4tj @@ -1,7 +1,7 @@ @@META charset UTF-8 @@META name viewport content width=device-width,initial-scale=1.0 @@TITLE The Jerks - About - +@@CSS css/main.css # The Jerks ## About diff --git a/index.md4tj b/index.md4tj index 931317b..d442741 100644 --- a/index.md4tj +++ b/index.md4tj @@ -1,7 +1,7 @@ @@META charset UTF-8 @@META name viewport content width=device-width,initial-scale=1.0 @@TITLE The Jerks - Home - +@@CSS css/main.css # The Jerks ## Welcome to the official website of The Jerks diff --git a/links.md4tj b/links.md4tj index 627f52f..ddfee7e 100644 --- a/links.md4tj +++ b/links.md4tj @@ -1,7 +1,7 @@ @@META charset UTF-8 @@META name viewport content width=device-width,initial-scale=1.0 @@TITLE The Jerks - Links - +@@CSS css/main.css # The Jerks ## Links