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

Initial modification by Fatshibainu #725

Closed
wants to merge 1 commit into from
Closed
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
48 changes: 24 additions & 24 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cache:
enable: true

# Remove unnecessary files after hexo generate.
minify: false
minify: true

# Define custom file paths.
# Create your custom files in site directory `source/_data` and uncomment needed files below.
Expand Down Expand Up @@ -43,7 +43,7 @@ scheme: Muse
#scheme: Gemini

# Dark Mode
darkmode: false
darkmode: true


# ---------------------------------------------------------------
Expand Down Expand Up @@ -336,7 +336,7 @@ calendar:

# Preload styles and preconnect CDN for fonts and plugins.
# For more information: https://www.w3.org/TR/resource-hints/#preconnect
preconnect: false
preconnect: true

# Set the text alignment in posts / pages.
text_align:
Expand All @@ -345,7 +345,7 @@ text_align:
mobile: justify

# Reduce padding / margin indents on devices with narrow width.
mobile_layout_economy: false
mobile_layout_economy: true

# Browser header panel color.
theme_color:
Expand Down Expand Up @@ -387,7 +387,7 @@ back2top:

# Reading progress bar
reading_progress:
enable: false
enable: true
# Available values: left | right
start_at: left
# Available values: top | bottom
Expand All @@ -408,7 +408,7 @@ bookmark:
# `Follow me on GitHub` banner in the top-right corner.
github_banner:
enable: false
permalink: https://github.com/yourname
permalink: https://github.com/wl223600


# ---------------------------------------------------------------
Expand All @@ -424,10 +424,12 @@ github_banner:
# ---------------------------------------------------------------

font:
enable: false
# Use custom fonts families or not.
# Depended options: `external` and `family`.
enable: true

# Uri of fonts host, e.g. https://fonts.googleapis.com (Default).
host:
#host:

# Font options:
# `external: true` will load this font family from `host` above.
Expand All @@ -436,31 +438,31 @@ font:

# Global font settings used for all elements inside <body>.
global:
external: true
family: Lato
size:
external: false
family: PingFang SC, HarmonyOS_Medium, Helvetica Neue, Microsoft YaHei, sans-serif
size: 1.125

# Font settings for site title (.site-title).
title:
external: true
family:
external: false
family: PingFang SC, HarmonyOS_Medium, Helvetica Neue, Microsoft YaHei, sans-serif
size:

# Font settings for headlines (<h1> to <h6>).
headings:
external: true
family:
external: false
family: PingFang SC, HarmonyOS_Medium, Helvetica Neue, Microsoft YaHei, sans-serif
size:

# Font settings for posts (.post-body).
posts:
external: true
family:
external: false
family: PingFang SC, HarmonyOS_Medium, Helvetica Neue, Microsoft YaHei, sans-serif

# Font settings for <code> and code blocks.
codes:
external: true
family:
external: false
family: PT Mono


# ---------------------------------------------------------------
Expand Down Expand Up @@ -639,7 +641,7 @@ motion:
# Progress bar in the top during page loading.
# For more information: https://github.com/CodeByZach/pace
pace:
enable: false
enable: true
# All available colors:
# black | blue | green | orange | pink | purple | red | silver | white | yellow
color: blue
Expand Down Expand Up @@ -766,12 +768,10 @@ addtoany:
# Google Analytics
# See: https://analytics.google.com
google_analytics:
tracking_id: # <app_id>
tracking_id: G-1XECSXQJZ0
# By default, NexT will load an external gtag.js script on your site.
# If you only need the pageview feature, set the following option to true to get a better performance.
only_pageview: false
# only needed if you are using `only_pageview` mode, https://developers.google.com/analytics/devguides/collection/protocol/ga4
measure_protocol_api_secret:

# Baidu Analytics
# See: https://tongji.baidu.com
Expand All @@ -783,7 +783,7 @@ growingio_analytics: # <project_id>

# Cloudflare Web Analytics
# See: https://www.cloudflare.com/web-analytics/
cloudflare_analytics:
cloudflare_analytics: 1dd41a77ecbb465b99eb6be9db853202

# Microsoft Clarity Analytics
# See: https://clarity.microsoft.com/
Expand Down
Loading