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