File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11VERSION =$(shell jq -r .version package.json)
2+ DATE =$(shell date +% F)
23
34all : index.html
45
56clean :
67 rm -f index.html
78
89index.html : demo/index.md demo/template.html Makefile
9- pandoc --toc -s --css src/reset.css --css src/index.css -Vversion=v$(VERSION ) -i $< -o $@ --template=demo/template.html
10+ pandoc --toc -s --css src/reset.css --css src/index.css -Vversion=v$(VERSION ) -Vdate= $( DATE ) - i $< -o $@ --template=demo/template.html
1011
1112.PHONY : all clean
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ title: The Monospace Web
33subtitle : A minimalist design exploration
44author : Oskar Wickström
55author-url : " https://wickstrom.tech"
6- date : 2024-08-26
76lang : en
87toc-title : Contents
98---
Original file line number Diff line number Diff line change 55 < meta name ="generator " content ="pandoc " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0, user-scalable=yes " />
77 < meta name ="author " content ="Oskar Wickström " />
8- < meta name ="dcterms.date " content ="2024-08-26 " />
98 < title > The Monospace Web</ title >
109 < link rel ="stylesheet " href ="src/reset.css " />
1110 < link rel ="stylesheet " href ="src/index.css " />
@@ -18,11 +17,11 @@ <h1 class="title">The Monospace Web</h1>
1817 < span class ="subtitle "> A minimalist design exploration</ span >
1918 </ td >
2019 < th > Version</ th >
21- < td class ="width-min "> v0.1.3 </ td >
20+ < td class ="width-min "> v0.1.5 </ td >
2221 </ tr >
2322 < tr >
2423 < th > Updated</ th >
25- < td class ="width-min "> < time style ="white-space: pre; "> 2024-08-26 </ time > </ td >
24+ < td class ="width-min "> < time style ="white-space: pre; "> 2025-01-25 </ time > </ td >
2625 </ tr >
2726 < tr >
2827 < th class ="width-min "> Author</ th >
Original file line number Diff line number Diff line change 11{
22 "name" : " @owickstrom/the-monospace-web" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.5 " ,
44 "description" : " A minimalist design exploration" ,
55 "main" : " src/index.css" ,
66 "scripts" : {
2121 "homepage" : " https://github.com/owickstrom/the-monospace-web#readme" ,
2222
2323 "files" : [
24- " index.css" ,
25- " index.js" ,
24+ " src/index.css" ,
25+ " src/reset.css" ,
26+ " src/index.js" ,
2627 " LICENSE" ,
2728 " README.md"
2829 ]
You can’t perform that action at this time.
0 commit comments