chore: dynamic page
This commit is contained in:
parent
f89acaa25a
commit
ac196535ad
4 changed files with 8 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.6.0",
|
"@cdransf/api-text": "^1.6.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "2.1.1",
|
"version": "2.1.2",
|
||||||
"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",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -6,6 +6,8 @@ eleventyExcludeFromCollections: true
|
||||||
Sitemap: https://coryd.dev/sitemap.xml
|
Sitemap: https://coryd.dev/sitemap.xml
|
||||||
|
|
||||||
User-agent: *
|
User-agent: *
|
||||||
|
Disallow: /dynamic.html
|
||||||
|
Disallow: /dynamic
|
||||||
Disallow:
|
Disallow:
|
||||||
|
|
||||||
{% for robot in robots -%}
|
{% for robot in robots -%}
|
||||||
|
|
3
src/pages/dynamic.html
Normal file
3
src/pages/dynamic.html
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
permalink: /dynamic.html
|
||||||
|
---
|
Reference in a new issue