-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
executable file
·94 lines (78 loc) · 2 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
# main text of home
name: John Doe
bio: a guy with a really unique linktree
# twitter summary info
description: john's nifty linktreehosted on github pages.
# if it's an external image, update below for true
# better with square images
external-image: false
picture: assets/images/profile.jpg
url: https://zchef2k.github.io/indigo-linkinbio
permalink: /:title/
# To enable google analytics, supply your token below
# analytics-google: 'UA-MYANALYTICS'
# To enable piwik tracking, supply your url & site ID below
# analytics-piwik-url: 'piwik.my-host.com'
# analytics-piwik-id: 1
# if you don't have any of social below, comment the line
# facebook:
# twitter:
instagram: johndoe
# pinterest:
linkedin: johndoe
# youtube:
# spotify:
github: johndoe
# gitlab:
# lastfm:
# stackoverflow:
# quora:
# reddit:
# medium:
# vimeo: myvimeo
# lanyrd: mylanyrd
email: [email protected]
# do you want a larger site? change the option below
# options: [normal, large] | default: normal
# normal = 560px / large = 810px
width: normal
# if you do/don't need pagination, toggle 'enabled' between true/false below
pagination:
enabled: false
sort_reverse: true # display recent posts first
title: ":title" # Changing this will mess up the header display logic
per_page: 5
permalink: "/:num/" # pagination link that will be appended
# if you don't need projects, comment the *projects* configs below
#projects: true
# if you don't need "about" or "blog", comment them out below
about: false
blog: false
# If you want to include your resume, set to true
# and specify source (external or local).
resume: false
#resume-external: true
#resume-url: https://google.com/?q=my+resume
# do you want some animations?
animation: true
plugins:
- jekyll-seo-tag
- jekyll-gist
- jemoji
jekyll-mentions:
base_url: https://github.com
compress_html:
ignore:
envs:
- development
- stage
exclude:
[
"travis.sh",
"README.md",
"Gemfile",
"Gemfile.lock",
"FAQ.md",
"node_modules",
"vendor",
]