Skip to content

Commit

Permalink
Fix static pages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChinchilla committed May 24, 2024
1 parent 427f27b commit 1b2d248
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 8 deletions.
11 changes: 9 additions & 2 deletions src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
import Layout from '~/layouts/BaseLayout.astro';
import { getHomePermalink } from '~/utils/permalinks';
const title = `Error 404`;
const meta = {
title: '404',
description: 'Oops',
// canonical: post.canonical || url,
// image: await findImage(post.image),
// noindex: BLOG?.post?.noindex,
// ogType: 'article',
};
---

<Layout meta={{ title }}>
<Layout {meta}>
<section class="flex items-center h-full p-16">
<div class="container flex flex-col items-center justify-center px-5 mx-auto my-8">
<div class="max-w-md text-center">
Expand Down
10 changes: 10 additions & 0 deletions src/pages/TBD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@


Vale VSCode
Pandoc VSCode
Task Overboard
Obsidian Trello
Raycast Trello
Obsidian Vale
Openly
Apple
6 changes: 0 additions & 6 deletions src/pages/about.md

This file was deleted.

18 changes: 18 additions & 0 deletions src/pages/community-volunteering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Community and volunteering

I am and have been involved in the following communities and volunteering efforts.

## Shut up and write© Berlin

_Main organiser, xx to present_
Shut up and write© is a global community dedicated to letting people find the time to write.

There are dozens of global chapters and I run the Berlin chapter with several co-organisers.

The Berlin chapter has the largest membership base and meets the most regularly out of all the global chapters.

## Open music school

_Drum tutor, xx to present_

The open music school is part of give something back to berlin and holds multiple free music classes every week, largely aimed at refugees and those on low incomes.

0 comments on commit 1b2d248

Please sign in to comment.