forked from thundergolfer/junior-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
66 lines (60 loc) · 1.37 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
# Site settings
title: Ferran Delgà Webpage [thundergolfer]
author: Ferran Delgà
description: "Personal Webpage"
baseurl: ""
url: "https://ferrandf.github.com"
date_format: "%b %-d, %Y"
# Google services
google_verification:
# Use either direct GA implementation or set up GTM account
# - using both will skew your data (leave blank to not use at all)
google_analytics: UA-113168316-1
google_tag_manager:
# Bing services
bing_verification:
# Optional features
show_related_posts: True
show_post_footers: True
show_subscribe_cta: True
show_social_icons: True
ajaxify_contact_form: false
enable_mathjax: false
extended_fonts: false
enable_anchorjs: true
# Social icons
github_username: ferrandf
stackoverflow_id:
twitter_username: ferrandelga
linkedin_username: ferran-df
text:
pagination:
newer: "Newer"
older: "Older"
post:
updated: "Updated"
minute_read: "minute read"
related_posts: "More to read"
index:
coming_soon: "Coming soon..."
og_locale: "en_US"
# Build settings
markdown: kramdown
redcarpet:
extensions: ["smart", "tables", "with_toc_data", "footnotes"]
permalink: pretty
paginate: 12
paginate_path: "/blog/:num/"
sass:
compressed: true
plugins:
- jekyll-paginate
- jekyll-sitemap
# https://github.com/jekyll/jekyll/issues/2938
exclude: [vendor]
collections_dir: collections
collections:
reviews:
output: true
portfolio:
output: true