-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
53 lines (48 loc) · 1.3 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
# Jekyll plugins
# https://help.github.com/articles/configuring-jekyll-plugins/
plugins:
# GitHub Pages default plugins
# Default plugins are enabled by default and cannot be disabled.
- jekyll-coffeescript
- jekyll-gist
- jekyll-github-metadata
- jekyll-paginate
- jekyll-relative-links
- jekyll-optional-front-matter
- jekyll-readme-index
- jekyll-default-layout
- jekyll-titles-from-headings
# Enable optional plugins
# To enable an optional plugin, you must add it your _config.yml file.
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
# Site settings
title: Java Küche
url: http://java-kuche.org
description: 沖縄のプログラマコミュニティ
author:
twitter: JavaKueche
# Jekyll settings
# Default: https://help.github.com/articles/configuring-jekyll/
highlighter: true
permalink: /posts/:title
markdown: kramdown
kramdown:
input: GFM
exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'vendor']
# Jekyll Feed
# https://github.com/jekyll/jekyll-feed
# https://help.github.com/articles/atom-rss-feeds-for-github-pages/
feed:
path: atom.xml
# Jekyll SEO tags settings
# https://github.com/jekyll/jekyll-seo-tag/
logo: /images/logo.jpg
lang: ja_JP
twitter:
username: JavaKueche
facebook:
publisher: https://www.facebook.com/javakueche/
github:
owner: JavaKueche