From: Cameron Otsuka Date: Tue, 25 Nov 2025 20:56:07 +0000 (-0800) Subject: reorder, remove unnecessary paragraph X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=82fd3650fdc2170dae55fa1c6f07168f8048910f;p=cotsuka.github.io reorder, remove unnecessary paragraph --- diff --git a/src/pages/index.astro b/src/pages/index.astro index 0f6934b..1d0eb70 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -32,7 +32,6 @@ const contributions = [ Some topics currently holding my interest: data, analytics, economics, Bitcoin, cryptography, privacy, security, urbanism, skiing … -

Articles will tend towards serious. Other activities are likely more frivolous.

Contributions

diff --git a/src/utils/globals.ts b/src/utils/globals.ts index c5820fb..3236367 100644 --- a/src/utils/globals.ts +++ b/src/utils/globals.ts @@ -6,9 +6,9 @@ export const siteAuthor = { } export const menuItems: {title: string, url: string}[] = [ - { "title": "Podcasts", "url": "/podcasts" }, - { "title": "Articles", "url": "/articles" }, - { "title": "Reviews", "url": "/reviews" } + { "title": "Articles", "url": "/articles" }, + { "title": "Podcasts", "url": "/podcasts" }, + { "title": "Reviews", "url": "/reviews" } ]; export const socials: { [platform: string]: { title: string, url: string, username: string } } = {