chore: dynamic page

This commit is contained in:
Cory Dransfeldt 2024-10-26 20:55:48 -07:00
parent f89acaa25a
commit ac196535ad
No known key found for this signature in database
4 changed files with 8 additions and 3 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -6,6 +6,8 @@ eleventyExcludeFromCollections: true
Sitemap: https://coryd.dev/sitemap.xml
User-agent: *
Disallow: /dynamic.html
Disallow: /dynamic
Disallow:
{% for robot in robots -%}

3
src/pages/dynamic.html Normal file
View file

@ -0,0 +1,3 @@
---
permalink: /dynamic.html
---