From 030823970559d4e465f9c6b4728569d5cdfe99ae Mon Sep 17 00:00:00 2001 From: tkucar Date: Tue, 25 Feb 2025 23:37:47 +0100 Subject: [PATCH] changelog --- changelog.txt | 11 +++++++++++ LICENSE.md => license | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 changelog.txt rename LICENSE.md => license (91%) diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..c2497fe --- /dev/null +++ b/changelog.txt @@ -0,0 +1,11 @@ +2025-02-25 made public (v1.0.1) +- forked from https://github.com/oskarwickstrom/monospace-web +- bash script to build HTML & PDF from markdown +- css & js: + - added clickable/linkable heading anchors + - added code blocks + - added blockquotes + - added (product) cards + - grid changes + - added new hr style + - added dark mode toggle & related image color adjustments diff --git a/LICENSE.md b/license similarity index 91% rename from LICENSE.md rename to license index a536416..8035e93 100644 --- a/LICENSE.md +++ b/license @@ -1,4 +1,5 @@ -The Pandoc Monospace is a Static Site Generator based on The Monospace Web project by Oskar Wickström. +The Pandoc Monospace is a Static Site Generator based on +The Monospace Web project by Oskar Wickström. All changes to the original project are unlicensed (C0).