forked from jtemporal/jtemporal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
89 lines (74 loc) · 3.24 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Jessica Temporal
tagline: Posts about python, data science, git, open source and more 😉
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Sr. Dev Advocate 🥑 • 🎙 Podcaster @pizzadedados • Creator of @gitfichas • GitHub ⭐️ • cross stitch & knitter • 🇧🇷 & 🇨🇦 • she/her •
Opinions are my own.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://jtemporal.com" # the base hostname & protocol for your site
# reading time
reading_time: true
words_per_minute: 200
#sidebar
default-image: logo.png # If there is no featured image in a post then this image will be showed. Also on all pages this image will be showed. Use a 500x250 image.
favicon: https://res.cloudinary.com/jesstemporal/image/upload/v1671381240/favicon_p3m2nf.ico
applefavicon: https://res.cloudinary.com/jesstemporal/image/upload/v1671381215/apple-touch-icon_ka9zbv.png
#footer
built-by:
copyright:
name: Jessica Temporal
link: 'https://jtemporal.com'
# Build settings
markdown: kramdown
permalink: /:title/
paginate: 30
paginate_path: /page:num/
# Tracker
analytics: UA-89599031-1
tagmanager: GTM-KKCR3VG
posthog: phc_TJ8wDQtZEO0sAotAYkJLOeQmEnDU3JByJXQL8hJGDdJ
# Comments
#social
twitter:
username: jesstemporal
card: summary_large_image
github: https://github.com/jtemporal
banner_books:
en:
book:
title: "The Big Git Microbook"
subtitle: "A quick guide to commands you will use daily"
page: "/gitmicrobook"
cover: "https://res.cloudinary.com/jesstemporal/image/upload/v1690996726/books/gitmicrobook-ipad-no-bg_kqhekh.png"
short_description: "What if you could have a Git dictionary? A book where you could find a description of how the most commonly used commands work, with practical examples?"
gumroad: https://jessicatemporal.gumroad.com/l/gitmicrobook?wanted=true
amazon: https://www.amazon.com/dp/B0CDNX6NS7/ref=sr_1_1?&_encoding=UTF8&tag=jesstempora0e-20&linkCode=ur2&linkId=efc4229f6b816609dfce4f185781d99a&camp=1789&creative=9325
pt:
book:
title: "O Grande Microlivro de Git"
subtitle: "Um guia rápido para comandos que você usará diariamente"
page: /microlivrodegit
cover: https://res.cloudinary.com/jesstemporal/image/upload/v1689030772/livros/microlivro-de-git-ipad_qympi3.png
short_description: "E se você pudesse ter um dicionário de Git? Um livro onde você encontrasse uma descrição do funcionamento dos comandos mais comuns utilizados no dia-a-dia, com exemplos práticos?"
gumroad: https://jessicatemporal.gumroad.com/l/microlivrodegit?wanted=true
amazon: https://amzn.to/3SETpx4
# Collections
collections:
hacktoberfest_projects:
projects: true
books:
output: true
# Sass style
sass:
style: compressed
# Include list
include: [.well-known, EnJtResume.pdf, folium]
# Ruby Gems
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-sitemap]