Add about to homepage, add color script to templates

This commit is contained in:
Cassidy Williams
2022-08-22 23:39:41 -05:00
parent c43f69766e
commit 89b2038744
6 changed files with 65 additions and 54 deletions

View File

@@ -1,7 +1,5 @@
---
// Import the global.css file here so that it is included on
// all pages through the use of the <BaseHead /> component.
import '../styles/global.css';
import '../global.css';
export interface Props {
title: string;
@@ -41,5 +39,8 @@ const { title, description, image = '/placeholder-social.jpg' } = Astro.props;
<meta name="twitter:creator" content="@cassidoo" />
<meta name="twitter:image" content="http://cassidoo.co/img/headshot.png" />
<link
href="https://fonts.googleapis.com/css?family=Roboto+Mono"
rel="stylesheet"
/>