Merge branch 'master' into pages

This commit is contained in:
Jon Dough
2024-02-09 08:04:02 +05:30
5 changed files with 16 additions and 6 deletions

8
package-lock.json generated
View File

@@ -9,7 +9,7 @@
"version": "0.0.1", "version": "0.0.1",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"makoto": "^1.0.1" "makoto": "^1.1.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.4.5" "@types/node": "^20.4.5"
@@ -22,9 +22,9 @@
"dev": true "dev": true
}, },
"node_modules/makoto": { "node_modules/makoto": {
"version": "1.0.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/makoto/-/makoto-1.0.1.tgz", "resolved": "https://registry.npmjs.org/makoto/-/makoto-1.1.1.tgz",
"integrity": "sha512-SV/HW0lAy/D0tuYlX00Hg1g+5uo4ak95tcObw3RcY5U/fWMlc3aJuOPzbvqaWNKtDgPafCclU1eTDuZ6ZARSvA==" "integrity": "sha512-5Mtl2OZ8BVTQ18SwVWd2RFUH25Ck/l3gWz1yRYd05G6j1/OYzxtK+vhsM02eASjD33qiCq9IPf8VB5iHf8/9Fw=="
} }
} }
} }

View File

@@ -19,7 +19,7 @@
}, },
"homepage": "https://github.com/stjet/hedgeblog#readme", "homepage": "https://github.com/stjet/hedgeblog#readme",
"dependencies": { "dependencies": {
"makoto": "^1.0.1" "makoto": "^1.1.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.4.5" "@types/node": "^20.4.5"

View File

@@ -4,6 +4,6 @@
<br> <br>
<span>- Utah Phillips, "Hallelujah, I'm a Bum"</span> <span>- Utah Phillips, "Hallelujah, I'm a Bum"</span>
</div> </div>
<a href="/#rss">More random stuff</a> <a href="/#quote5">More random stuff</a>
</div> </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/wikipedia ]]
[[ component:random/quote3 ]] [[ component:random/quote3 ]]
[[ component:random/quote4 ]] [[ component:random/quote4 ]]
[[ component:random/quote5 ]]
[[ component:random/rss ]] [[ component:random/rss ]]
[[ component:random/email ]] [[ component:random/email ]]
<a id="ciran" href="/#badges">See some random stuff</a> <a id="ciran" href="/#badges">See some random stuff</a>