-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (53 loc) · 2.56 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
# Welcome to Jekyll!
# Website settings
title: Sysadmin Diaries
description: Sysadmin's blog,which covers solutions on the IT field.
keywords: Bushido,blog,блог сисадмина, дневник сисадмина,sysadmin blog,Jekyll,github,gh-pages,devops,девопс
baseurl: # if you have suburl as homepage like '/homepage', please change it to '/homepage'
url: http://sys-admin.gq # url should be changed to 'http://www.jack003.com/homepage' as before
# url: http://192.168.110.36:4000/homepage/
img_path: /static/assets/img/blog # url should be changed to '/homepage/static/assets/img/blog' as before
# author -- index page "about me" section
author: # change following line to your infomation.
name: OSSidorenkov # Be used at blog posts' author.
first_name: Oleg # Be used at index page about me section.
last_name: Sidorenkov # Be used at index page about me section.
cv: # A online CV can be printed as PDF, leave blank if you don't have now
email: [email protected] # Leave blank if you don't have now
facebook_username: # Leave blank if you don't have now
github_username: OSidorenkov # Leave blank if you don't have now
telegram_username: OSSidorenkov # Telegram username, Leave blank if you don't have now
avatar: /static/assets/img/landing/xuyak.png # upload your avatar at directory and edit it.
skill_icon1:
- name: icon-docker
- name: icon-centos
# - name: icon-laravel
skill_icon2:
- name: fa-linux
# - name: icon-shell
- name: icon-postgres
desc: I am System administartor. In my spare time, I write my own technical blog, which can able to help you in different situation on your IT field.
# comment
disqus: # if you wanna comment feature, go to https://disqus.com/ to get your configuration; if not, comment following two lines.
name: https-osidorenkov-github-io
#public_key: tj2MPaNlHMONwTH5bGDNSXyaBpW7q282MeUzh5CwcjJerNhK8Kxk3aWo7IckzTX7
public_key: nXoxlRIPdu4f9h3z7XIba7WS2I0gvm7dR2OslOrgqHo9smLUlTl4LlSF0JxVaIIO
# analytics
## google analytics
ga: # if you wanna this feature, go to https://www.google.com/analytics/ to get your configuration; if not, comment following line.
id: UA-91651431-1
## growingIO
gio: # if you wanna this feature, go to https://www.growingio.com/ to get your configuration; if not, comment following line.
# id:
## donation
donation: off # type 'on'/'off' to choice display donation button at post page or not
gems:
- jekyll-seo-tag
# Build settings
encoding: utf-8
# other settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge