forked from jeromelachaud/freelancer-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
77 lines (65 loc) · 2.05 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
# Site settings
title: Pierre Beucher - Crafteo
subtitle: DevOps Consultant & Trainer
email: pierre@crafteo.io
url: https://crafteo.io
description: "Pierre Beucher - DevOps Consultant & Trainer"
keywords: "devops, kubernetes, cloud, docker"
meta_author: Pierre Beucher
# Google webmaster tools
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
# Contact form:
# - static : pass through formspree.io to validate email sending
# - disqus : replace contact form by disqus thread
# - comment the line below if you want to stick with the default PHP contact form
contact: ""
# If you use disqus you need disqus shortname
# https://help.disqus.com/customer/portal/articles/466208
# disqus_shortname: myshortname
# Color settings (hex-codes without the leading hash-tag)
color:
primary: 00d4c4
primary-rgb: "64,0,163"
secondary: 4000a3
secondary-dark: 33007f
# Footer settings
footer:
copyright: Pierre Beucher - Crafteo
location: Where am I located?
social: A few social links
credits: Credits
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: stack-overflow
name: Stack Overflow
url: https://stackoverflow.com/users/5465973/pierre-b
- title: github
name: GitHub
url: https://github.com/PierreBeucher
- title: linkedin
url: https://www.linkedin.com/in/pierre-beucher/
name: LinkedIn
# Postal address (add as many lines as necessary)
address:
- line: 📍 🗺️ Lyon, France
- line: 🚄 Mobile through all of France
# Credits content
credits:
- line: 'Graphic identity made with <3 by'
- line: '<a href="https://www.lesalfredines.com/">Les Alfredines</a>'
- line:
- line: 'Page theme adapted from'
- line: '<a href="https://github.com/jeromelachaud/freelancer-theme">Freelancer of Jerome Lachaud</a>'
# Build settings
markdown: kramdown
permalink: pretty
#for posts
defaults:
- scope:
path: ""
type: "posts"
values:
permalink: ""
include: [".well-known"]