diff --git a/netlify.toml b/netlify.toml
index 01dabc37..d789976b 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,3 +1,7 @@
[functions]
node_bundler = "esbuild"
- external_node_modules = ["sharp"]
\ No newline at end of file
+ external_node_modules = ["sharp"]
+
+[[redirects]]
+ from = "/support"
+ to = "/contact"
\ No newline at end of file
diff --git a/public/robots.txt b/public/robots.txt
index 6f27bb66..87648ba4 100644
--- a/public/robots.txt
+++ b/public/robots.txt
@@ -1,2 +1,4 @@
User-agent: *
-Disallow:
\ No newline at end of file
+Allow: /
+
+Sitemap: https://chrischinchilla.com/sitemap-index.xml
\ No newline at end of file
diff --git a/src/components/common/MetaTags.astro b/src/components/common/MetaTags.astro
index 290c5678..35109afe 100644
--- a/src/components/common/MetaTags.astro
+++ b/src/components/common/MetaTags.astro
@@ -99,3 +99,4 @@ const image =
+
\ No newline at end of file
diff --git a/src/components/widgets/Header.astro b/src/components/widgets/Header.astro
index b7652436..116b6c9e 100644
--- a/src/components/widgets/Header.astro
+++ b/src/components/widgets/Header.astro
@@ -8,8 +8,19 @@ import { getHomePermalink, getBlogPermalink, getPermalink, getAsset } from '~/ut
// TODO: Function
const links = [
- { text: 'About', href: getPermalink('/about') },
-
+{
+ text: 'About',
+ links: [
+ {
+ text: 'Contact',
+ href: getPermalink('/contact'),
+ },
+ {
+ text: 'Community & volunteering',
+ href: getPermalink('/community'),
+ },
+ ],
+ },
{
text: 'Writing',
links: [
diff --git a/src/components/widgets/HeaderNoLogo.astro b/src/components/widgets/HeaderNoLogo.astro
index 4b56ee8d..2a1bed66 100644
--- a/src/components/widgets/HeaderNoLogo.astro
+++ b/src/components/widgets/HeaderNoLogo.astro
@@ -6,8 +6,19 @@ import ToggleMenu from '~/components/common/ToggleMenu.astro';
import { getHomePermalink, getBlogPermalink, getPermalink, getAsset } from '~/utils/permalinks';
// TODO: Function
const links = [
- { text: 'About', href: getPermalink('/about') },
-
+{
+ text: 'About',
+ links: [
+ {
+ text: 'Contact',
+ href: getPermalink('/contact'),
+ },
+ {
+ text: 'Community & volunteering',
+ href: getPermalink('/community'),
+ },
+ ],
+ },
{
text: 'Writing',
links: [
diff --git a/src/components/widgets/Note.astro b/src/components/widgets/Note.astro
index 5783cf4d..37fad573 100644
--- a/src/components/widgets/Note.astro
+++ b/src/components/widgets/Note.astro
@@ -5,7 +5,7 @@ import json from '../../data/contact.json';
---
-
+
{
json.map((contactLink) => (
+
+## Want to hire me?
+
+Sounds great! [Let's arrange a chat](https://fantastical.app/chrischinchilla/30-minute-work-meeting).
+
+## Sponsored content requests
+
+If you have a product or service you think matches my audience or experience and would like to sponsor content on my YouTube channel, I'd love to hear from you!
+
+I charge **$/€/£ 150 per 5-10 minute video** and aim to complete and publish the video within 30 days of payment. This includes a private preview of your video for approval and up to 3 edits before publishing. If you're interested in commissioning me you have two options.
+
+- Pay instantly and we can arrange a call to discuss your requirements. Your options are:
+ - Request via [Buy Me a Coffee](https://www.buymeacoffee.com/chrischinchilla/commissions).
+ - Request via [Ko-fi](https://ko-fi.com/chrischinchilla/commissions).
+- If you'd rather discuss first and pay in a different way, [arrange a call to discuss your requirements](https://fantastical.app/chrischinchilla/sponsored-content-discussion)
\ No newline at end of file
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 52936382..6811ab06 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -18,23 +18,19 @@ const meta = {
-
-
-
-
- I am Chris Chinchilla 👋
-
+
+
+ I am Chris Chinchilla 👋
+
- I tell stories through documentation, blog posts, videos, books and more. I am a podcaster, video maker, writer of interactive fiction, and games.
+ I tell stories through documentation, blog posts, videos, books and more. I am a podcaster, video maker, writer of
+ interactive fiction, and games.
-
+
-
@@ -42,58 +38,51 @@ const meta = {
-
+
-
+
+
+
-
-
-
-
-
Join my mailing list
-
+
diff --git a/src/pages/support.md b/src/pages/support.md
index fbe67e6d..e64ab0cc 100644
--- a/src/pages/support.md
+++ b/src/pages/support.md
@@ -2,7 +2,7 @@
title: 'Support me'
layout: '~/layouts/MarkdownLayout.astro'
---
-
+
Here are some ways you can support me. _This page is a work in progress_.
## General options
@@ -50,13 +50,3 @@ Here are some ways you can support me. _This page is a work in progress_.
-## Sponsored content requests
-
-If you have a product or service you think matches my audience or experience and would like to sponsor content on my YouTube channel, I'd love to hear from you!
-
-I charge **$/€/£ 150 per 5-10 minute video** and aim to complete and publish the video within 30 days of payment. This includes a private preview of your video for approval and up to 3 edits before publishing. If you're interested in commissioning me you have two options.
-
-- Pay instantly and we can arrange a call to discuss your requirements. Your options are:
- - Request via [Buy Me a Coffee](https://www.buymeacoffee.com/chrischinchilla/commissions).
- - Request via [Ko-fi](https://ko-fi.com/chrischinchilla/commissions).
-- If you'd rather discuss first and pay in a different way, [arrange a call to discuss your requirements](https://fantastical.app/chrischinchilla/sponsored-content-discussion)
\ No newline at end of file