]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
reorder, remove unnecessary paragraph
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 25 Nov 2025 20:56:07 +0000 (12:56 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 25 Nov 2025 20:56:07 +0000 (12:56 -0800)
src/pages/index.astro
src/utils/globals.ts

index 0f6934b9221009f5775a678a68aaefdb9723f938..1d0eb70637c7faf73265d7c925f5e16bcd013f6a 100644 (file)
@@ -32,7 +32,6 @@ const contributions = [
                <Callout level="info">
                        Some topics currently holding my interest: data, analytics, economics, <a href="/bitcoin/">Bitcoin</a>, cryptography, privacy, security, urbanism, skiing &hellip;
                </Callout>
-               <p>Articles will tend towards serious. Other activities are likely more frivolous.</p>
        </section>
     <section>
                <h2>Contributions</h2>
index c5820fbabfe7d63d12f4ce4c029b19f7f4499047..32363676e38add9be59e6d76304860d0da16e005 100644 (file)
@@ -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 } } = {