forked from socar-inc/socar-inc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
36 lines (30 loc) · 886 Bytes
/
_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
theme: jekyll-theme-clean-blog
title: SOCAR Tech Blog
email: [email protected]
description: 쏘카 기술 블로그
author: SOCAR
baseurl: ""
url: "https://tech.socarcorp.kr"
exposeEmail: false
# Social Profiles
twitter_username:
github_username: # socar-inc
facebook_username: socarsharing
linkedin_username:
# Add your google-analytics ID here to activate google analytics
google_analytics: "UA-30551922-27"
# Build settings
paginate: 5
paginate_path: "/posts/page:num/"
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap ## Uncomment this line to silently generate a sitemaps.org compliant sitemap for your Jekyll site
# Conversion
markdown: kramdown
highlighter: rouge
# Markdown Processors
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge