chore: consolidate feeds + meta to clean up top level src

This commit is contained in:
Cory Dransfeldt 2024-07-16 15:48:44 -07:00
parent 4dca0dfb3e
commit 2b59bf9d24
No known key found for this signature in database
12 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "20.11.0", "version": "20.12.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "20.11.0", "version": "20.12.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.4.0", "@cdransf/api-text": "^1.4.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "20.11.0", "version": "20.12.0",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -5,4 +5,4 @@ dynamicPermalink: false
--- ---
User-Agent: * User-Agent: *
Disallow: / Disallow: /
Disallow: * Disallow: *

View file

@ -14,4 +14,4 @@ eleventyExcludeFromCollections: true
<outline text="{{ blog.name }}" title="{{ blog.name }}" type="rss" xmlUrl="{{ blog.rss_feed }}" htmlUrl="{{ blog.url }}"/> <outline text="{{ blog.name }}" title="{{ blog.name }}" type="rss" xmlUrl="{{ blog.rss_feed }}" htmlUrl="{{ blog.url }}"/>
{%- endfor -%} {%- endfor -%}
</body> </body>
</opml> </opml>