-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
46 lines (35 loc) · 1.15 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
# Jekyll configuration
name: go-seq
title: go-seq
description: "James Briggs' Blog"
# Url is currently only used only for the RSS feed in feed.xml
#url: ''
url: 'https://jimypbr.github.io'
# For a project page here should be a project name. Otherwise (for user's/organizaion's page leave it empty)
baseurl: ''
# copy .nojekyll over to _site
include: ['.nojekyll']
social:
twitter: 'jimypbr'
github: jimypbr
#stackoverflow: 'jimy-loon'
linkedin: 'james-briggs-74229a65'
rss: feed.xml
# Google Analytics key, leave blank to ignore
google_analytics_key:
# Yandex metrika (https://metrica.yandex.com/) leave blanc to ignore or put true to use
yandex_metrika:
# Set this to your disqus shortname to enable comments. Note that the 'comments'
# setting below must also be true. Individual posts can override 'comments' to
# disable on a post-by-post basis
disqus: jimypbr-github-io
comments: true
permalink: /:year/:month/:title
highlighter: rouge
markdown: kramdown
kramdown:
parse_block_html: true
auto_ids: true
#redcarpet:
# extensions: ["tables", "no_intra_emphasis", "fenced_code_blocks", "autolink", "with_toc_data"]
exclude: ['README.md', 'LICENSE']