-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
53 lines (44 loc) · 1.06 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
# theme: jekyll-theme-minimal
remote_theme: raviriley/agency-jekyll-theme
title: 沼Lab
description: 沼Labは沼勢によるプログラミングを使ってKUNチャンネルのネタを制作するコミュニティです。
author: Kamesuta
github_username: Numa-Lab
timezone: Japan
domain: www.numalab.net
url: "https://www.numalab.net" # the base hostname & protocol for your site
baseurl: "/"
repository: Numa-Lab/www.numalab.net
logo: #optional, defaults to site title
path: /assets/img/logo.webp
height: 60 #height in px, defaults to 52px
locale: "ja-JP"
analytics:
google: G-CNWPLXESZS
defaults:
- scope:
path: "*.exe"
values:
sitemap: false
- scope:
path: "*.app"
values:
sitemap: false
collections:
portfolio:
defaults:
- scope:
path: "pages"
type: "pages"
values:
layout: page
posttype: page
posttype_url: /
posttype_name: "Pages"
pages: true
background: grey
markdown: kramdown
plugins:
- jekyll-remote-theme
- jekyll-github-metadata
- jekyll-relative-links