aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: b407f4fe7f43fe1b6f22755a2f1766b1fe5c333f (about) (plain) (blame)
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
---
title: <web>EuAndreh</web>
url: "https://euandre.org"
author:
  name: EuAndreh
  email: eu@euandre.org

permalink: /:year/:month/:day/:title:output_ext

markdown: kramdown # default markdown renderer for Jekyll
kramdown:
  syntax_highlighter_opts:
    span:
      line_numbers: false
    block:
      line_numbers: true

exclude:
  - Gemfile
  - Gemfile.lock
  - gemset.nix
  - README
  - TODOs.org
  - LICENSE
  - default.nix
  - utils.nix
  - shell.nix
  - spelling/
  - scripts/
  - result
  - templates/
  - drafts/
  - description
  - result

collections:
  articles:
    output: true
    permalink: /:year/:month/:day/:title:output_ext
  pastebins:
    output: true
    permalink: /pastebin/:year/:month/:day/:title:output_ext
  tils:
    output: true
    permalink: /til/:year/:month/:day/:title:output_ext
  slides:
    output: true
    permalink: /slides/:year/:month/:day/:title:output_ext

t:
  description:
    en: "EuAndreh's website"
    pt: "Site do EuAndreh"
    fr: "Site d'EuAndreh"
  pages:
    about:
      name:
        en: "About"
        pt: "Sobre"
        fr:  propos"
      url:
        en: "about.md"
        pt: "sobre.md"
        fr: "a-propos.md"
  articles:
    name:
      en: "<web>EuAndreh</web>"
      pt: "<web>EuAndreh</web>"
      fr: "<web>EuAndreh</web>"
    url:
      en: "en/index.md"
      pt: "pt/index.md"
      fr: "fr/index.md"
    listing:
      en: "Recent posts"
      pt: "Postagens recentes"
      fr: "Postes récent"
    feed:
      title:
        en: "EuAndreh's blog"
        pt: "Blog do EuAndreh"
        fr: "Blogue d'EuAndreh"
      url:
        en: "feed.articles.en.atom"
        pt: "feed.articles.pt.atom"
        fr: "feed.articles.fr.atom"
  pastebins:
    listing:
      en: "Pastings listing"
      pt: "Lista de pastebins"
      fr: "Liste de pastebins"
    feed:
      title:
        en: "EuAndreh's pastebins"
        pt: "Pastebins do EuAndreh"
        fr: "Pastebins d'EuAndreh"
      url:
        en: "feed.pastebins.en.atom"
        pt: "feed.pastebins.pt.atom"
        fr: "feed.pastebins.fr.atom"
  tils:
    name:
      en: "TIL"
      pt: "HEA"
      fr: "AJA"
    url:
      en: "til.md"
      pt: "hea.md"
      fr: "aja.md"
    listing:
      en: "TIL Listing"
      pt: "Lista de HEA"
      fr: "Liste de AJA"
    feed:
      title:
        en: "EuAndreh's TIL"
        pt: "HEA do EuAndreh"
        fr: "AJA d'EuAndreh"
      url:
        en: "feed.tils.en.atom"
        pt: "feed.tils.pt.atom"
        fr: "feed.tils.fr.atom"
  slides:
    name:
      en: "Slides"
      pt: "Eslaides"
      fr: "Diapositives"
    url:
      en: "slides.md"
      pt: "eslaides.md"
      fr: "diapositives.md"
    listing:
      en: "Slides Listing"
      pt: "Lista de Eslaides"
      fr: "Liste des Diapositives"
    feed:
      title:
        en: "EuAndreh's slides"
        pt: "Slides do EuAndreh"
        fr: "Diapositives d'EuAndreh"
      url:
        en: "feed.slides.en.atom"
        pt: "feed.slides.pt.atom"
        fr: "feed.slides.fr.atom"
  posted_on:
    en: "Posted on"
    pt: "Postado em"
    fr: "Publié le"
  updated_at:
    en: "Updated on"
    pt: "Atualizado em"
    fr: "Mis à jour le"
  alt:
    atom:
      en: "Atom/RSS icon"
      pt: "Ícone de Atom/RSS"
      fr: "Icône Atom/RSS"
    envelope_icon:
      en: "Envelope icon"
      pt: "Ícone de envelope"
      fr: "Icône d'enveloppe"
    lock_icon:
      en: "Lock icon"
      pt: "Ícone de fechadura"
      fr: "Icône de verrouillage"
  footer:
    en: >-
      The content for this site is licensed under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. The <a href="https://git.sr.ht/~euandreh/website">code</a> is <a href="https://git.sr.ht/~euandreh/website/tree/master/LICENSE">GPLv3 or later</a>. Patches welcome.
    pt: >-
      O conteúdo deste site é licenciado sob a licença <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. O <a href="https://git.sr.ht/~euandreh/website">código</a> é <a href="https://git.sr.ht/~euandreh/website/tree/master/LICENSE">GPLv3 ou versões maiores</a>. Patches bem-vindas.
    fr: >-
      Le contenu de cette site est sous la licence <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. Le <a href="https://git.sr.ht/~euandreh/website">code</a> est <a href="https://git.sr.ht/~euandreh/website/tree/master/LICENSE">GPLv3 ou supérieur</a>. Patchs bienvenus.
  months:
    en:
      - January
      - February
      - March
      - April
      - May
      - June
      - July
      - August
      - September
      - October
      - November
      - December
    pt:
      - Janeiro
      - Fevereiro
      - Março
      - Abril
      - Mail
      - Junho
      - Julho
      - Agosto
      - Setembro
      - Outubro
      - Novembro
      - Dezembro
    fr:
      - Janvier
      - Fèvrier
      - Mars
      - Avril
      - Mail
      - Juin
      - Juillet
      - Août
      - Septembre
      - Octobre
      - Novembre
      - Décembre