1 Star 0 Fork 0

Chrisx/chrisworlds.github.io

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
_config.yml 2.81 KB
Copy Edit Raw Blame History
Chris authored 2020-04-21 13:53 . Update _config.yml
# Site settings
title: chris world
SEOTitle: chris的博客 | BY Blog
header-img: img/post-bg-desk.jpg
email: xianshijie0@163.com
description: "hey!"
keyword: "BY, BY Blog"
url: "https://chrisworlds.github.io/" # your host, for absolute URL
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
github_repo: "https://github.com/chrisworlds/chrisworlds.github.io.git" # you code repository
# Sidebar settings
sidebar: true # whether or not using Sidebar.
sidebar-about-description: "Goals determine what you going to be!"
sidebar-avatar: /img/avatar_m.jpg # use absolute URL, seeing it's used in both `/` and `/about/`
# SNS settings
RSS: false
weibo_username: chrisxsj
#zhihu_username: chris
github_username: chrisworlds
facebook_username: none
jianshu_username: none
#twitter_username: qiubaiying
# Build settings
# from 2016, 'pygments' is unsupported on GitHub Pages. Use 'rouge' for highlighting instead.
permalink: pretty
paginate: 10
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
anchorjs: true # if you want to customize anchor. check out line:181 of `post.html`
# Gems
# from PR#40, to support local preview for Jekyll 3.0
gems: [jekyll-paginate]
# Markdown settings
# replace redcarpet to kramdown,
# although redcarpet can auto highlight code, the lack of header-id make the catalog impossible, so I switch to kramdown
# document: http://jekyllrb.com/docs/configuration/#kramdown
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM # use Github Flavored Markdown !important
# 评论系统
# Disqus(https://disqus.com/)
# disqus_username: qiubaiying
# Gitalk
gitalk:
enable: true #是否开启Gitalk评论
clientID: f2c84e7629bb1446c1a4 #生成的clientID
clientSecret: ca6d6139d1e1b8c43f8b2e19492ddcac8b322d0d #生成的clientSecret
repo: qiubaiying.github.io #仓库名称
owner: qiubaiying #github用户名
admin: qiubaiying
distractionFreeMode: true #是否启用类似FB的阴影遮罩
# 统计
# Analytics settings
# Baidu Analytics
ba_track_id:
# Google Analytics
ga_track_id: # Format: UA-xxxxxx-xx
ga_domain: # 默认的是 auto, 这里我是自定义了的域名,你如果没有自己的域名,需要改成auto
# Featured Tags
featured-tags: true # 是否使用首页标签
featured-condition-size: 1 # 相同标签数量大于这个数,才会出现在首页
# Progressive Web Apps
chrome-tab-theme-color: "#000000"
service-worker: true
# Friends
friends: [
{
},{
title: "云栖社区",
href: "https://yq.aliyun.com/u/raining"
},{
title: "Highgo",
href: "http://www.highgo.com"
},{
}
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/chrisxian/chrisworlds.github.io.git
git@gitee.com:chrisxian/chrisworlds.github.io.git
chrisxian
chrisworlds.github.io
chrisworlds.github.io
master

Search