-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (51 loc) · 1.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
title: Marco Rovere
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
A few info about myself
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: rovere
# Build settings
markdown: kramdown
remote_theme: daattali/beautiful-jekyll
#local_theme: beautiful-jekyll
navbar-links:
Home: "/"
About me: "about"
avatar: "img/avatar-icon.jpeg"
round-avatar: true
author: Marco Rovere
# Select which links to show in the footer
social-network-links:
rss: false
email: "[email protected]"
github: rovere
linkedin: "rovere-marco-7032b528"
share-links-active:
linkedin: true
# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
social-share: false
readtime: true
-
scope:
path: "" # all files
values:
layout: "page"
show-avatar: true
link-col: "#404040"
hover-col: "#3465A4"
google_analytics: "UA-50988891-2"
plugins:
- jekyll-feed
- jekyll-remote-theme
- jekyll-local-theme
- jekyll-paginate
- jekyll-sitemap