-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
128 lines (118 loc) · 3.06 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-timeago
- jekyll-thumbnail-img
- jekyll-toc
title: Noe Nieto
tagline: Mi sitio personal | Personal site
email: [email protected]
description: >
Hi! I'm an Electronics Engineer that's been happily working with software for the
last 20+ years.
I've played different roles in the past, i.e., Frontend, Backend, Sysadmin and DBA.
I like Free/Libre/Open Source Software. That's why I'd also like to define myself as a FLOSS generalist.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://noenieto.com" # the base hostname & protocol for your site
author:
name: Noe Nieto
description: Senior Software Engineer
picture: /media/noe_nieto_480.jpg
url: https://www.noenieto.com
github: https://github.com/misaelnieto
linkedin: https://www.linkedin.com/in/noe-nieto-13529524
youtube: https://www.youtube.com/@nnietocs
twitter_username: misaelnieto_a
github_username: misaelnieto
gh_sponsor: misaelnieto
site: https://www.noenieto.com
comments: true
# webmaster_verifications:
# google: 1234
# bing: 1234
# alexa: 1234
# yandex: 1234
# baidu: 1234
# facebook: 1234
# remote_theme: chrisrhymes/[email protected]
theme: bulma-clean-theme
google_analytics: G-H2W0NR3S1W
#SEO
twitter:
username: misaelnieto_a
social:
name: Noe Nieto
links:
- https://twitter.com/misaelnieto_a
- https://www.facebook.com/nnietoarroyo
- https://www.linkedin.com/in/noe-nieto-13529524
- https://plus.google.com/u/0/105796039075975387109
- https://github.com/misaelnieto
- https://bitbucket.org/nnieto/
- http://stackoverflow.com/users/667559/noe-nieto
prose:
rooturl: '_posts'
siteurl: "http://noenieto.com/"
relativeLinks: 'http://prose.github.io/starter/links.jsonp'
ignore: ['Blog-Jekyll.sublime-project', 'Blog-Jekyll.sublime-workspace', 'CNAME']
media: "media"
# Settings for the bulma-clean theme
paginate: 10
paginate_path: "/blog/:num"
footer_menu: footer
show_sidebar: false
favicon: /favicon.ico
exclude:
- .github/
- vercel_install.sh
- vercel.json
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- .frontmatter/
- frontmatter.json
- watch.sh
# SEtttings for autolink plugin
autolinks:
link_attr: 'target="_blank"'
force_theme: light
# Defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
pagination:
enabled: true
permalink: "/blog/:num"
sort_reverse: false
author: "Noe Nieto"
layout: post
show_sidebar: true
hero_height: is-fullwidth
hero_darken: true
permalink: /blog/:year/:title
-
scope:
path: ""
type: "tutoriales"
values:
hero_svg: /assets/img/heroes/groovy.svg
hero_darken: true
layout: tutorial
show_sidebar: false
permalink: /:collection/:path
author: "Noe Nieto"
# Configuration for collections/codice
collections:
tutoriales:
output: true
sort_by: index