Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ yat:
# If you want more debug log, you can set true
# debug: false

# If you don't want transparent header, you can set false
# If you don't want a transparent header, you can set false
# header_transparent: true

# If you want to change the content width, you can set to another value
# content_width: "920px"

# Google analytics - GA4
# Google Analytics - GA4
# google_analytics: [Measurement ID]
# enableDNT: "false"

Expand All @@ -75,7 +75,7 @@ yat:
# If you want to change site language, you can set lang option
# lang: "en" # default lang is en

# Translate languges
# Translate languages
# langs refer to https://cloud.google.com/translate/docs/languages
# translate_langs:
# - lang: en
Expand Down Expand Up @@ -124,7 +124,7 @@ yat:
# Custom color as below:
# brand_color: "#1a8e42"

# You can custom selection style
# You can customize selection style
# selection:
# color: "#ff00ff"
# background_color: "yellow"
Expand All @@ -136,7 +136,7 @@ yat:
#
# 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",
# 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)
#
Expand Down