Skip to content

Commit

Permalink
周二-03-05 15:34:24
Browse files Browse the repository at this point in the history
  • Loading branch information
asdqwe123456 committed Mar 5, 2024
1 parent fb9e3f0 commit 1a3a0e0
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 7 deletions.
15 changes: 8 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,37 @@ theme: jekyll-theme-chirpy
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en
lang: zh-CN

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone: Asia/Shanghai

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: li54426 blog # the main title

tagline: A text-focused Jekyll theme # it will display as the sub-title

# 描述
description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
记录我的 coding 之路
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""
url: "https://li54426.github.io "

github:
username: github_username # change to your github username
username: li54426 # change to your github username

twitter:
username: twitter_username # change to your twitter username

social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: your_full_name
email: example@domain.com # change to your email address
name: no_name
email: li54426@126.com # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your twitter homepage
Expand Down
68 changes: 68 additions & 0 deletions _drafts/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Setup
title: li54426 blog
description: 记录我的 coding 之路
url: https://li54426.github.io
# 头像在这里
# avatar: /avatar.jpeg
avatar: favicon.ico
paginate: 5
#产生路径方式
permalink: /:categories/:year/:title.html
#permalink: pretty
# 左侧背景图片
cover_image: /bg.jpeg

# Gems
plugins:
- jekyll-gist
- jekyll-paginate
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap

# Optimize Jekyll
exclude:
- .editorconfig
- .git
- .jekyll-cache
- Gemfile
- Gemfile.lock
- LICENSE.md
- README.md
- scripts/
- not-pure-poole.gemspec

# Optimize Jekyl SEO Tag
#twitter:
# username: vszhub
# card: summary
logo: logo.png
#social:
# name: Songzi Vong
# links:
# - https://twitter.com/vszhub
# - https://github.com/vszhub
#google_site_verification: xxxxx
#lang: en

sass:
sass_dir: _sass
style: :compressed

# Options

# Replace this value and uncomment to enable Google Analytics tracking
# google_analytics: UA-000000-0

# Replace this value and uncomment to enable Disqus
# disqus: xxxxxx

# Specify the author for blog posts
author:
name: Songzi Vong
url: https://github.com/vszhub/
email: [email protected]

defaults:
- values:
toc: true

0 comments on commit 1a3a0e0

Please sign in to comment.