This repository has been archived by the owner on Jan 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
_config.yml
71 lines (54 loc) · 1.81 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Site settings
title: Comical Jekyll Theme
email:
keywords: webcomic, comic
description: > # this means to ignore newlines until "baseurl:"
A webcomic theme for jekyll.
baseurl: https://chrisanthropic.github.io/comical-jekyll-theme
url: / #Leave this, change the baseurl.
# Exclude our ruby stuff
exclude: [.bundle, bin, vendor, Gemfile, Gemfile.lock, Rakefile, s3_website.yml, image_optim_cache.yml]
# Build settings
markdown: kramdown
kramdown:
input: GFM
destination: _site
# Compress our Css
#sass:
# style: :compressed
permalink: /:categories/:title/
#################################################
####CUSTOM
# Set default header image
header: yes
header_sm: images/banner-small.jpg
header_med: images/banner-med.jpg
header_large: images/banner-large.jpg
header_xl: images/banner-xl.jpg
## Thumbnailer taken from https://github.com/chrisanthropic/jekyll-minimagick
# Autogenerate thumbs for comics
mini_magick:
#Create Thumbs for the Archive Page
thumbnail:
source: images/comics/
destination: /images/comics/thumbs
resize: "182x280^"
#Autogenerate smaller size for small screens
small:
source: images/comics/
destination: /images/comics/small
resize: "350x535^"
#### SEO Stuff
# Google Analytics
google_universal_analytics:
google_universal_analytics_cookiedomain: auto
# Facebook Opengraph
facebook_user:
facebook_app_id: #enter your App ID
facebook_locale: en_US
facebook_page: #the URL of your Facebook Page
facebook_image: /images/SHAM-logo.jpg #enter a default image (at least 200x200px) to use here for posts/pages that don't have one.
# Twitter Cards
twitter_user:
twitter_card: true
twitter_image: /images/SHAM-logo.jpg #enter a default image (at least 200x200px) to use here for posts/pages that don't have one.