2019-09-11 06:19:34 +02:00
|
|
|
# Site settings
|
|
|
|
# These are used to personalize your new site. If you look in the HTML files,
|
|
|
|
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
|
|
|
# You can create any custom variable you would like, and they will be accessible
|
|
|
|
# in the templates via {{ site.myvariable }}.
|
|
|
|
|
|
|
|
title: Your awesome title
|
|
|
|
email: your-email@domain.com
|
|
|
|
author: GitHub User
|
|
|
|
copyright: Copyright © 1970-2010
|
|
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
|
|
Write an awesome description for your new site here. You can edit this
|
|
|
|
line in _config.yml. It will appear in your document head meta (for
|
|
|
|
Google search results) and in your feed.xml site description.
|
|
|
|
|
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog
|
|
|
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
2019-09-13 11:26:19 +02:00
|
|
|
favicon: "" # the favicon for your site
|
2019-09-11 06:19:34 +02:00
|
|
|
|
|
|
|
# Yat date format
|
|
|
|
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
|
|
|
|
yat:
|
2019-12-12 09:49:27 +01:00
|
|
|
date_format: "%b %d, %Y"
|
2019-09-11 06:19:34 +02:00
|
|
|
|
|
|
|
# If you want more debug log, you can set true
|
2019-09-20 06:40:14 +02:00
|
|
|
# debug: false
|
|
|
|
|
|
|
|
# If you want transparent header, you can set true
|
|
|
|
# header_transparent: false
|
2019-09-11 06:19:34 +02:00
|
|
|
|
2019-09-14 05:36:49 +02:00
|
|
|
# Google analytics
|
|
|
|
# google_analytics: [Tracking ID]
|
|
|
|
|
2019-09-14 06:57:55 +02:00
|
|
|
# If you want to generate website sitemap, you can set true
|
2019-09-20 06:40:14 +02:00
|
|
|
# sitemap: false
|
2019-09-14 06:57:55 +02:00
|
|
|
|
2019-09-20 10:33:36 +02:00
|
|
|
# If you want to change site language, you can set lang option
|
|
|
|
# lang: "en" # default lang is en
|
|
|
|
|
2019-09-13 09:52:19 +02:00
|
|
|
# Translate languges
|
|
|
|
# langs refer to https://cloud.google.com/translate/docs/languages
|
|
|
|
# translate_langs:
|
|
|
|
# - lang: en
|
|
|
|
# text: English
|
|
|
|
#
|
|
|
|
# - lang: fr
|
|
|
|
# img: https://www.countryflags.io/fr/flat/64.png
|
|
|
|
# text: Franch
|
|
|
|
#
|
|
|
|
# - lang: zh-CN
|
|
|
|
# img: https://www.countryflags.io/cn/flat/64.png
|
|
|
|
# text: Chinese(Simple)
|
|
|
|
#
|
|
|
|
# - lang: zh-TW
|
|
|
|
# img: https://www.countryflags.io/tw/flat/64.png
|
|
|
|
# text: Chinese(Traditional)
|
|
|
|
#
|
|
|
|
# - lang: ja
|
|
|
|
# img: https://www.countryflags.io/jp/flat/64.png
|
|
|
|
# text: Japan
|
|
|
|
#
|
|
|
|
# - lang: ko
|
|
|
|
# img: https://www.countryflags.io/kr/flat/64.png
|
|
|
|
# text: Korean
|
|
|
|
#
|
|
|
|
# - lang: ru
|
|
|
|
# img: https://www.countryflags.io/ru/flat/64.png
|
|
|
|
# text: Russia
|
|
|
|
|
2019-09-12 12:38:59 +02:00
|
|
|
# You can choose a theme color
|
|
|
|
# Default theme colors as below:
|
2019-09-13 11:28:10 +02:00
|
|
|
# spacegrey: #353535
|
2019-09-12 12:38:59 +02:00
|
|
|
# inkpurple: #543581
|
|
|
|
# aquablue: #00aaa0
|
|
|
|
# azureblue: #2863b1
|
|
|
|
# gracered: #a12a50
|
|
|
|
# aloegreen: #3d9e56
|
|
|
|
# rustbrown: #795548
|
|
|
|
#
|
|
|
|
# theme_color: spacegrey
|
|
|
|
#
|
|
|
|
# Custom color as below:
|
|
|
|
# theme_color: "#882250"
|
|
|
|
|
2019-09-11 06:19:34 +02:00
|
|
|
# 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:
|
|
|
|
# - index.html
|
|
|
|
# - archives.html
|
|
|
|
# - categories.html
|
|
|
|
# - tags.html
|
|
|
|
|
|
|
|
# Page default value
|
|
|
|
# defaults:
|
|
|
|
# home:
|
|
|
|
# heading: "Your awesome heading"
|
|
|
|
# subheading: "Your awesome subheading"
|
|
|
|
# banner: "Your image url"
|
|
|
|
|
|
|
|
# Pagination setting
|
2019-09-12 12:38:59 +02:00
|
|
|
# paginate: 5
|
2019-09-11 06:19:34 +02:00
|
|
|
|
|
|
|
# Disqus comments
|
|
|
|
# disqus:
|
|
|
|
# shortname: "Your Disqus username"
|
|
|
|
|
|
|
|
# Gitment comments
|
|
|
|
# gitment:
|
|
|
|
# username: "Your GitHub username"
|
|
|
|
# repo: "The repo to store comments"
|
|
|
|
# client_id: "Your client ID"
|
|
|
|
# client_secret: "Your client secret"
|
|
|
|
# redirect_uri: "Your redirect url" # If you use a custom domain name
|
|
|
|
|
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
|
|
|
|
|
|
|
plugins:
|
|
|
|
- jekyll-feed
|
|
|
|
- jekyll-seo-tag
|
2019-09-14 06:57:55 +02:00
|
|
|
- jekyll-sitemap
|
2019-09-11 06:19:34 +02:00
|
|
|
- jekyll-paginate
|
2019-12-05 12:10:31 +01:00
|
|
|
- jekyll-spaceship
|