forked from seb-vial/grav-plugin-about-me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.yaml
executable file
·49 lines (45 loc) · 2.26 KB
/
aboutme.yaml
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
enabled: true # Activate the plugin
built_in_css: true # Use the default CSS
name: "Santa Claus" # Your full name
title: "Present Giver" # Your title/job
show_title: true # Show your title/job
description: "Santa Claus, Saint Nicholas, Saint Nick, Father Christmas, Kris Kringle, Santy, or simply Santa is a figure with legendary, historical and folkloric origins who, in many Western cultures, is said to bring gifts to the homes of good children on 24 December, the night before Christmas Day. The modern figure of Santa Claus is derived from the British figure of Father Christmas, the Dutch figure of Sinterklaas, and Saint Nicholas, the historical Greek bishop and gift-giver of Myra. During the Christianization of Germanic Europe, this figure may also have absorbed elements of the god Odin, who was associated with the Germanic pagan midwinter event of Yule and led the Wild Hunt, a ghostly procession through the sky" # Tell us a bit about yourself
picture_src: # The path of your avatar, I recommand to use the admin plugin and go to the plugin configuration so you can upload your avatar there, the path will be filled for you.
user/plugins/aboutme/assets/avatars/santa.jpg:
name: santa.jpg
type: image/jpeg
size: 43391
path: user/plugins/aboutme/assets/avatars/santa.jpg
gravatar:
enabled: false # Enables gravatar, it will override picture_src option
email: "example@test.com" # The email address your gravatar is attached to
size: 100 # The size of your gravatar
social_pages:
enabled: true # Enables social network pages
use_font_awesome: false # Use FontAwesome, enable this option only if FontAwesome is not loaded by your theme or another plugin
pages: # Your social network pages here ! Change the order at will by changing the default position value. You can also change the font icon and the title
facebook:
icon_type: b
icon: facebook
title: Facebook
position: 1
twitter:
icon_type: b
icon: twitter
title: Twitter
position: 2
github:
icon_type: b
icon: github
title: GitHub
position: 3
linkedin:
icon_type: b
icon: linkedin
title: LinkedIn
position: 4
instagram:
icon_type: b
icon: instagram
title: Instagram
position: 5