blog/_config.yml

108 lines
3.1 KiB
YAML
Raw Normal View History

2021-01-10 04:44:41 +01:00
# Welcome to Jekyll!
#
# 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. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# 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.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# 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 }}.
2021-01-10 05:55:29 +01:00
title: Huy Ngo's blog
author: Ngô Ngọc Đức Huy
email: huyngo@disroot.org
2021-01-10 04:44:41 +01:00
description: >- # this means to ignore newlines until "baseurl:"
2021-01-10 05:55:29 +01:00
This is Huy's blog, built with Jekyll. Its source code is released under MIT License.
Its content is released under CC-BY-SA-4.0.
2021-01-10 04:44:41 +01:00
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
2021-01-10 06:02:49 +01:00
timezone: Asia/Ho_Chi_Minh
2021-01-10 04:44:41 +01:00
# Build settings
theme: minima
2021-01-10 11:25:30 +01:00
minima:
skin: dark
date_format: "%Y-%m-%d"
social_links:
mastodon:
- username: huy_ngo
instance: fosstodon.org
github: Huy-Ngo
twitter: false
2021-01-10 04:44:41 +01:00
plugins:
- jekyll-feed
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
2021-01-10 06:02:49 +01:00
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
2021-01-13 07:49:14 +01:00
- _drafts/
2021-01-10 06:02:49 +01:00
- README.md
- .gitignore
- .git/
- LICENSE
- newpost.sh
2021-01-11 09:13:50 +01:00
- webring.template
- create-webring.sh
2021-01-11 15:06:00 +01:00
defaults:
-
scope:
path: ""
values:
lang: en
link-str: English
available: This post is also available in
2021-01-12 15:41:38 +01:00
correct: >
If you find a grammar mistake in my post,
please send me an email.
2021-01-11 15:06:00 +01:00
base-url: "/"
-
scope:
path: fr
values:
lang: fr
link-str: français
available: Ce post est aussi disponible en
2021-01-12 15:41:38 +01:00
correct: >
Si vous trouvez un erreur de grammaire ou vocabulaire
dans mon post, envoyez-moi un email, s'il vous plait.
2021-01-11 15:06:00 +01:00
base-url: "/fr/"
-
scope:
path: de
values:
lang: de
link-str: Deutsch
available: Diese Artikel ist auch verfügbar auf
2021-01-12 15:41:38 +01:00
correct: >
Wenn Sie finden eine Fehlung in meinem Beitrag,
schicken Sie mir ein Email, bitte.
base-url: "/de/"