-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
55 lines (55 loc) · 1.18 KB
/
config.json
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
{
"siteTitle": "segunda.tech",
"outputDir": "_site",
"copy": {
"/posts": "/"
},
"feed": {
"type": "rss",
"title": "segunda.tech",
"description": "Artigos, podcasts e vídeos explicando de forma simples e clara os conceitos mais importantes da área de desenvolvimento de software e ciência da computação em geral.",
"id": "https://segunda.tech",
"link": "https://segunda.tech/posts",
"image": "https://segunda.tech/img/logo.png",
"copyright": "Copyright: Marcio Frayze David",
"language": "pt-br",
"generator": "Elmstatic",
"author": {
"name": "Marcio Frayze David",
"link": "https://segunda.tech/about"
}
},
"tags": [
"podcast",
"podcast-segunda.tech",
"artigo",
"vídeo",
"programaçãofuncional",
"arquitetura",
"liderança",
"poo",
"web",
"tdd",
"java",
"javascript",
"integraçãocontínua",
"spa",
"vim",
"flutter",
"extremeprogramming",
"english",
"curso",
"clojure",
"fantasyconsole",
"pico-8",
"tic-80",
"elm",
"pomodoro",
"hipsters",
"virtual-dom",
"alura",
"edudu",
"touchwhen",
"tauri"
]
}