forked from yizeng/jekyll-theme-simple-texture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
56 lines (51 loc) · 1.87 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
# Site Settings
encoding: UTF-8
exclude: ["*.gem", "*.gemspec", "Gemfile", "Gemfile.lock", "node_modules", "Rakefile", "starter-kit", "vendor"]
lang: en # Language code as defined in _data/i18n.yml. en, en-gb, en-us, zh, zh-cn, zh-tw etc.
permalink: /blog/:year/:month/:day/:title/
whitelist: [jekyll-feed, jekyll-redirect-from, jekyll-seo-tag, jekyll-sitemap]
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
highlighter: rouge
markdown: kramdown
kramdown:
auto_id_prefix: 'heading-'
smart_quotes: ["apos", "apos", "quot", "quot"]
toc_levels: 1..3
sass:
style: compressed
# Site Data
url: https://www.sallys.space # the base hostname & protocol for your site, e.g. http://example.com
baseurl: / # the subpath of your site, e.g. /blog
title: JuHyung Son
description: "sally's space"
keywords: 'jekyll, Machine Learning, Deep learning, blog'
author:
name: juhyung son
job_title: deep learning engineer
location:
email:
social_links:
- name: github
url: https://github.com/jusonn
home:
section1: <h1>JuHyung Son</h1>
section2: <h2>Welcome!</h2>
section3: <div class="social-links"><a class="ico-github btn" href="https://github.com/jusonn" title="View on GitHub"></a></div>
blog:
cc_license: http://creativecommons.org/licenses/by-sa/4.0/ # A link to CC License of your choice.
cc_license_image: /assets/images/theme/cc-by-sa.png # An image of your CC License.
footer_content: juworld
disqus:
shortname: jusonngit
public_key: 6iyn3jyQGeFL638dtQOAbnuY3WVvvUgGQ10OF2txbqPXPus8rsm01RvyR8MiWI8J # e.g. ULZ0b9TFefCUJHKQd4JCKv2v3u27YoG7YG8zXPewkWrT333Z0Se9YnxLzoV6VM8W
google_analytics: 'UA-87765338-5' # e.g. 'UA-42456515-5'
addthis_public_id: ra-5abf64f599d0f323 # AddThis sharing plugin. See http://www.addthis.com/. E.g. ra-53329e27694534j5
paths:
home: /
blog: /blog/
categories: /blog/categories/
tags: /blog/tags/