diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 8025cbd..ec18516 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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" ] } \ No newline at end of file diff --git a/_includes/baselayout.njk b/_includes/baselayout.njk index 09f6c7e..8016241 100644 --- a/_includes/baselayout.njk +++ b/_includes/baselayout.njk @@ -46,7 +46,7 @@
diff --git a/content/tils/feed.njk b/content/tils/feed.njk index f164883..1b48ffa 100644 --- a/content/tils/feed.njk +++ b/content/tils/feed.njk @@ -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"