Skip to content

Commit

Permalink
feat(*): 优化
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanbin Zhu committed Jul 29, 2024
1 parent 31f7046 commit d6cc3bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Introducing Multi-part Posts with Nested Routing
date: '2021-05-02'
tags: ['multi-author', 'next-js', 'feature']
draft: false
draft: true
summary: 'The blog template supports posts in nested sub-folders. This can be used to group posts of similar content e.g. a multi-part course. This post is itself an example of a nested route!'
---

Expand Down
8 changes: 4 additions & 4 deletions data/siteMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const siteMetadata = {
headerTitle: 'Y',
description: '全栈开发,react前端,node后端,evm系。rust学习中',
language: 'zh-CN',
theme: 'dark', // system, dark or light
siteUrl: 'https://tailwind-nextjs-starter-blog.vercel.app',
siteRepo: 'https://github.com/timlrx/tailwind-nextjs-starter-blog',
theme: 'system', // system, dark or light
siteUrl: 'https://yanbin.cc/',
siteRepo: 'https://github.com/JSjump/blog',
siteLogo: '/static/images/logo.png',
socialBanner: '/static/images/logo.png',
// mastodon: 'https://mastodon.social/@mastodonuser',
Expand Down Expand Up @@ -69,7 +69,7 @@ const siteMetadata = {
metadata: '0',
// theme example: light, dark, dark_dimmed, dark_high_contrast
// transparent_dark, preferred_color_scheme, custom
theme: 'dark',
theme: 'light',
// theme when dark mode
darkTheme: 'transparent_dark',
// If the theme option above is set to 'custom`
Expand Down

0 comments on commit d6cc3bc

Please sign in to comment.