Compare commits
2 Commits
2707a856d9
...
859272b2a5
Author | SHA1 | Date | |
---|---|---|---|
859272b2a5 | |||
ea72be3b17 |
@ -115,25 +115,31 @@ module.exports = function(eleventyConfig) {
|
||||
});
|
||||
|
||||
// Customize Markdown library settings:
|
||||
let markdownItOptions = {
|
||||
html: true,
|
||||
typographer: true
|
||||
};
|
||||
|
||||
let mdLib = markdownIt(markdownItOptions);
|
||||
|
||||
eleventyConfig.amendLibrary("md", mdLib => {
|
||||
mdLib.use(markdownItAnchor, {
|
||||
mdLib
|
||||
.use(markdownItAnchor, {
|
||||
permalink: markdownItAnchor.permalink.ariaHidden({
|
||||
placement: "after",
|
||||
class: "header-anchor",
|
||||
symbol: "#",
|
||||
ariaHidden: false, // Features to make your build faster (when you need them)
|
||||
|
||||
// If your passthrough copy gets heavy and cumbersome, add this line
|
||||
// to emulate the file copy on the dev server. Learn more:
|
||||
// https://www.11ty.dev/docs/copy/#emulate-passthrough-copy-during-serve
|
||||
|
||||
// eleventyConfig.setServerPassthroughCopyBehavior("passthrough");
|
||||
ariaHidden: false
|
||||
}),
|
||||
level: [1, 2, 3, 4],
|
||||
slugify: eleventyConfig.getFilter("slugify")
|
||||
}).use(markdownItFootnote).use(mdfigcaption, figoptions);
|
||||
})
|
||||
.use(markdownItFootnote)
|
||||
.use(mdfigcaption, figoptions);
|
||||
});
|
||||
|
||||
eleventyConfig.setLibrary("md", mdLib);
|
||||
|
||||
return {
|
||||
templateFormats: [
|
||||
"md",
|
||||
|
56
public/img/logo_post.svg
Normal file
56
public/img/logo_post.svg
Normal file
@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="8.4666662mm"
|
||||
height="8.4666662mm"
|
||||
viewBox="0 0 8.4666662 8.4666662"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
sodipodi:docname="logo_post.svg"
|
||||
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#000000"
|
||||
borderopacity="0.25"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="mm"
|
||||
inkscape:zoom="19.124999"
|
||||
inkscape:cx="21.699348"
|
||||
inkscape:cy="20.836602"
|
||||
inkscape:current-layer="g1"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1390"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="50"
|
||||
inkscape:window-maximized="1" />
|
||||
<defs
|
||||
id="defs1" />
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(-23.248082,-20.452073)">
|
||||
<g
|
||||
id="g1">
|
||||
<rect
|
||||
style="fill:#faf5f5;stroke-width:0.662781;fill-opacity:1"
|
||||
id="rect1"
|
||||
width="8.4666662"
|
||||
height="8.4666662"
|
||||
x="23.248081"
|
||||
y="20.452072" />
|
||||
<path
|
||||
id="path1"
|
||||
style="fill:#333333;fill-opacity:1;stroke-width:0.13223;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
|
||||
d="m 23.248082,20.452073 -1e-6,8.466666 8.466667,0 v -8.466666 z m 2.01849,2.350843 c 0.05541,0.0034 0.124551,0.007 0.207667,0.01053 0.08658,0.0034 0.171729,0.0051 0.254847,0.0051 0.07966,0 0.157594,-0.0016 0.233784,-0.0051 0.07619,-0.0034 0.143738,-0.007 0.202613,-0.01053 l 1.947781,2.592267 v -1.823097 c 0,-0.169698 -0.01039,-0.299596 -0.03117,-0.38964 -0.02078,-0.09004 -0.06553,-0.156 -0.134794,-0.197558 -0.06926,-0.04156 -0.178379,-0.06754 -0.327298,-0.07793 v -0.104044 c 0.0658,0.0034 0.150528,0.007 0.254424,0.01053 0.10736,0.0034 0.206084,0.0051 0.296127,0.0051 0.08658,0 0.171308,-0.0016 0.254425,-0.0051 0.08658,-0.0034 0.156141,-0.007 0.208089,-0.01053 v 0.104044 c -0.110823,0.01039 -0.195972,0.03637 -0.254846,0.07793 -0.05888,0.03809 -0.09843,0.100446 -0.119209,0.187027 -0.01732,0.08312 -0.02612,0.202624 -0.02612,0.35847 v 2.966322 c -0.03117,-0.0034 -0.06595,-0.0051 -0.104045,-0.0051 -0.03463,0 -0.0726,0.0016 -0.114154,0.0051 L 25.78595,23.468042 v 2.244329 c 0,0.166234 0.01039,0.296134 0.03117,0.389641 0.02078,0.09004 0.06595,0.155578 0.135216,0.197136 0.07273,0.03809 0.181843,0.06408 0.327298,0.07793 v 0.104045 c -0.06581,-0.0069 -0.150529,-0.01053 -0.254425,-0.01053 -0.103895,-0.0034 -0.20262,-0.0051 -0.296126,-0.0051 -0.08312,0 -0.168266,0.0016 -0.254847,0.0051 -0.08312,0 -0.152256,0.0036 -0.207667,0.01053 v -0.104045 c 0.114286,-0.01385 0.199013,-0.03984 0.254424,-0.07793 0.05888,-0.03809 0.09726,-0.100446 0.114576,-0.187027 0.02078,-0.08658 0.03117,-0.206087 0.03117,-0.358469 v -2.399764 c 0,-0.12814 -0.01039,-0.221667 -0.03117,-0.280541 -0.01731,-0.06234 -0.0557,-0.103906 -0.114576,-0.124685 -0.05541,-0.02424 -0.140138,-0.03824 -0.254424,-0.0417 z m 4.150829,2.992438 c 0.117749,0 0.214459,0.03478 0.290651,0.104044 0.07619,0.06926 0.114575,0.160779 0.114575,0.275066 0,0.114286 -0.03839,0.206222 -0.114575,0.275486 -0.07619,0.06926 -0.172902,0.103623 -0.290651,0.103623 -0.121212,0 -0.219936,-0.03436 -0.296127,-0.103623 -0.07273,-0.06926 -0.109099,-0.1612 -0.109099,-0.275486 0,-0.114287 0.03637,-0.205801 0.109099,-0.275066 0.07619,-0.06926 0.174915,-0.104044 0.296127,-0.104044 z"
|
||||
sodipodi:nodetypes="cccccccssccssccccscccccscsccscccccscccccssccccssscscscs" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 3.8 KiB |
Loading…
x
Reference in New Issue
Block a user