aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 1ed53e7f52617a533a34fa870da2de6cece35cf3 (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
---
title: <web>EuAndreh</web>
url: "https://euandre.org"
author:
  name: EuAndreh
  email: eu@euandre.org

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

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

t:
  blog_url:
    en: "/en/"
    pt: "/pt/"
    fr: "/fr/"
  about:
    en: "About"
    pt: "Sobre"
    fr:  propos"
  about_url:
    en: "/about.html"
    pt: "/sobre.html"
    fr: "/a-propos.html"
  til:
    en: "TIL"
    pt: "HEA"
    fr: "AJA"
  til_url:
    en: "/til.html"
    pt: "/hea.html"
    fr: "/aja.html"
  til_listing:
    en: "TIL Listing"
    pt: "Lista de HEA"
    fr: "Liste de AJA"
  recent_posts:
    en: "Recent posts"
    pt: "Postagens recentes"
    fr: "Postes récent"
  feed:
    title:
      blog:
        en: "EuAndreh's blog"
        pt: "Blog do EuAndreh"
        fr: "Blogue d'EuAndreh"
      til:
        en: "EuAndreh's TIL"
        pt: "HEA do EuAndreh"
        fr: "AJA d'EuAndreh"
    url:
      blog:
        en: "/feed.blog.en.atom"
        pt: "/feed.blog.pt.atom"
        fr: "/feed.blog.fr.atom"
      til:
        en: "/feed.til.en.atom"
        pt: "/feed.til.pt.atom"
        fr: "/feed.til.fr.atom"
  posted_on:
    en: "Posted on"
    pt: "Postado em"
    fr: "Publié le"
  updated_at:
    en: "Updated at"
    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: "Ícone 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</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>.
    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</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>.
    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</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>.
  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