-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
108 lines (98 loc) · 2.64 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Site & SEO settings
title: Luis Puerto Jr.
email: luis.jr@luispuerto.net
description: >
This the personal blog of Luis Puerto Jr. At the moment his parents are the
ones managing and writing on it.
url: "https://jr.luispuerto.net"
baseurl: ""
google_analytics: UA—XXXXXXXX-X
twitter_username:
default_img: https://picsum.photos/2000/1200?image=1003
# Profile settings
## Main Profile
name: Luis Puerto Díaz
profile_img: https://picsum.photos/2000/1200?image=1003
about: >
I just born and I'm here. Son of Olalla & Luis.
True European, since I was born in Finland from
Spanish parents. I just born and I'm here.
social:
github: https://github.com/luispuerto/jr.luispuerto.net
copyright: LPD
## Additional profiles
authors:
lpuerto:
name: Luis Puerto Sr.
profile_img: https://luispuerto.net/assets/images/pages/header-splash.jpg
about: >
Father of the owner of the site. Born in Ponferrada, Spain.
A Forest Engineer interested in Science and Technology.
Fascinated about almost everything
email: luis@luispuerto.net
social:
twitter: https://twitter.com/lpuerto
linkedin: https://www.linkedin.com/in/lpuerto
github: https://github.com/luispuerto/
user-circle: https://luispuerto.net
olalla:
name: Olalla Díaz Yáñez
profile_img: https://olalladiaz.net/assets/images/profile.jpg
about: >
Mother of the owner of the web.
social:
twitter: http://twitter.com/olalla
instagram: http://instagram.com/olalla
github: https://github.com/oldiya
user-circle: https://olalladiaz.net
# Build settings
markdown: kramdown
highlighter: rouge
incremental: false
future: false
plugins:
- jekyll-paginate
- jekyll-sitemap
- octopress-autoprefixer
compress_html:
clippings: all
comments: all
startings: [html, head, body]
include:
- _pages
- _redirects
exclude:
- _screenshots
- .DS_Store
- Gemfile
- Gemfile.lock
- LICENSE.txt
- README.md
# Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
math_engine: mathjax
math_engine_opts: # more info: https://kramdown.gettalong.org/math_engine/mathjax.html
preview: false
preview_as_code: false
syntax_highlighter_opts:
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
# Outputting
paginate: 5
paginate_path: "/blog/page-:num"
permalink: /:year/:month/:day/:title/
timezone: UTC # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Sass
sass:
style: compressed