-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·51 lines (37 loc) · 1.47 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Permalinks
permalink: /post/:title.html
# Setup
url: https://xuesong.pydevops.com
img_url: https://cdn.jsdelivr.net/gh/infp/infp.github.io/images
# Set to '' in case of hosting on `https://<your-github-name>.github.io`
baseurl: ''
title: 雪松的博客(专注于Golang、Rust、分布式架构、DB)
# Markdown enabled, however don't use more than one paragraph (enforced by `>`)
description: >
关于[代码](/code/)、[生活](/life/)、[宇宙](/)和[一切](/)。
notification: |
# Google Analytics tracking ID
# TODO: 如果使用本主题,请务必替换此处的 Google 统计代码,否则你的站点将无法获得统计数据
analytics: 'UA-32028925-2'
# Fallback image and color if not overwritten for tag or post
image: /public/images/planet.jpg
color: '#dc322f'
author:
name: 雪松[xuesong]
email: [email protected]
photo: /public/images/mountains.jpg
github: xuesongbj
linkedin: xuesongbj
facebook: xuesongbj
steam: xuesongbj
# Markdown enabled, can use multiple paragraphs (enabled by `|`)
about: |
我是雪松,热爱电脑技术和黑客文化,喜欢与人交流分享开源思想和 IT 技术。
compress_html:
clippings: all
comments: ["<!--", "-->"]
endings: all
startings: [html, head, body]
sass:
sass_dir: /public/css
style: compressed