Skip to content

Commit 1d889f2

Browse files
committed
OG image and stuff. On the right branch this time. FML.
1 parent 8abd869 commit 1d889f2

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

codewithrockstar.com/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source 'https://rubygems.org'
22

33
gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
44

5-
gem "just-the-docs", "0.8.2" # pinned to the current release
5+
gem "just-the-docs", "0.10.1" # pinned to the current release
66

77
gem 'wdm', '>= 0.1.0', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

codewithrockstar.com/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: Rockstar
22
description: Tommy used to work on the docs.
33
theme: just-the-docs
44

5-
url: https://beta.codewithrockstar.com
5+
url: https://codewithrockstar.com
66

77
color_scheme: darkstar
88

codewithrockstar.com/_includes/head_custom.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,11 @@
55
<!-- link href="/assets/fontawesome/css/brands.css" rel="stylesheet" / -->
66
<!-- Fathom - beautiful, simple website analytics -->
77
<script src="https://cdn.usefathom.com/script.js" data-site="XEFKZVQW" defer></script>
8-
<!-- / Fathom -->
8+
<!-- / 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" />
72.5 KB
Loading

codewithrockstar.com/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Home
2+
title: Rockstar
33
layout: page
44
nav_exclude: true
55
---

0 commit comments

Comments
 (0)