From 5278e59061b7f5d9e9bc4ea2dcd68a4315b6f58c Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Tue, 5 Nov 2024 22:47:44 +0000 Subject: [PATCH] minor update to check preview is working --- src/consts.ts | 5 +++-- src/pages/countries/index.astro | 1 - src/pages/index.astro | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/consts.ts b/src/consts.ts index 728b4f1..b99decd 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,5 +1,6 @@ // Place any global data in this file. // You can import this data from anywhere in your site by using the `import` keyword. -export const SITE_TITLE = 'Tarasis.net V5 by Robert McGovern' -export const SITE_DESCRIPTION = 'Personal website & blog of Robert McGovern' +export const SITE_TITLE = 'Tarasis.net V5 WIP by Robert McGovern' +export const SITE_DESCRIPTION = + 'WIP rebuild of the personal website & blog of Robert McGovern, moving from Eleventy/11ty to Astro' diff --git a/src/pages/countries/index.astro b/src/pages/countries/index.astro index 33d367f..d55f8de 100644 --- a/src/pages/countries/index.astro +++ b/src/pages/countries/index.astro @@ -4,7 +4,6 @@ import Header from '../../components/Header.astro' import Footer from '../../components/Footer.astro' import { SITE_TITLE, SITE_DESCRIPTION } from '../../consts' -import type { GetStaticPaths } from 'astro' import { getCollection } from 'astro:content' const countries = await getCollection('countries') diff --git a/src/pages/index.astro b/src/pages/index.astro index 16c0614..9e4664a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -71,6 +71,10 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'
  • I want to have a /now page.
  • Link to / list work I've done
  • Bring in fav photos, or most recent ones
  • +
  • + Bring in old posts from Livejournal and WaybackMachine. + (my old WP DB is sadly lost) +
  • So yes, its going to be a bit busy but hopefully not cluttered.