forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.local.yml
More file actions
62 lines (54 loc) · 1.93 KB
/
_config.local.yml
File metadata and controls
62 lines (54 loc) · 1.93 KB
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
# Site wide configuration
title: Spoonman Games
description: ¡Vídeo Juegos con cariño y locura!
logo: sp-twitter-logo.png # 120x120 px default image used for Twitter summary card
teaser: blog/teaser/sp-teaser.png # default image for teasers on blog posts
teaser-alt: Spoonman Games! # alt showed in images of site.teaser
cover: blog/cover/sp-cover.png # default image for cover on blog posts, recommended size 1920x300p
cover-alt: Spoonman Games! # alt showed in images of site.cover
locale: es_LA
url: //127.0.0.1:4000
# Jekyll configuration
permalink: /:categories/:title/
kramdown:
toc_levels: 1..2
highlighter: rouge
gems:
- jekyll-redirect-from # Se usa 'redirect_from: "/foo"' en el header
- jekyll-sitemap
# Site owner
owner:
name: Spoonman Games
rol: La Gran Cuchara
avatar: spoonman-avatar.png
bio: Una noche leí Kafka, al amanecer - ¡Cuchara!
web: www.spoonmangames.cl
email: contact@spoonmangames.cl
facebook: spoonman.games
facebook-sdk:
active: true
appId: 108482629489132
version: v2.3
twitter: spoonmangames
github: SpoonmanGames
youtube: c/SpoonmanGames
googleplus: +SpoonmanGames
google:
ad-client: ca-pub-6741434326303719
ad-slot: 6182257180
disqus-shortname: spoonmangames
owner-en:
name: Spoonman Games
rol: The Big Spoon
avatar: spoonman-avatar.png
bio: "One night I read Kafka, at down - ¡Spoon!"
web: www.spoonmangames.cl
email: contact@spoonmangames.cl
facebook: spoonman.games
twitter: spoonmangames
github: SpoonmanGames
youtube: c/SpoonmanGames
googleplus: +SpoonmanGames
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics: UA-63691275-1
exclude: ["lib", "config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "node_modules", "Gruntfile.js", "package.json", "CNAME", "TODO.md"]