-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fb9e3f0
commit 1a3a0e0
Showing
2 changed files
with
76 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |