mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Fine, I'll do it myself
This commit is contained in:
13
_config.yml
13
_config.yml
@@ -2,16 +2,3 @@ remote_theme: pages-themes/slate@v0.2.0
|
|||||||
plugins:
|
plugins:
|
||||||
- jekyll-remote-theme # add this line to the plugins list if you already have one
|
- jekyll-remote-theme # add this line to the plugins list if you already have one
|
||||||
|
|
||||||
title: Toy | A Toy Programming Language
|
|
||||||
description: A Toy Programming Language
|
|
||||||
image: /assets/images/toylogo.png
|
|
||||||
url: https://toylang.com
|
|
||||||
|
|
||||||
author:
|
|
||||||
name: Kayne Ruse
|
|
||||||
github: Ratstail91
|
|
||||||
twitter: KRGameStudios
|
|
||||||
|
|
||||||
twitter:
|
|
||||||
username: KRGameStudios
|
|
||||||
card: summary_large_image
|
|
||||||
|
|||||||
17
_includes/custom-head.html
Normal file
17
_includes/custom-head.html
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<title>Toy | A Toy Programming Langauge</title>
|
||||||
|
<meta name="description" content="A Toy Programming Language" />
|
||||||
|
<meta name="author" content="Kayne Ruse, Ratstail91" />
|
||||||
|
<meta name="keywords" content="programming,coding" />
|
||||||
|
|
||||||
|
<meta property="og:url" content="https://toylang.com" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:image" content="/toylogo.png" />
|
||||||
|
<meta property="og:title" content="Toy | A Toy Programming Langauge" />
|
||||||
|
<meta property="og:description" content="A Toy Programming Language" />
|
||||||
|
|
||||||
|
<meta property="twitter:card" content="summary_image_large" />
|
||||||
|
<meta property="twitter:url" content="https://toylang.com" />
|
||||||
|
<meta property="twitter:type" content="website" />
|
||||||
|
<meta property="twitter:image" content="/toylogo.ong" />
|
||||||
|
<meta property="twitter:title" content="Toy | A Toy Programming Langauge" />
|
||||||
|
<meta property="twitter:description" content="A Toy Programming Language" />
|
||||||
13
_includes/head.html
Normal file
13
_includes/head.html
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
|
||||||
|
{%- feed_meta -%}
|
||||||
|
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
||||||
|
{%- include google-analytics.html -%}
|
||||||
|
{%- endif -%}
|
||||||
|
|
||||||
|
{%- include custom-head.html -%}
|
||||||
|
|
||||||
|
</head>
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user