uechi.io/_config.yml

48 lines
719 B
YAML
Raw Normal View History

2017-10-07 11:43:26 +09:00
---
title: uechi.io
timezone: Asia/Tokyo
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
defaults:
2019-03-14 22:32:36 +09:00
- scope:
path: ''
type: posts
values:
layout: post
permalink: "/blog/:title"
2017-10-07 11:43:26 +09:00
description: Random posts from @uetchy.
url: https://uechi.io
email: y@uechi.io
twitter:
username: uetschy
github:
username: uetchy
2019-03-14 22:32:36 +09:00
logo: "/images/icon.png"
excerpt_separator: "#"
2017-10-07 11:43:26 +09:00
google_analytics: UA-28919359-12
2017-11-20 21:34:36 +09:00
plugins:
2019-03-14 22:32:36 +09:00
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jemoji
2017-10-07 11:43:26 +09:00
include:
2019-03-14 22:32:36 +09:00
- _pages
2017-10-07 11:43:26 +09:00
exclude:
2019-03-14 22:32:36 +09:00
- README.md
- LICENSE
- CNAME
- Gemfile
- Gemfile.lock
- package.json
- node_modules
- script
- vendor
- docker-compose.yml
- Dockerfile