uechi.io/_config.yml

53 lines
811 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:
- scope:
path: ''
type: posts
values:
layout: post
2018-08-03 13:53:06 +09:00
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
logo: "/images/icon.png"
2018-08-04 13:19:47 +09:00
highlighter: none
markdown: kramdown
kramdown:
syntax_highlighter_opts:
2018-08-06 14:51:53 +09:00
disable: true
2017-10-07 11:43:26 +09:00
excerpt_separator: "#"
google_analytics: UA-28919359-12
2017-11-20 21:34:36 +09:00
plugins:
2017-12-02 13:24:20 +09:00
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jemoji
2017-10-07 11:43:26 +09:00
include:
2017-12-02 13:24:20 +09:00
- _pages
2017-10-07 11:43:26 +09:00
exclude:
2017-12-02 13:24:20 +09:00
- README.md
- LICENSE
- CNAME
- Gemfile
- Gemfile.lock
- package.json
- node_modules
- script
- vendor
- docker-compose.yml
- Dockerfile