-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
64 lines (55 loc) · 1.41 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
# General settings
title: Noraworld Developers Blog
description: >- # この行以降、次のプロパティが登場するまでは複数行の説明文として扱われる
日々の開発や趣味プログラミングで得た技術的な知見を共有するブログです
url: "https://noraworld.github.io"
baseurl: "/developers-blog-content-ja"
google_analytics: "G-7VS1W4MH23"
google_adsense: "ca-pub-6761843998035165"
# Personal info
username: noraworld
profile: >-
Ruby / Rails / Shell Script / macOS / Ubuntu / Raspberry Pi / Network / Security
profile_icon: "assets/img/profile.png"
twitter_username: noraworld_com
github_username: noraworld
## below is not used so far
# email: me@example.com
# Site settings
theme: minima
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true
plugins:
- jekyll-feed
- jemoji
# Excluded file list
## 上の 10 個はデフォルトで除外されるらしいが、一応、除外リストとして明記しておく
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- books/
- .gitignore
- README.md
- mapping.txt
- package.json
- package-lock.json
- .ruby-version
- .rubocop.yml
- CNAME
- articles/
- bin/
# Articles info published at GitHub Pages
collections:
articles:
output: true
permalink: /:path