-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
76 lines (72 loc) · 2.1 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
title: "🌎 Adolfo Andres Hincapie"
email: aahincap@unal.edu.co
timezone: UTC
baseurl: ''
permalink: "/:title/"
logo: 'assets/images/88x88.png'
favicon: 'assets/images/favicon.ico'
author: Andrés Hincapié
paginate: 30
locale: en_us
lang: en_us
feed_items: 15
feed_update_period: daily
feed_update_frequency: 1
mermaid:
src: 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js'
theme: 'forest'
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true
sass:
sass_dir: _sass
style: :compressed
ganalytics: UA-138701831-1
# Authors
authors:
Andrés Hincapié:
name: Andrés Hincapié
display_name: Andrés H
avatar: 'assets/images/minimal-avatars_new.svg'
email: aahincap@unal.edu.co
web: https://aahincapie.github.io
twitter: https://twitter.com/
linkedin: https://www.linkedin.com/in/aahincapie/
description: "Geek author writing romance and mystery stories with a twist - carbon markets and climate change. Andres also likes to work on improving the methodology used to measure carbon. He likes to delve into the challenges of the market, such as the quality of projects, the role of governments, leakage and performance of the market."
Copier:
name: John Doe
display_name: John Doe
avatar: 'assets/images/john.png'
email: john.doe@example.com
web: https://example.com
twitter: https://twitter.com/
description: "This is the author box. Write a short description of the author here. You are currently previewing Affiliates theme demo, a Jekyll template compatible with Github pages."
# Social
social:
instagram: https://www.instagram.com/aandreshinca/
facebook: https://www.facebook.com/aahincapie
twitter: https://twitter.com/aandreshinca/
linkedin: https://www.linkedin.com/in/aahincapie/
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
- jekyll-spaceship
- jekyll-mermaid
- jekyll-include-cache
# React build directory configuration
exclude:
- node_modules
- package.json
- package-lock.json
- webpack.config.js
- src
- public
include:
- _pages
- assets
- build