Updated Config

This commit is contained in:
Siteleaf 2019-03-14 22:32:36 +09:00
parent eb5450900a
commit 0f5ed58c06

View File

@ -9,12 +9,12 @@ collections:
title: Uploads title: Uploads
output: true output: true
defaults: defaults:
- scope: - scope:
path: '' path: ''
type: posts type: posts
values: values:
layout: post layout: post
permalink: '/blog/:title' permalink: "/blog/:title"
description: Random posts from @uetchy. description: Random posts from @uetchy.
url: https://uechi.io url: https://uechi.io
email: y@uechi.io email: y@uechi.io
@ -22,26 +22,26 @@ twitter:
username: uetschy username: uetschy
github: github:
username: uetchy username: uetchy
logo: '/images/icon.png' logo: "/images/icon.png"
excerpt_separator: '#' excerpt_separator: "#"
google_analytics: UA-28919359-12 google_analytics: UA-28919359-12
plugins: plugins:
- jekyll-redirect-from - jekyll-redirect-from
- jekyll-sitemap - jekyll-sitemap
- jekyll-seo-tag - jekyll-seo-tag
- jekyll-feed - jekyll-feed
- jemoji - jemoji
include: include:
- _pages - _pages
exclude: exclude:
- README.md - README.md
- LICENSE - LICENSE
- CNAME - CNAME
- Gemfile - Gemfile
- Gemfile.lock - Gemfile.lock
- package.json - package.json
- node_modules - node_modules
- script - script
- vendor - vendor
- docker-compose.yml - docker-compose.yml
- Dockerfile - Dockerfile