-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (42 loc) · 908 Bytes
/
_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
# Build settings
#theme: minimal-mistakes-jekyll
remote_theme: "mmistakes/[email protected]"
plugins:
- jekyll-feed
- jekyll-relative-links
- jekyll/scholar
- jeyll-seo-tag
- jekyll-include-cache
relative_links:
enabled: true
collections: true
permalink: /:collection/:year-:month-:day-:title:output_ext
show_excerpts: true
github_username: joofio
scholar:
style: modern-language-association
order: descending
sort_by: year,month
bibliography_template: bib
repository: joofio/online-cv
author: João Almeida
title: "joaoalmeida"
name: "joaoalmeida"
baseurl: ""
url: "https://joaofcalmeida.pt"
include: [CNAME]
##minimal-mistakes
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: false
share: false
related: true
github:
token: $JEKYLL_GITHUB_TOKEN