summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.yaml5
-rw-r--r--content/_index.md2
-rw-r--r--themes/stingray/layouts/partials/head.html2
3 files changed, 5 insertions, 4 deletions
diff --git a/config.yaml b/config.yaml
index 7eed1b6..796f5c9 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,11 +1,12 @@
-baseURL: 'http://blog.rayhammer.dev/'
+baseURL: 'https://rayhammer.dev/'
languageCode: 'en-us'
-title: "RayHammer's Blog"
+title: "RayHammer's Website"
theme: "stingray"
DefaultContentLanguage: "en"
SectionPagesMenu: "main"
params:
+ title: "RayHammer's Website"
author: "RayHammer"
description: "Local Idiot Online." \ No newline at end of file
diff --git a/content/_index.md b/content/_index.md
index b717339..876a13f 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,5 +1,5 @@
---
-title: "RayHammer"
+title: "Index"
description: "Local Idiot Online"
draft: false
---
diff --git a/themes/stingray/layouts/partials/head.html b/themes/stingray/layouts/partials/head.html
index 4a0ff2d..0bde022 100644
--- a/themes/stingray/layouts/partials/head.html
+++ b/themes/stingray/layouts/partials/head.html
@@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/main.css">
- <meta property="og:type" content="website">
+ {{ template "_internal/opengraph.html" . }}
{{ $title := print .Site.Title " | " .Title }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
<title>{{ $title }}</title>