intro/docs/_config.yml

48 lines
1.8 KiB
YAML
Raw Normal View History

2024-04-03 16:04:35 +08: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.
2024-04-04 06:53:05 +08:00
2024-04-03 16:04:35 +08: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: zhangyuheng intro
2024-04-03 16:04:35 +08:00
email: zhangyuheng@lunadeer.cn
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.
2024-04-23 17:48:57 +08:00
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://zhangyuheng.lunadeer.cn" # the base hostname & protocol for your site, e.g. http://example.com
2024-04-03 16:04:35 +08:00
twitter_username: ""
2024-04-23 17:34:05 +08:00
github_username: ZhangYuheng
2024-04-03 16:04:35 +08:00
# Build settings
2024-04-04 06:53:05 +08:00
markdown: kramdown
2024-04-03 16:04:35 +08:00
theme: no-style-please
2024-04-04 19:33:27 +08:00
theme_config:
appearance: "auto" # can be "light", "dark" or "auto"
back_home_text: ".." # customize text for homepage link in post layout
2024-04-04 19:40:46 +08:00
date_format: "%Y-%m" # customize how date is formatted
2024-04-04 19:33:27 +08:00
2024-04-03 16:04:35 +08:00
plugins:
- jekyll-feed
# Exclude from processing.
2024-04-04 06:53:05 +08:00
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
2024-04-03 16:04:35 +08:00
# exclude:
# - Gemfile
# - Gemfile.lock
2024-04-04 06:53:05 +08:00
# - node_modules
2024-04-03 16:04:35 +08:00
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/