add comment
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"lastFetched": "2024-11-29T17:34:54.231Z",
|
"lastFetched": "2024-11-29T17:59:55.958Z",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"type": "entry",
|
"type": "entry",
|
||||||
|
|||||||
28
content/.obsidian/workspace.json
vendored
28
content/.obsidian/workspace.json
vendored
@@ -20,34 +20,6 @@
|
|||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "2024-11-29-rebuild"
|
"title": "2024-11-29-rebuild"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "0b979cb3b3ae51e5",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "blog/2024-09-08-time.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "2024-09-08-time"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "fdb65c333ea9e85d",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "markdown",
|
|
||||||
"state": {
|
|
||||||
"file": "blog/2023-08-19-time-and-loss.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
|
||||||
"title": "2023-08-19-time-and-loss"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,14 +20,13 @@ export default async function(eleventyConfig) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Enable use of MarkdownIt footnotes
|
||||||
let options = {
|
let options = {
|
||||||
html: true,
|
html: true,
|
||||||
breaks: true,
|
breaks: true,
|
||||||
linkify: true,
|
linkify: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
let markdownLib = markdownIt(options).use(markdownItFootnote);
|
let markdownLib = markdownIt(options).use(markdownItFootnote);
|
||||||
|
|
||||||
eleventyConfig.setLibrary("md", markdownLib);
|
eleventyConfig.setLibrary("md", markdownLib);
|
||||||
|
|
||||||
// Copy the contents of the `public` folder to the output folder
|
// Copy the contents of the `public` folder to the output folder
|
||||||
|
|||||||
Reference in New Issue
Block a user