add quote, bump makoto version

strikethrough support
This commit is contained in:
Jon Dough
2024-02-09 07:54:17 +05:30
parent b39d26f3c4
commit edbcde7867
6 changed files with 17 additions and 7 deletions

8
package-lock.json generated
View File

@@ -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=="
}
}
}

View File

@@ -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"

View File

@@ -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.

View File

@@ -4,6 +4,6 @@
<br>
<span>- Utah Phillips, "Hallelujah, I'm a Bum"</span>
</div>
<a href="/#rss">More random stuff</a>
<a href="/#quote5">More random stuff</a>
</div>

View File

@@ -0,0 +1,9 @@
<div class="random" id="quote5">
<div class="random-content">
<span>"You copied that function without understanding why it does what it does, and as a result your code IS GARBAGE. AGAIN."</span>
<br>
<span>- Linus Torvalds</span>
</div>
<a href="/#rss">More random stuff</a>
</div>

View File

@@ -35,6 +35,7 @@
[[ component:random/wikipedia ]]
[[ component:random/quote3 ]]
[[ component:random/quote4 ]]
[[ component:random/quote5 ]]
[[ component:random/rss ]]
[[ component:random/email ]]
<a id="ciran" href="/#badges">See some random stuff</a>