Added css

This commit is contained in:
j4nk 2023-01-02 21:11:26 -05:00
parent 996695dbbe
commit 70f15513a3
4 changed files with 7 additions and 4 deletions

View File

@ -3,7 +3,7 @@ CC=emacs --no-site-file --batch -l ./md4tj/md4tj_parse.el --eval
SITE_ROOT=./site_root SITE_ROOT=./site_root
all: index about links all: index about links css
index: index.md4tj index: index.md4tj
$(CC) "($(PARSEFUNC) \"index.md4tj\" \"$(SITE_ROOT)/index.html\")" $(CC) "($(PARSEFUNC) \"index.md4tj\" \"$(SITE_ROOT)/index.html\")"
@ -13,3 +13,6 @@ about: about.md4tj
links: links.md4tj links: links.md4tj
$(CC) "($(PARSEFUNC) \"links.md4tj\" \"$(SITE_ROOT)/links.html\")" $(CC) "($(PARSEFUNC) \"links.md4tj\" \"$(SITE_ROOT)/links.html\")"
css: css/main.css
cp css/main.css site_root/css

View File

@ -1,7 +1,7 @@
@@META charset UTF-8 @@META charset UTF-8
@@META name viewport content width=device-width,initial-scale=1.0 @@META name viewport content width=device-width,initial-scale=1.0
@@TITLE The Jerks - About @@TITLE The Jerks - About
@@CSS css/main.css
# The Jerks # The Jerks
## About ## About

View File

@ -1,7 +1,7 @@
@@META charset UTF-8 @@META charset UTF-8
@@META name viewport content width=device-width,initial-scale=1.0 @@META name viewport content width=device-width,initial-scale=1.0
@@TITLE The Jerks - Home @@TITLE The Jerks - Home
@@CSS css/main.css
# The Jerks # The Jerks
## Welcome to the official website of The Jerks ## Welcome to the official website of The Jerks

View File

@ -1,7 +1,7 @@
@@META charset UTF-8 @@META charset UTF-8
@@META name viewport content width=device-width,initial-scale=1.0 @@META name viewport content width=device-width,initial-scale=1.0
@@TITLE The Jerks - Links @@TITLE The Jerks - Links
@@CSS css/main.css
# The Jerks # The Jerks
## Links ## Links