-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
54 lines (47 loc) · 967 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
lang: ja
remote_theme: "mmistakes/[email protected]"
repository: HUITGroup/huitgroup.github.io
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
locale: ja_JP
title: "HUIT 北大IT研究会"
title_separator: "|"
minimal_mistakes_skin: "air" # 全体の色合い
breadcrumbs: true
logo: "/assets/images/huit_logo_white.png"
include:
- _pages
twitter:
username: "huitgroup"
defaults:
- scope:
path: ""
values:
header:
overlay_image: /assets/images/header.jpg
overlay_filter: 0.5
# pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
author: HUIT
# posts
- scope:
path: ""
type: posts
values:
permalink: /:categories/:title/
layout: single
author_profile: true
show_date: true
toc: true
header:
show_overlay_excerpt: false