chore(README): add header, description and link to colophon

This commit is contained in:
Cory Dransfeldt 2025-03-28 06:32:30 -07:00
parent e214116e40
commit a8ee4b8111
No known key found for this signature in database
3 changed files with 17 additions and 13 deletions

View file

@ -1,3 +1,7 @@
# coryd.dev
This is the source for my personal site [built using 11ty, PHP and a number of other tools](https://www.coryd.dev/colophon/).
## Local dev setup ## Local dev setup
`npm run setup` `npm run setup`
@ -27,8 +31,8 @@ To debug and develop php components, run `npm run php`. This will start the PHP
## Required environment variables ## Required environment variables
```plaintext ```plaintext
POSTGREST_URL # client + server POSTGREST_URL # client + server + build
POSTGREST_API_KEY # client + server POSTGREST_API_KEY # client + server + build
MASTODON_ACCESS_TOKEN # server MASTODON_ACCESS_TOKEN # server
MASTODON_SYNDICATION_TOKEN # server MASTODON_SYNDICATION_TOKEN # server
FORWARDEMAIL_API_KEY # server FORWARDEMAIL_API_KEY # server

20
package-lock.json generated
View file

@ -15,7 +15,7 @@
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "v3.0.0", "@11ty/eleventy": "v3.0.0",
"@11ty/eleventy-fetch": "5.0.2", "@11ty/eleventy-fetch": "5.0.2",
"@cdransf/eleventy-plugin-tabler-icons": "^2.11.0", "@cdransf/eleventy-plugin-tabler-icons": "^2.11.1",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
"cssnano": "^7.0.6", "cssnano": "^7.0.6",
"dotenv": "16.4.7", "dotenv": "16.4.7",
@ -377,9 +377,9 @@
} }
}, },
"node_modules/@cdransf/eleventy-plugin-tabler-icons": { "node_modules/@cdransf/eleventy-plugin-tabler-icons": {
"version": "2.11.0", "version": "2.11.1",
"resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-2.11.0.tgz", "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-2.11.1.tgz",
"integrity": "sha512-GSZHNxmxzloWnLVVpB3c1hZGgyGTDJRWX+srCcE+QFwjLz3beKY9RLmagR8N+O8hT/mzdxp8+BykmfHLL37nUg==", "integrity": "sha512-C/JFeD5dR6ztqcPqv0OGaSwQO5N+DgLss2fNiEJ5PTDs78r4tLWOTDvUuJG0NmcXaRCs42IsKBwQ7/yboafyCg==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
@ -1864,9 +1864,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/electron-to-chromium": { "node_modules/electron-to-chromium": {
"version": "1.5.127", "version": "1.5.128",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.127.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.128.tgz",
"integrity": "sha512-Ke5OggqOtEqzCzcUyV+9jgO6L6sv1gQVKGtSExXHjD/FK0p4qzPZbrDsrCdy0DptcQprD0V80RCBYSWLMhTTgQ==", "integrity": "sha512-bo1A4HH/NS522Ws0QNFIzyPcyUUNV/yyy70Ho1xqfGYzPUme2F/xr4tlEOuM6/A538U1vDA7a4XfCd1CKRegKQ==",
"dev": true, "dev": true,
"license": "ISC" "license": "ISC"
}, },
@ -3310,9 +3310,9 @@
} }
}, },
"node_modules/nwsapi": { "node_modules/nwsapi": {
"version": "2.2.19", "version": "2.2.20",
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.19.tgz", "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.20.tgz",
"integrity": "sha512-94bcyI3RsqiZufXjkr3ltkI86iEl+I7uiHVDtcq9wJUTwYQJ5odHDeSzkkrRzi80jJ8MaeZgqKjH1bAWAFw9bA==", "integrity": "sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },

View file

@ -36,7 +36,7 @@
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "v3.0.0", "@11ty/eleventy": "v3.0.0",
"@11ty/eleventy-fetch": "5.0.2", "@11ty/eleventy-fetch": "5.0.2",
"@cdransf/eleventy-plugin-tabler-icons": "^2.11.0", "@cdransf/eleventy-plugin-tabler-icons": "^2.11.1",
"autoprefixer": "^10.4.21", "autoprefixer": "^10.4.21",
"cssnano": "^7.0.6", "cssnano": "^7.0.6",
"dotenv": "16.4.7", "dotenv": "16.4.7",