From a80ae21fd2138f77b4806c8b9e7f1974b57d1316 Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Thu, 24 Sep 2020 09:56:56 -0500 Subject: [PATCH] home page working, etc --- gatsby-config.js | 4 ++ src/components/footer.js | 1 + src/components/header.js | 36 +++++++++--------- src/components/layout.js | 4 +- src/pages/404.js | 2 +- src/pages/index.js | 71 +++++++++++++++++++++++++++++++---- src/templates/page.js | 8 ++-- src/templates/post.js | 81 +++++++++++++++++++++------------------- 8 files changed, 136 insertions(+), 71 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 47d2d2c..1c15015 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -6,6 +6,10 @@ module.exports = { /* Your site config here */ + siteMetadata: { + title: `Ben Ramey's Blog`, + tagline: `Scripture, programming problems, solutions and stories.` + }, plugins: [ `gatsby-plugin-sass`, { diff --git a/src/components/footer.js b/src/components/footer.js index 47915ea..3fbdc00 100644 --- a/src/components/footer.js +++ b/src/components/footer.js @@ -8,6 +8,7 @@ export default function Footer() { return (