-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (38 loc) · 1.29 KB
/
Copy path_config.yml
File metadata and controls
43 lines (38 loc) · 1.29 KB
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
title: eXperience Points Japan
email: xp_japan@xpcoin.io
description: >- # this means to ignore newlines until "baseurl:"
eXperience Pointsはゲーム報酬に特化された仮想通貨です。
ブロックチェーン技術をあらゆるゲームに取り入れることを可能にします。
また、スポーツや教育分野も私たちのターゲットです。
それらの実現を目指し日々開発を続けております。
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://xpjp.github.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: xp_japan
github_username: xpjp
discord_channel_name: XP 日本
discord_url: https://discord.gg/byc8pnM
# Minima date format
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
minima:
date_format: "%Y/%m/%d %H:%M"
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
#header_pages:
# - about.html
exclude:
- Gemfile
- Gemfile.lock
# Build settings
markdown: kramdown
theme: minima
google_analytics: UA-111302890-1
collections:
faqs:
shops:
thanks:
output: true
plugins:
- jekyll-paginate
- jekyll-seo-tag
paginate: 7
paginate_path: "/page:num"