diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e9319c1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "sonarlint.connectedMode.project": { + "connectionId": "Naomi", + "projectKey": "static-pages" + } +} diff --git a/chat/index.html b/chat/index.html index 603edc9..2215de6 100644 --- a/chat/index.html +++ b/chat/index.html @@ -23,6 +23,8 @@

We host our own instance of Sharkey, a Mastodon-compliant platform. You can find us at fedi.nhcarrigan.com. Signups are restricted, but you can follow us from your favourite Mastodon server.

Code

Our code repositories are found on our self-hosted Gitea instance at git.nhcarrigan.com. +

Sitemap

+

If you still can't find what you are looking for, our sitemap lists ALL of our pages at sitemap.nhcarrigan.com

\ No newline at end of file diff --git a/sitemap/index.html b/sitemap/index.html new file mode 100644 index 0000000..65038a6 --- /dev/null +++ b/sitemap/index.html @@ -0,0 +1,118 @@ + + + + Sitemap + + + + + + + +
+

Sitemap

+
+

A complete listing of all of our various pages.

+

All subdomains listed here are under our top level nhcarrigan.com domain.

+
+
+

APIs

+ +
+
+

Bots

+ +
+
+

Games

+ +
+
+

Websites

+ +
+
+

Redirects

+ +
+
+

Misc

+ +
+
+

Other Domains

+

The links in THIS SECTION ONLY are for our other domains.

+ +
+
+ + \ No newline at end of file diff --git a/sync.sh b/sync.sh index 33f9072..f78cfdd 100755 --- a/sync.sh +++ b/sync.sh @@ -1,6 +1,6 @@ #! /usr/bin/bash -dirs=("bsky" "chat" "games" "link-redirector" "resume" "testimonials" "manual"); +dirs=("bsky" "chat" "games" "link-redirector" "resume" "testimonials" "manual" "sitemap"); for dir in "${dirs[@]}"; do rsync -av $dir prod:/home/nhcarrigan