1
0
Fork 0
This commit is contained in:
Ava Gaiety W 2023-10-02 11:15:07 -07:00
parent d97f2343dc
commit ea11bde5e4
3 changed files with 12 additions and 12 deletions

View file

@ -134,6 +134,12 @@
},
"active": "7212df225ebf759a",
"lastOpenFiles": [
"_site/til.xml",
"_site/tils/always_generated_ecto_boolean/index.html",
"_site/tils/pdf_obsidian_at_page/index.html",
"_site/tils/always_generated_ecto_boolean",
"_site/tils/pdf_obsidian_at_page",
"_site/images/til-pdf-page.png",
"content/tils/feed.njk",
"content/tils/struct_pattern_matching.md",
"content/tils/pdf_obsidian_at_page.md",
@ -144,12 +150,7 @@
"_site/tils/Untitled/index.html",
"_site/tils/Untitled",
"styles/prism-dracula.css",
"node_modules/@11ty/eleventy-plugin-syntaxhighlight/syntax-highlight.webc",
"node_modules/@11ty/eleventy-plugin-syntaxhighlight/README.md",
"node_modules/@11ty/eleventy-plugin-syntaxhighlight/package.json",
"node_modules/@11ty/eleventy-plugin-syntaxhighlight/src/markdownSyntaxHighlightOptions.js",
"node_modules/@11ty/eleventy-plugin-syntaxhighlight/src/hasTemplateFormat.js",
"node_modules/@11ty/eleventy-plugin-syntaxhighlight/src/getAttributes.js",
"node_modules/@11ty/eleventy-plugin-syntaxhighlight/test/issue-80/index.md",
"node_modules/@11ty/eleventy-plugin-syntaxhighlight/demo/test-markdown.md",
"node_modules/prismjs/README.md",
@ -178,7 +179,6 @@
"_site/images/testjssummit.png",
"_site/images/testjssummit-slides.jpg",
"_site/images/testjssummit-happening.jpg",
"_site/images/screenshot_20190224-234525_firefox_focus.jpg",
"_site/images/screen-shot-2019-06-22-at-7.49.41-pm.png"
"_site/images/screenshot_20190224-234525_firefox_focus.jpg"
]
}

View file

@ -46,7 +46,7 @@
</div>
<div>
<a href="/feed.xml" class="underline">RSS</a>,
<a href="/til/feed.xml" class="underline">TIL RSS</a>
<a href="/til.xml" class="underline">TIL RSS</a>
</div>
</footer>
</div>

View file

@ -1,12 +1,12 @@
---json
{
"permalink": "feed.xml",
"permalink": "til.xml",
"eleventyExcludeFromCollections": true,
"metadata": {
"title": "Gaiety's Life",
"title": "Gaiety's Life TIL",
"subtitle": "Programming, art, design, and other queer things.",
"url": "https://gaiety.life/",
"feedUrl": "https://gaiety.life/feed.xml",
"url": "https://gaiety.life/til",
"feedUrl": "https://gaiety.life/til.xml",
"author": {
"name": "Ava Gaiety W.",
"email": "ava@wroten.me"