gitstats/_config.yml

134 lines
3.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Site settings
title: Viletyy Blog
SEOTitle: Viletyy Blog
header-img: img/home-bg.jpg
email: yystopf@gmail.com
description: "代码的世界 | ViletyyWeb Software Engineer | 这里是 @viletyy 的个人博客。"
keyword: "Viletyy, @ViletyyWeb, 博客, 个人网站, 互联网, Go, Ruby, JavaScript, 前端, 后端"
url: "https://github.com/viletyy" # your host, for absolute URL
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
# Publish posts or collection documents with a future date.
future: true
# SNS settings
RSS: false
weibo_username: 3800502403
zhihu_username: viletyy
github_username: viletyy
# twitter_username: viletyy
#facebook_username: huxpro
#linkedin_username: firstname-lastname-idxxxx
# Build settings
# from 2016, 'pygments' is unsupported on GitHub Pages. Use 'rouge' for highlighting instead.
highlighter: rouge
permalink: pretty
paginate: 10
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md","README.zh.md"]
anchorjs: true # if you want to customize anchor. check out line:181 of `post.html`
# If you have timezone issue (e.g. #68) in China, uncomment to use this:
#timezone: CN
# Gems
# from PR#40, to support local preview for Jekyll 3.0
# make sure you have this gem installed
# `$ gem install jekyll-paginate`
plugins: [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
kramdown:
input: GFM # use Github Flavored Markdown !important
syntax_highlighter_opts:
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
# Disqus settings
disqus_username: viletyy
# Netease settings
netease_comment: false
# Analytics settings
# Baidu Analytics
ba_track_id: c431e7431606bb802dcb4bfd6863375a
# Google Analytics
# ga_track_id: 'UA-49627206-1' # Format: UA-xxxxxx-xx
# ga_domain: huangxuan.me
# Sidebar settings
sidebar: true # whether or not using Sidebar.
sidebar-about-description: "viletyy, 全栈工程师"
sidebar-avatar: /img/image.jpeg # use absolute URL, seeing it's used in both `/` and `/about/`
# Featured Tags
featured-tags: true # whether or not using Feature-Tags
featured-condition-size: 1 # A tag will be featured if the size of it is more than this condition value
# Progressive Web Apps
chrome-tab-theme-color: "#000000"
service-worker: true
# MathJax rendering for layout:page (e.g. post preview)
page-mathjax: false
# Friends
# friends: [
# {
# title: "Su",
# href: "http://su.gallery/"
# },{
# title: "乱序Midare",
# href: "http://mida.re/"
# },{
# title: "Sherry Woo",
# href: "https://sherrywoo.me/"
# },{
# title: "Kun Qian",
# href: "http://kunq.me"
# },{
# title: "Ebn Zhang",
# href: "http://ebnbin.com/"
# },{
# title: "SmdCn",
# href: "http://blog.smdcn.net"
# },{
# title: "JiyinYiyong",
# href: "http://tiye.me/"
# },{
# title: "DHong Say",
# href: "http://dhong.co"
# },{
# title: "尹峰以为",
# href: "http://ingf.github.io/"
# }
# ]