-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
60 lines (51 loc) · 2.76 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
# SITE CONFIGURATION
baseurl: "/ncresearch"
url: "https://ncsoft.github.io"
# THEME-SPECIFIC CONFIGURATION
title: # site's title
description: "NC Research" # used by search engines
avatar: assets/img/renewal/text_logo_black.svg # Empty for no avatar in navbar
avatar2: assets/img/renewal/text_logo_white.png
favicon: assets/img/renewal/favicon.png # Icon displayed in the tab
# Header and footer text
header_text: "Build future values" # Change Blog header text
header_text2: "with technology and creativity"
header_feature_image: assets/img/renewal/header.png
og_feature_image: assets/img/renewal/thumbnail.png
header_feature_image_responsive: true
footer_text: >
Ⓒ NCSOFT Corporation. All Right Reserved.
# Blog
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
post_navigation: true
color_image: /assets/img/lineart.png # A bit transparent for color posts.
# Features
# More in the _data folder for share buttons, author and language
# For layout customization, go to the "_sass > base" folder, and check "_variables.scss"
katex: true # Enable if using math markup
mermaid: default # Enable mermaid-js for diagrams, use theme: base, forest, dark, default, neutral
google_analytics: G-52RLN75KFK # Tracking ID, e.g. "UA-000000-01"
cookie_consent: false # To respect the usage of cookies
color_theme: light # auto, dark or light
# Comments
comments:
disqus_shortname: # Your discus shortname for comments
cusdis_app_id: # Your cusdis data-app-id
utterances: # Enable by filling below information. For more info, go to https://utteranc.es
repo: # your public comments repository (e.g. owner/repo)
issue-term: # Issue term (e.g. "comment" consider issues with this word in the title as comments)
# PAGINATION
paginate: 10
paginate_path: "/blog/page:num"
# PORTFOLIO
collections:
portfolio:
output: true
permalink: /:collection/:name
# BUILD SETTINGS
sass:
style: compressed
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-feed, jekyll-sitemap, jekyll-toc]
exclude: [".jekyll-cache", ".jekyll-metadata", ".idea", "vendor/*", "assets/node_modules/*"]
# theme: type-on-strap # if using the theme as a jekyll theme gem
remote_theme: sylhare/Type-on-Strap # If using as a remote_theme in github