chore: colophon page
This commit is contained in:
parent
808f17120a
commit
95a0f3f98e
4 changed files with 23 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "19.5.34",
|
||||
"version": "19.6.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "19.5.34",
|
||||
"version": "19.6.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "19.5.34",
|
||||
"version": "19.6.0",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -14,6 +14,7 @@ export default async function () {
|
|||
footer: [
|
||||
{ name: 'Now' },
|
||||
{ name: 'Uses' },
|
||||
{ name: 'Colophon' },
|
||||
{ name: 'Blogroll' },
|
||||
{ name: 'Save' },
|
||||
],
|
||||
|
|
19
src/pages/secondary/colophon.md
Normal file
19
src/pages/secondary/colophon.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: Colophon
|
||||
layout: page
|
||||
permalink: /colophon.html
|
||||
description: The tools I use to build and maintain this site.
|
||||
---
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
|
||||
This site is built and maintained using a number of tools.
|
||||
|
||||
- The frontend of the site is built using [11ty](https://www.11ty.dev) and the source for that is openly available on [GitHub](https://github.com/cdransf/coryd.dev).
|
||||
- The frontend is hosted on [Cloudflare Pages](https://pages.cloudflare.com) and rebuilds hourly.
|
||||
- My contact form is submitted to [Supabase](https://supabase.com) using a Cloudflare worker and entries are available to read in [Directus](https://directus.io).
|
||||
- Posts, links and media data (music, watching and books) are stored various tables at [Supabase](https://supabase.com) and managed via a [Directus](https://directus.io) instance hosted at <a class="plausible-event-name=DigitalOcean+referral" href="https://m.do.co/c/3635bf99aee2">DigitalOcean</a>.
|
||||
- Posts are composed in [Obsidian](https://obsidian.md) before being saved in Directus.
|
||||
- Images are hosted on <a class="plausible-event-name=bunny.net+referral" href="https://bunny.net?ref=revw3mehej">bunny.net</a>.
|
||||
- I use <a class="plausible-event-name=DNSimple+referral" href="https://dnsimple.com/r/3a7cbb9e15df8f">DNSimple</a> to register my domains and [DNSControl](https://dnscontrol.org) to configure and manage records.
|
||||
- I use [Plausible](https://plausible.io) for analytics.
|
||||
- <a class="plausible-event-name=Feedpress+referral" href="https://feedpress.com/?affid=34370">Feedpress</a> helps normalize my feeds and provides lightweight feed insights.
|
Reference in a new issue