Skip to content

Commit 4ea7907

Browse files
committed
SEO and websmater stuff
1 parent 00a200e commit 4ea7907

8 files changed

+94
-52
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gem 'jekyll-seo-tag'

Gemfile.lock

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
GEM
2+
specs:
3+
addressable (2.5.2)
4+
public_suffix (>= 2.0.2, < 4.0)
5+
colorator (1.1.0)
6+
ffi (1.9.18)
7+
forwardable-extended (2.6.0)
8+
jekyll (3.6.2)
9+
addressable (~> 2.4)
10+
colorator (~> 1.0)
11+
jekyll-sass-converter (~> 1.0)
12+
jekyll-watch (~> 1.1)
13+
kramdown (~> 1.14)
14+
liquid (~> 4.0)
15+
mercenary (~> 0.3.3)
16+
pathutil (~> 0.9)
17+
rouge (>= 1.7, < 3)
18+
safe_yaml (~> 1.0)
19+
jekyll-sass-converter (1.5.1)
20+
sass (~> 3.4)
21+
jekyll-seo-tag (2.4.0)
22+
jekyll (~> 3.3)
23+
jekyll-watch (1.5.1)
24+
listen (~> 3.0)
25+
kramdown (1.16.2)
26+
liquid (4.0.0)
27+
listen (3.1.5)
28+
rb-fsevent (~> 0.9, >= 0.9.4)
29+
rb-inotify (~> 0.9, >= 0.9.7)
30+
ruby_dep (~> 1.2)
31+
mercenary (0.3.6)
32+
pathutil (0.16.1)
33+
forwardable-extended (~> 2.6)
34+
public_suffix (3.0.1)
35+
rb-fsevent (0.10.2)
36+
rb-inotify (0.9.10)
37+
ffi (>= 0.5.0, < 2)
38+
rouge (2.2.1)
39+
ruby_dep (1.5.0)
40+
safe_yaml (1.0.4)
41+
sass (3.5.4)
42+
sass-listen (~> 4.0.0)
43+
sass-listen (4.0.0)
44+
rb-fsevent (~> 0.9, >= 0.9.4)
45+
rb-inotify (~> 0.9, >= 0.9.7)
46+
47+
PLATFORMS
48+
ruby
49+
50+
DEPENDENCIES
51+
jekyll-seo-tag
52+
53+
BUNDLED WITH
54+
1.16.0

_config.yml

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# Site settings
22
title: textual
3-
description: type and typography
4-
baseurl:
3+
description: Fonts, type design and typography for Sri Lanka and beyond
4+
baseurl:
5+
url:
6+
7+
# SEO
8+
twitter:
9+
username: mooniakhq
10+
facebook:
11+
app_id: 1821346694770413
12+
logo:
13+
social:
14+
name: Textual
15+
links:
16+
- https://instagram.com/textual.works
17+
- https://www.facebook.com/textualworks
18+
- https://github.com/textualworks
19+
520
# Build settings
621
markdown: kramdown
722
exclude: ["README.md"]
823
sass:
924
style: compressed
25+
plugins:
26+
- jekyll-seo-tag

_includes/head.html

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
<head>
1+
<!-- Global site tag (gtag.js) - Google Analytics -->
2+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111805069-1"></script>
3+
<script>
4+
window.dataLayer = window.dataLayer || [];
5+
function gtag(){dataLayer.push(arguments);}
6+
gtag('js', new Date());
7+
8+
gtag('config', 'UA-111805069-1');
9+
</script>
10+
<meta name="google-site-verification" content="__qtYBq1kh1itniCrh0xXz3LX6Y2_nQ6qowTjTs3a_o" />
11+
<meta name="yandex-verification" content="852f92d22a504b21" />
212
<meta charset="utf-8">
313
<meta http-equiv="X-UA-Compatible" content="IE=edge">
414
<meta name="description" content="{{ site.description }}">
@@ -18,4 +28,3 @@
1828
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
1929
<title>{{ site.title }}</title>
2030
<link rel="stylesheet" href="../css/main.css">
21-
</head>

_layouts/default.html

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!DOCTYPE html>
22
<html>
3+
<head>
34
{% include head.html %}
5+
{% seo %}
6+
7+
</head>
48
<body>
59
<div class="container">
610
<h1><a href="./">

_layouts/downloads.html

+2-29
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,9 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<!-- Global site tag (gtag.js) - Google Analytics -->
5-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111805069-1"></script>
6-
<script>
7-
window.dataLayer = window.dataLayer || [];
8-
function gtag(){dataLayer.push(arguments);}
9-
gtag('js', new Date());
10-
11-
gtag('config', 'UA-111805069-1');
12-
</script>
13-
14-
<meta charset="utf-8">
15-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
16-
<meta name="description" content="{{ site.description }}">
17-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
18-
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-icon-57x57.png">
19-
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-icon-60x60.png">
20-
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-icon-72x72.png">
21-
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-icon-76x76.png">
22-
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-icon-114x114.png">
23-
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-icon-120x120.png">
24-
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-icon-144x144.png">
25-
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-icon-152x152.png">
26-
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-icon-180x180.png">
27-
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/android-icon-192x192.png">
28-
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
29-
<link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png">
30-
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
31-
<title>{{ site.title }}</title>
32-
<link rel="stylesheet" href="../css/main.css">
4+
335
{% include head.html %}
6+
{% seo %}
347
</head>
358
<body>
369
<div class="container">

_layouts/subscribe.html

+2-19
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,9 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<meta name="description" content="{{ site.description }}">
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-icon-57x57.png">
9-
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-icon-60x60.png">
10-
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-icon-72x72.png">
11-
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-icon-76x76.png">
12-
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-icon-114x114.png">
13-
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-icon-120x120.png">
14-
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-icon-144x144.png">
15-
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-icon-152x152.png">
16-
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-icon-180x180.png">
17-
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/android-icon-192x192.png">
18-
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
19-
<link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png">
20-
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
21-
<title>{{ site.title }}</title>
22-
<link rel="stylesheet" href="../css/main.css">
4+
235
{% include head.html %}
6+
{% seo %}
247
</head>
258
<body>
269
<div class="container">

google3a31d3a7721bcfeb.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google3a31d3a7721bcfeb.html

0 commit comments

Comments
 (0)