-
Notifications
You must be signed in to change notification settings - Fork 438
/
authors.yml
97 lines (90 loc) · 3.6 KB
/
authors.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
# The primary author of this blog.
# Must be the same as `author` in `_config.yml`.
# Change `author1` to your shortname.
author1:
name: <firstname> <lastname>
email: <mail@domain.tld>
# Used at the bottom of each page and at the top of the `about` layout
# Markdown enabled, can use multiple paragraphs (enabled by `|`)
about: |
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Open `_data/authors.yml` to edit this text.
# This photo will be used in the about section
picture:
path: https://via.placeholder.com/128x128
# srcset is optional, but can be used to provide higher res versions for retina displays
srcset:
1x: https://via.placeholder.com/128x128
2x: https://via.placeholder.com/256x256
# Social media icons in sidebar
# Comment/uncommet to show/hide
# Rearrange to change the order in which they appear
# You can also provide an absolute URL (starting with https://) instead of usernames
social:
twitter: <username>
github: <username>
# email: <mail@domain.tld>
# rss: https://<url>/feed.xml
# facebook: <username>
# 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: <username>
# steam: <number>
# reddit: <username>
# tumblr: <username>
# pinterest: <username>
# foursquare: <number>
# yelp: <string>
# stackoverflow: <number/username>
# npm: <username>
# hackernews: <username>
# trello: <firstnamelastname>
# linkedin: <firstname-lastname-string>
# xing: <firstname_lastname_counter>
# blogger: <number>
# delicious: <username>
# stumbleupon: <username>
# paypal: <username>
# download: <url>
# keybase: <username>
# signal: <group-invite-code>
# threads: @<username>
# playstation: https://<url>
# messenger: https://<url>
# stripe: https://<url>
# slack: https://<url>
# gitlab: <username>
# line: <username>
# medium: <path>
# xbox: <gamer-tag>
# wechat: https://<url>
# discord: <invite-code>
# mastodon: https://<url>
# x: <username>
# Another author (optional)
author2:
name: <firtname> <lastname>
email: <mail@domain.tld>
about: |
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Open `_data/authors.yml` to edit this text.
picture: https://placehold.it/128x128
twitter: <username>
github: <username>