-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_dev_config.yml
More file actions
138 lines (121 loc) · 4.29 KB
/
Copy path_dev_config.yml
File metadata and controls
138 lines (121 loc) · 4.29 KB
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
129
130
131
132
133
134
135
136
137
138
# 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 😉
contact_form:
en: https://jesstemporal.notion.site/27252b5614cf4a3cb75df604432a912e
pt: https://jesstemporal.notion.site/3919dd3e5b6c80f0bbf8de4876374909
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: "" # the base hostname & protocol for your site
# reading time
reading_time: true
words_per_minute: 200
#sidebar
default-image: /images/logo.webp # 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: /favicon.ico
applefavicon: /apple-touch-icon.png
#footer
built-by:
copyright:
name: Jessica Temporal
link: 'https://jtemporal.com'
# Build settings
markdown: kramdown
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
# Rouge wraps blocks in a gutter/code table when line numbers are on.
block:
line_numbers: true
permalink: /:title/
paginate: 9
paginate_path: /page:num/
# Multi-language configuration
languages:
en:
flag: "🇺🇸"
name: "English"
code: "en"
locale: "en_US"
url: "/en/"
text:
know_more_button: "Learn more"
buy_button: "Buy on"
recent_articles_title: "Recent Articles"
related_articles_title: "Related Articles"
author_note_title: "Author Note"
pt:
flag: "🇧🇷"
name: "Português"
code: "pt"
locale: "pt_BR"
url: "/pt/"
text:
know_more_button: "Saiba mais"
buy_button: "Compre na"
recent_articles_title: "Artigos recentes"
related_articles_title: "Artigos relacionados"
author_note_title: "Nota da autora"
# Default language
default_language: en
# Tracker
analytics:
tagmanager:
#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: "/images/books/gitmicrobook-ipad-no-bg.webp"
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: /images/livros/microlivro-de-git-ipad.webp
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:
books:
output: true
hacktoberfest_projects_2019:
projects: true
hacktoberfest_projects_2020:
projects: true
hacktoberfest_projects_2021:
projects: true
hacktoberfest_projects_2022:
projects: true
hacktoberfest_projects_2023:
projects: true
hacktoberfest_projects_2024:
projects: true
hacktoberfest_projects_2025:
projects: true
# Sass style
sass:
style: compressed
# Include list
include: [.well-known, EnJtResume.pdf, folium, llms.txt]
exclude: [MULTI_LANGUAGE_SYSTEM.md, stitch_bilingual_blog_post_page_v1, _site, node_modules]
# Ruby Gems
plugins: [jekyll-paginate, jekyll-seo-tag, jekyll-sitemap, jekyll-redirect-from]