Skip to content

Commit

Permalink
Merge pull request #1 from L33Z22L11/main
Browse files Browse the repository at this point in the history
fix sidebar && add friends
  • Loading branch information
zhendewokusi authored Feb 6, 2024
2 parents b904967 + 19f6604 commit 742cfd3
Show file tree
Hide file tree
Showing 7 changed files with 425 additions and 1,066 deletions.
45 changes: 14 additions & 31 deletions _config.next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ custom_file_path:
#mixin: source/_data/mixins.styl
style: source/_data/styles.styl


# ---------------------------------------------------------------
# Site Information Settings
# See: https://theme-next.org/docs/getting-started/
Expand Down Expand Up @@ -91,7 +90,6 @@ creative_commons:
post: false
language:


# ---------------------------------------------------------------
# Scheme Settings
# ---------------------------------------------------------------
Expand All @@ -105,7 +103,6 @@ scheme: Gemini
# Dark Mode
darkmode: false


# ---------------------------------------------------------------
# Menu Settings
# ---------------------------------------------------------------
Expand All @@ -117,10 +114,11 @@ darkmode: false
# External url should start with http:// or https://
menu:
home: / || fa fa-home
about: /about/ || fa fa-user
tags: /tags/ || fa fa-tags
#categories: /categories/ || fa fa-th
archives: /archives/ || fa fa-archive
friends: /friends/ || fa fa-link
about: /about/ || fa fa-user
#schedule: /schedule/ || fa fa-calendar
#sitemap: /sitemap.xml || fa fa-sitemap
#commonweal: /404/ || fa fa-heartbeat
Expand All @@ -130,7 +128,6 @@ menu_settings:
icons: true
badges: false


# ---------------------------------------------------------------
# Sidebar Settings
# See: https://theme-next.org/docs/theme-settings/sidebar
Expand Down Expand Up @@ -225,7 +222,6 @@ chat:
icon: fa fa-comment # Icon name in Font Awesome, set false to disable icon.
text: Chat # Button text, change it as you wish.


# ---------------------------------------------------------------
# Post Settings
# See: https://theme-next.org/docs/theme-settings/posts
Expand Down Expand Up @@ -303,7 +299,6 @@ post_edit:
# Available values: left | right | false
post_navigation: left


# ---------------------------------------------------------------
# Custom Page Settings
# See: https://theme-next.org/docs/theme-settings/custom-pages
Expand All @@ -330,7 +325,6 @@ calendar:
singleEvents: true
maxResults: 250


# ---------------------------------------------------------------
# Misc Theme Settings
# ---------------------------------------------------------------
Expand Down Expand Up @@ -361,7 +355,7 @@ codeblock:
# Show text copy result.
show_result: true
# Available values: default | flat | mac
style: mac
style: mac

back2top:
enable: true
Expand Down Expand Up @@ -393,7 +387,6 @@ github_banner:
permalink: https://github.com/zhendewokusi
title: Follow me on GitHub


# ---------------------------------------------------------------
# Font Settings
# See: https://theme-next.org/docs/theme-settings/#Fonts-Customization
Expand Down Expand Up @@ -446,7 +439,6 @@ font:
external: true
family:


# ---------------------------------------------------------------
# SEO Settings
# ---------------------------------------------------------------
Expand Down Expand Up @@ -480,7 +472,6 @@ baidu_site_verification:
# Enable baidu push so that the blog will push the url to baidu automatically which is very helpful for SEO.
baidu_push: false


# ---------------------------------------------------------------
# Third Party Plugins & Services Settings
# See: https://theme-next.org/docs/third-party-services/
Expand Down Expand Up @@ -554,7 +545,6 @@ quicklink:
# See: https://github.com/GoogleChromeLabs/quicklink#custom-ignore-patterns
ignores:


# ---------------------------------------------------------------
# Comments Settings
# See: https://theme-next.org/docs/third-party-services/comments
Expand Down Expand Up @@ -645,7 +635,6 @@ gitalk:
# Available values: en | es-ES | fr | ru | zh-CN | zh-TW
language:


# ---------------------------------------------------------------
# Post Widgets & Content Sharing Services
# See: https://theme-next.org/docs/third-party-services/post-widgets
Expand All @@ -655,14 +644,13 @@ gitalk:
# To get your ID visit https://widgetpack.com
rating:
enable: false
id: # <app_id>
color: fc6423
id: # <app_id>
color: fc6423

# AddThis Share. See: https://www.addthis.com
# Go to https://www.addthis.com/dashboard to customize your tools.
add_this_id:


# ---------------------------------------------------------------
# Statistics and Analytics
# See: https://theme-next.org/docs/third-party-services/statistics-and-analytics
Expand Down Expand Up @@ -719,7 +707,6 @@ busuanzi_count:
post_views: true
post_views_icon: fa fa-eye


# ---------------------------------------------------------------
# Search Services
# See: https://theme-next.org/docs/third-party-services/search-services
Expand Down Expand Up @@ -753,7 +740,6 @@ local_search:
# Swiftype Search API Key
swiftype_key:


# ---------------------------------------------------------------
# Chat Services
# See: https://theme-next.org/docs/third-party-services/chat-services
Expand All @@ -775,7 +761,6 @@ tidio:
enable: false
key: # Public Key, get it from dashboard. See: https://www.tidiochat.com/panel/settings/developer


# ---------------------------------------------------------------
# Tags Settings
# See: https://theme-next.org/docs/tag-plugins/
Expand Down Expand Up @@ -815,7 +800,6 @@ mermaid:
# Available themes: default | dark | forest | neutral
theme: forest


# ---------------------------------------------------------------
# Animation Settings
# ---------------------------------------------------------------
Expand Down Expand Up @@ -868,7 +852,6 @@ canvas_ribbon:
alpha: 0.6 # The transparency of the ribbon
zIndex: -1 # The display level of the ribbon


#! ---------------------------------------------------------------
#! DO NOT EDIT THE FOLLOWING SETTINGS
#! UNLESS YOU KNOW WHAT YOU ARE DOING
Expand Down Expand Up @@ -1006,16 +989,16 @@ cursor_effect: love
# For more information: https://github.com/rqh656418510/hexo-next-darkmode, https://github.com/sandoche/Darkmode.js
darkmode_js:
enable: false
bottom: '64px' # default: '32px'
right: 'unset' # default: '32px'
left: '32px' # default: 'unset'
time: '0.5s' # default: '0.3s'
mixColor: 'transparent' # default: '#fff'
backgroundColor: 'transparent' # default: '#fff'
buttonColorDark: '#100f2c' # default: '#100f2c'
buttonColorLight: '#fff' # default: '#fff'
bottom: "64px" # default: '32px'
right: "unset" # default: '32px'
left: "32px" # default: 'unset'
time: "0.5s" # default: '0.3s'
mixColor: "transparent" # default: '#fff'
backgroundColor: "transparent" # default: '#fff'
buttonColorDark: "#100f2c" # default: '#100f2c'
buttonColorLight: "#fff" # default: '#fff'
isActivated: false # default false
saveInCookies: true # default: true
label: '🌓' # default: ''
label: "🌓" # default: ''
autoMatchOsTheme: true # default: true
libUrl: # Set custom library cdn url for Darkmode.js
Loading

0 comments on commit 742cfd3

Please sign in to comment.