aboutsummaryrefslogtreecommitdiff
path: root/_config.yml
blob: 2fdccd6e8c7a1dec5c520e4cce051df31efd70cb (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
---
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/

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

t:
  about:
    en: "About"
    pt: "Sobre"
  about_url:
    en: "/about.html"
    pt: "/sobre.html"
  til:
    en: "TIL"
    pt: "HEA"
  til_url:
    en: "/til.html"
    pt: "/hea.html"
  til_listing:
    en: "TIL Listing"
    pt: "Lista de HEA"
  home:
    en: "EuAndreh's blog"
    pt: "Blog do EuAndreh"
  home_url:
    en: "/en/"
    pt: "/pt/"
  recent_posts:
    en: "Recent posts"
    pt: "Postagens recentes"
  feed:
    title:
      blog:
        en: "EuAndreh's blog feed"
        pt: "Feed do blog do EuAndreh"
      til:
        en: "EuAndreh's TIL feed"
        pt: "Feed do HEA do EuAndreh"
    url:
      blog:
        en: "/feed.blog.en.atom"
        pt: "/feed.blog.pt.atom"
      til:
        en: "/feed.til.en.atom"
        pt: "/feed.til.pt.atom"
  date_format:
    en: "%B %-d, %Y"
    pt: "%-d de %B de %Y"
  posted_on:
    en: "Posted on"
    pt: "Postado em"
  updated_at:
    en: "Updated at"
    pt: "Atualizado em"
  alt:
    atom:
      en: "Atom/RSS icon"
      pt: "Ícone de Atom/RSS"
    envelope_icon:
      en: "Envelope icon"
      pt: "Ícone de envelope"
    lock_icon:
      en: "Lock icon"
      pt: "Ícone de fechadura"
  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 desse site é licensiado 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>.