minor update to check preview is working
This commit is contained in:
parent
1bd58dc9d4
commit
5278e59061
|
@ -1,5 +1,6 @@
|
||||||
// Place any global data in this file.
|
// Place any global data in this file.
|
||||||
// You can import this data from anywhere in your site by using the `import` keyword.
|
// 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_TITLE = 'Tarasis.net V5 WIP by Robert McGovern'
|
||||||
export const SITE_DESCRIPTION = 'Personal website & blog of Robert McGovern'
|
export const SITE_DESCRIPTION =
|
||||||
|
'WIP rebuild of the personal website & blog of Robert McGovern, moving from Eleventy/11ty to Astro'
|
||||||
|
|
|
@ -4,7 +4,6 @@ import Header from '../../components/Header.astro'
|
||||||
import Footer from '../../components/Footer.astro'
|
import Footer from '../../components/Footer.astro'
|
||||||
import { SITE_TITLE, SITE_DESCRIPTION } from '../../consts'
|
import { SITE_TITLE, SITE_DESCRIPTION } from '../../consts'
|
||||||
|
|
||||||
import type { GetStaticPaths } from 'astro'
|
|
||||||
import { getCollection } from 'astro:content'
|
import { getCollection } from 'astro:content'
|
||||||
|
|
||||||
const countries = await getCollection('countries')
|
const countries = await getCollection('countries')
|
||||||
|
|
|
@ -71,6 +71,10 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'
|
||||||
<li>I want to have a /now page.</li>
|
<li>I want to have a /now page.</li>
|
||||||
<li>Link to / list work I've done</li>
|
<li>Link to / list work I've done</li>
|
||||||
<li>Bring in fav photos, or most recent ones</li>
|
<li>Bring in fav photos, or most recent ones</li>
|
||||||
|
<li>
|
||||||
|
Bring in old posts from Livejournal and WaybackMachine.
|
||||||
|
(my old WP DB is sadly lost)
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
So yes, its going to be a bit busy but hopefully not cluttered.
|
So yes, its going to be a bit busy but hopefully not cluttered.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue