Skip to content

Commit e0e6bcc

Browse files
committed
Ah. There's a Jekyll SEO plugin installed. That explains why nothing worked.
1 parent e40aeff commit e0e6bcc

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

codewithrockstar.com/_config.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
title: Rockstar
2-
description: Tommy used to work on the docs.
2+
tagline: Tommy used to work on the docs.
33
theme: just-the-docs
44

55
url: https://codewithrockstar.com
66

7+
defaults:
8+
- scope:
9+
path: ""
10+
values:
11+
title: Rockstar
12+
tagline: Tommy used to work on the docs.
13+
image: /images/rockstar-og-image.jpg
14+
description: "Rockstar is an esoteric programming language based on the ‘lyrical conventions of 1980s hard rock songs and power ballads.’. It was created by Dylan Beattie in 2018."
15+
716
color_scheme: darkstar
817

918
include:

codewithrockstar.com/_includes/head_custom.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,3 @@
66
<!-- Fathom - beautiful, simple website analytics -->
77
<script src="https://cdn.usefathom.com/script.js" data-site="XEFKZVQW" defer></script>
88
<!-- / Fathom -->
9-
10-
<meta name="description" content="Rockstar is an esoteric programming language based on the ‘lyrical conventions of 1980s hard rock songs and power ballads.’. It was created by Dylan Beattie in 2018." />
11-
<meta property="og:url" content="https://codewithrockstar.com" />
12-
<meta property="og:type" content="website" />
13-
<meta property="og:title" content="Rockstar" />
14-
<meta property="og:description" content="Tommy used to work on the docs." />
15-
<meta property="og:image" content="/images/rockstar-og-image.jpg" />

0 commit comments

Comments
 (0)