-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
63 lines (59 loc) · 1.49 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
title: Paula Mendez
logo: /assets/img/logo.png
email: dev dot paulamendez at gmail dot com
description: DevOps Engineer. AWS + Python. 26 years old.
show_downloads: false
google_analytics: G-WB8Y8SW22J
color-scheme: dark
favicon: true
pagination:
enabled: true
per_page: 3
permalink: /:year/:month/:title.html
title: ' - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jemoji
- jekyll-paginate-v2
sidebar:
- name: San Diego, CA
icon: <i class="fa-solid fa-location-dot"></i>
- name: LinkedIn
icon: <i class="fa-brands fa-linkedin"></i>
link: https://www.linkedin.com/in/paulamendez1/
- name: GitHub
icon: <i class="fa-brands fa-github"></i>
link: https://github.com/paulipotter
- name: Blog
icon: <i class="fa-solid fa-pen"></i>
link: /blog
- name: Resume
icon: <i class="fa-solid fa-file-arrow-down"></i>
link: /MendezResume.pdf
# https://github.com/github/pages-gem/issues/399#issuecomment-301827749
# When running locally, we run into the following error —
# GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
# adding this avoids it
github: [metadata]
collections:
authors:
output: true
defaults:
- scope:
path: ""
type: "authors"
values:
layout: "author"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
values:
layout: "default"