-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
44 lines (44 loc) · 1020 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
lang: ja
title: fukata.dev
email: fukata.dev@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
タイのチェンマイを拠点に活動しているプログラマーです。コロナの影響で戻れずに日本に滞在中。
timezone: Asia/Tokyo
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://fukata.dev" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: fukata
github_username: fukata
google_analytics: G-YS3PRND7V7
theme: minima
minima:
date_format: '%Y-%m-%d'
defaults:
- scope:
path: ""
values:
toc: true
git_history:
repo: 'fukata/www.fukata.dev'
mermaid:
src: '/assets/js/mermaid/mermaid.min.js'
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-toc
- jekyll-git-history
- jekyll-twitter-plugin
- jekyll-youtube
- jekyll-mermaid
include:
- _headers
exclude:
- .git
- .bundle
- .idea
- Gemfile
- Gemfile.lock
- _config.yml
- _layouts
- vendor
- Rakefile
- README.md