forked from kyagrd/kaist-cp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
68 lines (61 loc) · 2.77 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
remote_theme: peterdesmet/petridish@3.0
# SITE SETTINGS
title: Fearless Systems # Title in top navigation bar (navbar) and <head>
description: Where theory meets practice # Site description in <head>
# author: Jeehoon Kang # Used for copyright statement in footer
# url: "https://peterdesmet.github.io" # No slash at the end
# baseurl: "/petridish" # Only required if your site is on a subdomain e.g. https://username.github.io/sitename
# which has url: "https://username.github.io" (no slash) and baseurl: "/sitename" (leading slash)
# A baseurl affects internal links, see http://peterdesmet.github.io/petridish/about/#links
# SOCIAL PROFILES
email: jeehoon.kang@kaist.ac.kr # Social icon in footer
twitter_username: kaist_cp # Social icon in footer
github_username: kaist-cp # Social icon in footer
# THEME SETTINGS (ALL OPTIONAL)
posts_on_home: 3 # Show x number of latest posts on homepage, can be 0
tweets_on_home: true # Show Twitter feed of twitter_username on homepage
archive_permalink: /blog/ # Permalink of page using archive.html layout, required when using post categories
colors:
links: "#007bff" # Color for links: use a readable color that contrasts well with dark text
banner: "#007bff" # Background color for page banners: use color that contrasts well with white
footer: "#6c757d" # Background color for footer: use color that contrasts well with white
font_serif: false
rounded_corners: true # Enable (default) rounded corners on boxes and buttons
logo: /assets/theme/images/petri-dish_1f9eb.png # Logo in navbar, will be displayed with 30px height
# BUILD SETTINGS
markdown: kramdown
plugins: # If you build your site on gh-pages, only use these plugins: https://pages.github.com/versions/
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
- jemoji
exclude:
- README.md
- Gemfile
- Gemfile.lock
- node_modules
- LICENSE
- package-lock.json
- package.json
- petridish.gemspec
# FRONTMATTER DEFAULTS
defaults:
-
scope:
path: ""
type: "posts"
values:
permalink: "/blog/:year/:slug/" # Use /blog/yyyy/{filename}/ as permalink for all posts
-
scope:
path: ""
values:
layout: "default" # Only required for Petridish website, implied for sites using a theme
google_analytics: 'UA-135907456-1'
collections:
people:
output: true
permalink: /:path/
projects:
output: true
permalink: /:path/