diff --git a/package-lock.json b/package-lock.json index da57d9b..d866eb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "AGPL-3.0", "dependencies": { - "makoto": "^1.0.1" + "makoto": "^1.1.1" }, "devDependencies": { "@types/node": "^20.4.5" @@ -22,9 +22,9 @@ "dev": true }, "node_modules/makoto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/makoto/-/makoto-1.0.1.tgz", - "integrity": "sha512-SV/HW0lAy/D0tuYlX00Hg1g+5uo4ak95tcObw3RcY5U/fWMlc3aJuOPzbvqaWNKtDgPafCclU1eTDuZ6ZARSvA==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/makoto/-/makoto-1.1.1.tgz", + "integrity": "sha512-5Mtl2OZ8BVTQ18SwVWd2RFUH25Ck/l3gWz1yRYd05G6j1/OYzxtK+vhsM02eASjD33qiCq9IPf8VB5iHf8/9Fw==" } } } diff --git a/package.json b/package.json index b868b4a..812cb1f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "homepage": "https://github.com/stjet/hedgeblog#readme", "dependencies": { - "makoto": "^1.0.1" + "makoto": "^1.1.1" }, "devDependencies": { "@types/node": "^20.4.5" diff --git a/posts/another_example.md b/posts/another_example.md index 31c5e0d..3b03c8e 100644 --- a/posts/another_example.md +++ b/posts/another_example.md @@ -1,4 +1,4 @@ -Have some lorem ipsum. On the house! +Have some lorem ~~ipsvm~~ ipsum. On the house! ... No, I **insist**. Don't be shy. diff --git a/templates/components/random/quote4.html b/templates/components/random/quote4.html index a81c32d..d987d78 100644 --- a/templates/components/random/quote4.html +++ b/templates/components/random/quote4.html @@ -4,6 +4,6 @@
- Utah Phillips, "Hallelujah, I'm a Bum" - More random stuff + More random stuff diff --git a/templates/components/random/quote5.html b/templates/components/random/quote5.html new file mode 100644 index 0000000..9623076 --- /dev/null +++ b/templates/components/random/quote5.html @@ -0,0 +1,9 @@ +
+
+ "You copied that function without understanding why it does what it does, and as a result your code IS GARBAGE. AGAIN." +
+ - Linus Torvalds +
+ More random stuff +
+ diff --git a/templates/index.html b/templates/index.html index 53ca30a..42f549a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -35,6 +35,7 @@ [[ component:random/wikipedia ]] [[ component:random/quote3 ]] [[ component:random/quote4 ]] + [[ component:random/quote5 ]] [[ component:random/rss ]] [[ component:random/email ]] See some random stuff