-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
74 lines (61 loc) · 1.67 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
remote_theme: "mmistakes/minimal-mistakes@4.23.0"
minimal_mistakes_skin: "dark"
locale: "en"
timezone: "Europe/London"
title: "Ciscoski's brain dump"
title_reparator: ">>"
subtitle: #""
description: >- # this means to ignore newlines until "baseurl:"
Ciscoski's github page.
My effort to give back to the comunity.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.ciscoski.me" # the base hostname & protocol for your site, e.g. http://example.com
repository: "ciscoski/ciscoski.github.io"
logo: "/assets/images/noun_Brain_3867897.svg"
links: &social_links
- label: "EMail"
icon: "fas fa-fw fa-at"
url: "mailto:mail@ciscoski.me"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/ciscoski"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/francescocervellera"
footer:
links: *social_links
comments:
provider: "utterances"
utterances:
theme: "github-dark"
issue_term: "pathname"
search: true
name: "Cisco Cervellera"
social: &social
links: # An array of links to social media profiles
- "https://twitter.com/ciscoski"
- "https://facebook.com/ciscoski"
- "https://www.linkedin.com/in/francescocervellera"
author:
name : "Cisco Cervellera"
avatar : "/assets/images/bio-photo.png"
bio : ""
location : "Cambridge, UK"
links: *social_links
plugins:
- jekyll-feed
- jekyll-include-cache
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
show_date: true
read_time: true
comments: false
share: true
related: true