Added css
This commit is contained in:
parent
996695dbbe
commit
70f15513a3
5
Makefile
5
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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue