forked from gluesys/tech-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
84 lines (74 loc) · 2.63 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# External gems
# See http://ixti.net/software/2013/01/28/using-jekyll-plugins-on-github-pages.html for making `jekyll archives` work.
plugins:
- jekyll-archives # Sorry, not GitHub pages friendly!
- jekyll-sitemap
- jekyll-paginate
- jemoji
exclude:
- "/vendor/"
# Site settings
title: 글루시스 기술 블로그
subtitle: "스토리지 전문 기업 글루시스의 기술 블로그입니다."
email: [email protected]
name: gluesys
description: >
A simple yet classy theme for your Jekyll website or blog.
# Base URL of site (i.e. /blog). It should always start with a slash,
# and never end with a slash. Set it to a blank value if hosting at the
# root of your server.
baseurl: "/" # the subpath of your site, e.g. /blog/
url: "https://tech.gluesys.com" # the base hostname & protocol for your site
cover: "/assets/img_main01.jpg"
logo: "/assets/logo_header.png"
# Build settings
markdown: kramdown
highligher: rouge
paginate: 10
paginate_path: "/page:num/"
inter_post_navigation: false
highlightjs_theme: "monokai-sublime"
# Archive settings (see https://github.com/jekyll/jekyll-archives/)
jekyll-archives:
enabled:
- categories
- tags
layout: 'archive'
permalinks:
category: '/category/:name/'
tag: '/tag/:name/'
# Disqus comments
disqus_shortname: gluesys-github-io
# Google analytics
ga_tracking_id: "G-7Y6MG4Q2JR"
# Category descriptions (for archive pages)
descriptions:
- cat: blog
desc: "블로그"
# Social icons and sharing options
#
# Social settings are used in two places:
# * In the footer, as links to your personal profiles
# * After each blog post for sharing widgets
#
# Example:
#
# social:
# - name: Twitter # Name of the service
# icon: twitter # Font Awesome icon to use (minus fa- prefix)
# username: "@TheBenCentra" # (User) Name to display in the footer link
# url: https://twitter.com/TheBenCentra # URL of your profile (leave blank to not display in footer)
# desc: Follow me on Twitter # Description to display as link title, etc
# share: true # Include in the "Share" section of posts
# Social sharing protocols
# These are for automatically generating sharing metadata for FB and Twitter
# OS Protocol is for sharing the source of your site, if you're interested. For more, see osprotocol.com
protocols:
fb_image: "/assets/logo.png"
fb_image_width: 612
fb_image_height: 605
fb_image_type: "image/png"
twitter_image: "/assets/logo.png"
os_repo: "https://github.com/gluesys/anystor-blog"
os_rcs_type: "git"
os_src: "[email protected]:gluesys/anystor-blog.git"