mirror of
https://github.com/frainfreeze/the-monospace-web-pandoc
synced 2025-12-30 02:59:50 -08:00
v0.1.5
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,4 +1,5 @@
|
|||||||
VERSION=$(shell jq -r .version package.json)
|
VERSION=$(shell jq -r .version package.json)
|
||||||
|
DATE=$(shell date +%F)
|
||||||
|
|
||||||
all: index.html
|
all: index.html
|
||||||
|
|
||||||
@@ -6,6 +7,6 @@ clean:
|
|||||||
rm -f index.html
|
rm -f index.html
|
||||||
|
|
||||||
index.html: demo/index.md demo/template.html Makefile
|
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
|
pandoc --toc -s --css src/reset.css --css src/index.css -Vversion=v$(VERSION) -Vdate=$(DATE) -i $< -o $@ --template=demo/template.html
|
||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ title: The Monospace Web
|
|||||||
subtitle: A minimalist design exploration
|
subtitle: A minimalist design exploration
|
||||||
author: Oskar Wickström
|
author: Oskar Wickström
|
||||||
author-url: "https://wickstrom.tech"
|
author-url: "https://wickstrom.tech"
|
||||||
date: 2024-08-26
|
|
||||||
lang: en
|
lang: en
|
||||||
toc-title: Contents
|
toc-title: Contents
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
<meta name="generator" content="pandoc" />
|
<meta name="generator" content="pandoc" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
<meta name="author" content="Oskar Wickström" />
|
<meta name="author" content="Oskar Wickström" />
|
||||||
<meta name="dcterms.date" content="2024-08-26" />
|
|
||||||
<title>The Monospace Web</title>
|
<title>The Monospace Web</title>
|
||||||
<link rel="stylesheet" href="src/reset.css" />
|
<link rel="stylesheet" href="src/reset.css" />
|
||||||
<link rel="stylesheet" href="src/index.css" />
|
<link rel="stylesheet" href="src/index.css" />
|
||||||
@@ -18,11 +17,11 @@
|
|||||||
<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.3</td>
|
<td class="width-min">v0.1.5</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Updated</th>
|
<th>Updated</th>
|
||||||
<td class="width-min"><time style="white-space: pre;">2024-08-26</time></td>
|
<td class="width-min"><time style="white-space: pre;">2025-01-25</time></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="width-min">Author</th>
|
<th class="width-min">Author</th>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@owickstrom/the-monospace-web",
|
"name": "@owickstrom/the-monospace-web",
|
||||||
"version": "0.1.3",
|
"version": "0.1.5",
|
||||||
"description": " A minimalist design exploration",
|
"description": " A minimalist design exploration",
|
||||||
"main": "src/index.css",
|
"main": "src/index.css",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -21,8 +21,9 @@
|
|||||||
"homepage": "https://github.com/owickstrom/the-monospace-web#readme",
|
"homepage": "https://github.com/owickstrom/the-monospace-web#readme",
|
||||||
|
|
||||||
"files": [
|
"files": [
|
||||||
"index.css",
|
"src/index.css",
|
||||||
"index.js",
|
"src/reset.css",
|
||||||
|
"src/index.js",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.md"
|
"README.md"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user