2020-12-05 14:10:21 +01:00
|
|
|
# Welcome to Jekyll!
|
|
|
|
#
|
|
|
|
# About Theme
|
|
|
|
#
|
|
|
|
# Yet another theme for elegant writers with modern flat style and beautiful
|
|
|
|
# night/dark mode.
|
|
|
|
#
|
|
|
|
# Website: https://github.com/jeffreytse/jekyll-theme-yat
|
|
|
|
#
|
|
|
|
# You can do anything you want, including projects for your clients, as long
|
|
|
|
# as you mention an attribution back (credit links in footer or project).
|
|
|
|
# See the LICENCE file.
|
|
|
|
#
|
|
|
|
# This config file is meant for settings that affect your whole blog, values
|
|
|
|
# which you are expected to set up once and rarely edit after that.
|
|
|
|
#
|
|
|
|
# For technical reasons, this file is *NOT* reloaded automatically when you
|
|
|
|
# use 'bundle exec jekyll serve'. If you change this file, please restart
|
|
|
|
# the server process.
|
|
|
|
#
|
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:
|
2020-09-29 07:02:28 +02: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
|
|
|
|
|
2020-07-12 10:25:06 +02:00
|
|
|
# If you don't want transparent header, you can set false
|
|
|
|
# header_transparent: true
|
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
|
2021-04-23 07:58:51 +02:00
|
|
|
# img: https://cdn.countryflags.com/thumbs/united-states-of-america/flag-400.png
|
2019-09-13 09:52:19 +02:00
|
|
|
# text: English
|
|
|
|
#
|
|
|
|
# - lang: fr
|
2021-04-23 07:58:51 +02:00
|
|
|
# img: https://cdn.countryflags.com/thumbs/france/flag-400.png
|
2021-05-13 06:02:37 +02:00
|
|
|
# text: French
|
2019-09-13 09:52:19 +02:00
|
|
|
#
|
|
|
|
# - lang: zh-CN
|
2021-04-23 07:58:51 +02:00
|
|
|
# img: https://cdn.countryflags.com/thumbs/china/flag-400.png
|
2019-09-13 09:52:19 +02:00
|
|
|
# text: Chinese(Simple)
|
|
|
|
#
|
|
|
|
# - lang: ja
|
2021-04-23 07:58:51 +02:00
|
|
|
# img: https://cdn.countryflags.com/thumbs/japan/flag-400.png
|
|
|
|
# text: Japanese
|
2019-09-13 09:52:19 +02:00
|
|
|
#
|
|
|
|
# - lang: ko
|
2021-04-23 07:58:51 +02:00
|
|
|
# img: https://cdn.countryflags.com/thumbs/south-korea/flag-400.png
|
2019-09-13 09:52:19 +02:00
|
|
|
# text: Korean
|
|
|
|
#
|
|
|
|
# - lang: ru
|
2021-04-23 07:58:51 +02:00
|
|
|
# img: https://cdn.countryflags.com/thumbs/russia/flag-400.png
|
|
|
|
# text: Russian
|
2019-09-13 09:52:19 +02:00
|
|
|
|
2019-09-12 12:38:59 +02:00
|
|
|
# You can choose a theme color
|
|
|
|
# Default theme colors as below:
|
2020-07-12 10:25:06 +02:00
|
|
|
# coolblack: #090a0b
|
2019-09-13 11:28:10 +02:00
|
|
|
# spacegrey: #353535
|
2020-07-12 10:25:06 +02:00
|
|
|
# snowwhite: #ffffff
|
2019-09-12 12:38:59 +02:00
|
|
|
#
|
2020-07-12 10:25:06 +02:00
|
|
|
# theme_color: snowwhite
|
2019-09-12 12:38:59 +02:00
|
|
|
#
|
|
|
|
# Custom color as below:
|
|
|
|
# theme_color: "#882250"
|
|
|
|
|
2021-05-26 15:51:32 +02:00
|
|
|
# You can choose a brand color
|
|
|
|
# Default brand colors as below:
|
|
|
|
# orangered: #ff5100
|
|
|
|
# greatgold: #f2cb05
|
|
|
|
# greenblue: #389092
|
|
|
|
#
|
|
|
|
# brand_color: orangered
|
|
|
|
#
|
|
|
|
# Custom color as below:
|
|
|
|
# brand_color: "#1a8e42"
|
|
|
|
|
2020-10-13 11:07:48 +02:00
|
|
|
# Night/Dark mode
|
|
|
|
# Default mode is "auto", "auto" is for auto nightshift
|
|
|
|
# (19:00 - 07:00), "manual" is for manual toggle, and
|
2021-01-08 05:19:13 +01:00
|
|
|
# "on/off" is for default on/off.
|
|
|
|
#
|
|
|
|
# Whatever the user's choice is, it will supersede the
|
|
|
|
# default setting of the site and be kept during the
|
|
|
|
# visit (session). Only the dark mode setting is"manual",
|
|
|
|
# it will be always kept on every visit (i.e. no matter
|
|
|
|
# the browser is closed or not)
|
|
|
|
#
|
2020-10-10 08:13:34 +02:00
|
|
|
# night_mode: "auto"
|
|
|
|
|
2021-01-08 05:19:13 +01:00
|
|
|
# Code badge setting
|
|
|
|
# You can enable or disable the code badge and so on
|
|
|
|
# code_badge:
|
|
|
|
# enabled: "true"
|
|
|
|
# color: "#fff"
|
|
|
|
# background_color: "#ff4e00"
|
|
|
|
# text_transform: "uppercase" # ("uppercase", "lowercase", "capitalize")
|
|
|
|
|
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
|
2020-08-31 13:42:45 +02:00
|
|
|
# - about.md
|
2019-09-11 06:19:34 +02:00
|
|
|
|
|
|
|
# Page default value
|
|
|
|
# defaults:
|
|
|
|
# home:
|
|
|
|
# heading: "Your awesome heading"
|
|
|
|
# subheading: "Your awesome subheading"
|
|
|
|
# banner: "Your image url"
|
|
|
|
|
2021-03-01 16:22:56 +01:00
|
|
|
# Excerpt size setting
|
|
|
|
# excerpt_size: 350
|
|
|
|
|
2019-09-11 06:19:34 +02:00
|
|
|
# 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
|
2020-07-12 10:25:06 +02:00
|
|
|
# highlighter: none
|
2019-09-11 06:19:34 +02:00
|
|
|
markdown: kramdown
|
2020-07-12 10:25:06 +02:00
|
|
|
kmarkdown:
|
|
|
|
input: GFM
|
2019-09-11 06:19:34 +02:00
|
|
|
|
|
|
|
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
|