This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
_config.yml
115 lines (92 loc) · 4.11 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Dependencies
plugins:
- jekyll-sitemap
- jekyll-paginate
# Permalinks
permalink: pretty
# Setup
url: http://tartaricacid.github.io
# Set to '' in case of hosting on GitHub pages,
# i.e. `http://<username>.github.io`
baseurl: # http://tartaricacid.github.io
title: 酒石酸菌
# Pagination
paginate: 5
paginate_path: '/page-:num/'
# Markdown enabled, however don't use more than one paragraph (enforced by `>`)
description: >
哇,你发现了一个神秘的地方,奖励你一朵小红花。
# The tags listed as entries in the sidebar
sidebar_tags: [wiki, essay]
# Fallback image and color if not overwritten for tag or post
image: /public/img/001.jpg
color: '#A85641'
# Fonts
font: 'Ubuntu Mono, consolas, 微软雅黑'
font_accent: 'Ubuntu Mono, consolas, 华文细黑, 微软雅黑'
load_google_fonts: 'consolas'
# About yourself
author:
name: '酒石酸菌'
# This photo will be used in the about section
photo: https://avatars2.githubusercontent.com/u/19620085?v=3&s=466
photo2x: https://avatars2.githubusercontent.com/u/19620085?v=3&s=466
# Markdown enabled, can use multiple paragraphs (enabled by `|`)
about: |
关于萌生建立博客的想法,最早来自于不喜欢贴吧或者mcbbs的排版,而且平时空闲时间也喜欢写一些乱七八糟的东西,亦或是翻译一些wiki。
本来是打算用烂大街的wordpress的,然而它提供的免费版本不能改插件,想要更高的自定义功能需要自己去弄主机并且映射域名。如果算域名主机的花费,一个月恐怕就得花60大洋。然而我只是个穷学生啊。
之后JJN告诉我可以用jekyll结合github建立免费的静态博客的,套用[模板](https://github.com/qwtel/qwtel.github.io)以后就是你们现在看到的这个界面了
说实话一直对网页搭建很感兴趣,之前曾经看过黄油的博客,觉得在这种快节奏的网络生活中留下一份自己的宁静也是极好的,很受感动。
之后又看了JJN和Towdium的博客,觉得跃跃欲试,最后终于是开工了。虽然有太多不足,太多缺陷,打这些字都觉得自己语言功底已经近乎为零。所以还请那些看到这个破网站的人还请多多指教。
# Social media icons in sidebar
# Comment/uncommet to show/hide
# Icons appear in order, can be rearranged:
social:
# facebook: _username_
twitter: tartaric_acid
# google: _number_
# vk: _username_
# youtube: _string___string___string_
# vimeo: _username_
# vine: _username_
# spotify: user/_number_
# soundcloud: _username_
# lastfm: _username_
# instagram: _username_
# flickr: _string_@_string_
# 500px: _username_
# dribbble: _username_
# behance: _username_
# deviantart: _username_
# ello: _username_
twitch: TartaricAcid
# steam: _number_
reddit: baka943
# tumblr: _username_
# pinterest: _username_
# foursquare: _number_
# yelp: _string_
github: TartaricAcid
# stackoverflow: _number_/_username_
# npm: _username_
# hackernews: _username_
# trello: _firstname__lastname_
# linkedin: _firstname_-_lastname_-_string_
# xing: _firstname___lastname__counter_
# blogger: _number_
# delicious: _username_
# stumbleupon: _username_
# paypal: _username_
# Remove to disable Google Anaylics
# google_analytics_id: 'UA-84025722-2'
# Setting a disqus subdomain will enable the comment section
# disqus: tartaric_acid
markdown: kramdown
compress_html:
comments: ["<!-- ", " -->"]
clippings: all
endings: all
ignore:
envs: [local]
sass:
style: compressed