chore: consolidate feeds + meta to clean up top level src
This commit is contained in:
parent
4dca0dfb3e
commit
2b59bf9d24
12 changed files with 5 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "20.11.0",
|
||||
"version": "20.12.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "20.11.0",
|
||||
"version": "20.12.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "20.11.0",
|
||||
"version": "20.12.0",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -5,4 +5,4 @@ dynamicPermalink: false
|
|||
---
|
||||
User-Agent: *
|
||||
Disallow: /
|
||||
Disallow: *
|
||||
Disallow: *
|
|
@ -14,4 +14,4 @@ eleventyExcludeFromCollections: true
|
|||
<outline text="{{ blog.name }}" title="{{ blog.name }}" type="rss" xmlUrl="{{ blog.rss_feed }}" htmlUrl="{{ blog.url }}"/>
|
||||
{%- endfor -%}
|
||||
</body>
|
||||
</opml>
|
||||
</opml>
|
Reference in a new issue