Add bookwyrm to /me

This commit is contained in:
N-Upchurch 2023-08-06 19:22:12 -05:00
parent 57673b33fa
commit 623bebce5e
2 changed files with 18 additions and 0 deletions

View File

@ -45,6 +45,9 @@ module.exports = function(eleventyConfig) {
return DateTime.fromJSDate(dateObj, {zone: 'utc'}).toFormat('yyyy-LL-dd');
});
// Passthrough
eleventyConfig.addPassthroughCopy({ 'public/xsl/*': "/xsl/" });
// Get the first `n` elements of a collection.
eleventyConfig.addFilter("head", (array, n) => {
if(!Array.isArray(array) || array.length === 0) {

15
public/img/book.svg Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="1536"
height="1536"
version="1.1"
id="svg1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<path
d="m 1502.3948,448.83333 c 22.9167,33 29.3333,76.08334 16.5,118.25 L 1266.8115,1397.5833 C 1243.8948,1475.5 1163.2281,1536 1084.3948,1536 H 238.31146 c -93.5,0 -193.416669,-74.25 -227.333336,-169.5833 -14.6666664,-41.25 -14.6666664,-81.5834 -1.8333331,-116.4167 1.8333331,-18.3333 5.5000001,-36.6667 6.4166671,-58.6667 0.916666,-14.6666 -7.3333338,-26.5833 -5.5,-37.5833 3.666666,-22 22.916666,-37.5833 37.583333,-62.3333 27.5,-45.8334 58.666669,-120.08337 68.749999,-167.75003 4.58333,-17.41667 -4.58333,-37.58334 0,-53.16667 4.58333,-17.41667 22,-30.25 31.16667,-46.75 24.75,-42.16667 56.83333,-123.75 61.41666,-166.83333 1.83334,-19.25 -7.33333,-40.33334 -1.83333,-55 6.41667,-21.08334 26.58333,-30.25 40.33333,-48.58334 22,-30.25 58.66667,-117.33333 64.16667,-165.91666 1.83333,-15.58334 -7.33333,-31.16667 -4.58333,-47.66667 3.66666,-17.41667 25.66666,-35.75 40.33333,-56.83333 38.5,-56.83334 45.83333,-182.41667 162.25,-149.41667 l -0.91667,2.75 c 15.58334,-3.66667 31.16667,-8.25 46.75,-8.25 h 697.58338 c 43.0833,0 81.5833,19.25 104.5,51.33333 23.8333,33 29.3333,76.08334 16.5,119.16667 L 1122.8948,1129 c -43.0833,141.1667 -66.9167,172.3333 -183.33334,172.3333 H 142.97812 c -11.91666,0 -26.58333,2.75 -34.83333,13.75 -7.33333,11 -8.249999,19.25 -0.91667,39.4167 18.33334,53.1667 81.58334,64.1667 132,64.1667 h 846.08338 c 33.9166,0 73.3333,-19.25 83.4166,-52.25 l 275,-904.75003 c 5.5,-17.41667 5.5,-35.75 4.5834,-52.25 21.0833,8.25 40.3333,21.08333 54.0833,39.41666 z m -975.33334,1.83334 c -5.5,16.5 3.66666,29.33333 20.16666,29.33333 h 557.33338 c 15.5833,0 33,-12.83333 38.5,-29.33333 L 1162.3115,392 c 5.5,-16.5 -3.6667,-29.33333 -20.1667,-29.33333 H 584.81146 c -15.58334,0 -33,12.83333 -38.5,29.33333 z m -76.08334,234.66666 c -5.5,16.5 3.66667,29.33334 20.16667,29.33334 h 557.33331 c 15.5834,0 33,-12.83334 38.5,-29.33334 l 19.25,-58.66666 c 5.5,-16.5 -3.6666,-29.33334 -20.1666,-29.33334 H 508.72812 c -15.58333,0 -33,12.83334 -38.5,29.33334 z"
id="path1"
style="stroke-width:0.916667;fill:#faf5f5;fill-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB