mirror of
https://github.com/frainfreeze/the-monospace-web-pandoc
synced 2025-12-29 18:49:50 -08:00
restructure source files
This commit is contained in:
4
Makefile
4
Makefile
@@ -5,7 +5,7 @@ all: index.html
|
||||
clean:
|
||||
rm -f index.html
|
||||
|
||||
index.html: index.md template.html Makefile
|
||||
pandoc --toc -s --css reset.css --css index.css -Vversion=v$(VERSION) -i $< -o $@ --template=template.html
|
||||
index.html: demo/index.md demo/template.html Makefile
|
||||
pandoc --toc -s --css src/reset.css --css src/index.css -Vversion=v$(VERSION) -i $< -o $@ --template=demo/template.html
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
@@ -71,6 +71,6 @@ $for(include-after)$
|
||||
$include-after$
|
||||
$endfor$
|
||||
<div class="debug-grid"></div>
|
||||
<script src="index.js"></script>
|
||||
<script src="src/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -7,8 +7,8 @@
|
||||
<meta name="author" content="Oskar Wickström" />
|
||||
<meta name="dcterms.date" content="2024-08-26" />
|
||||
<title>The Monospace Web</title>
|
||||
<link rel="stylesheet" href="reset.css" />
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
<link rel="stylesheet" href="src/reset.css" />
|
||||
<link rel="stylesheet" href="src/index.css" />
|
||||
</head>
|
||||
<body>
|
||||
<table class="header">
|
||||
@@ -18,7 +18,7 @@
|
||||
<span class="subtitle">A minimalist design exploration</span>
|
||||
</td>
|
||||
<th>Version</th>
|
||||
<td class="width-min">v0.1.2</td>
|
||||
<td class="width-min">v0.1.3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Updated</th>
|
||||
@@ -320,6 +320,6 @@ href="https://github.com/owickstrom/the-monospace-web">github.com/owickstrom/the
|
||||
href="https://x.com/usgraphics">U.S. Graphics Company</a> for all the
|
||||
inspiration.</p>
|
||||
<div class="debug-grid"></div>
|
||||
<script src="index.js"></script>
|
||||
<script src="src/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@owickstrom/the-monospace-web",
|
||||
"version": "0.1.3",
|
||||
"description": " A minimalist design exploration",
|
||||
"main": "index.css",
|
||||
"main": "src/index.css",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user