-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
144 lines (128 loc) · 2.96 KB
/
config.toml
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
baseURL = 'https://swe-to-mle.pages.dev'
languageCode = 'en'
languageName = "English"
title = 'SWE to ML Engineer'
theme = 'loveit'
[author]
name = "peluche"
email = "[email protected]"
link = ""
[menu]
[[menu.main]]
weight = 1
identifier = "posts"
pre = ""
post = ""
name = "Posts"
url = "/posts/"
title = ""
[[menu.main]]
weight = 2
identifier = "tags"
pre = ""
post = ""
name = "Tags"
url = "/tags/"
title = ""
[[menu.main]]
weight = 3
identifier = "categories"
pre = ""
post = ""
name = "Categories"
url = "/categories/"
title = ""
[[menu.main]]
weight = 4
identifier = "about"
pre = ""
post = ""
name = "About"
url = "/about/"
title = ""
[[menu.main]]
weight = 5
identifier = "hire-me"
pre = ""
post = ""
name = "Hire Me"
url = "/hire-me/"
title = ""
[[menu.main]]
weight = 6
identifier = "deck"
pre = "<i class='fas fa-book-skull fa-fw' aria-hidden='true'></i>"
post = ""
name = "Deck"
url = "https://deckofmanyprompts.com/"
title = "Deck of Many Prompts"
[[menu.main]]
weight = 7
identifier = "x-twitter"
pre = "<i class='fab fa-twitter fa-fw' aria-hidden='true'></i>"
post = ""
name = ""
url = "https://x.com/peluchewastaken"
title = ""
[[menu.main]]
weight = 8
identifier = "github"
pre = "<i class='fab fa-github fa-fw' aria-hidden='true'></i>"
post = ""
name = ""
url = "https://github.com/peluche/SWE-to-MLE"
title = "GitHub"
[markup]
[markup.highlight]
noClasses = false
[params]
title = "SWE to ML Engineer"
description = "Journey from a Software Enginner (SWE) to a Machine Learning Engineer (MLE)."
[params.header]
[params.header.title]
logo = ""
name = "SWE to ML Engineer"
typeit = false
[params.footer]
enable = true
hugo = false
copyright = true
since = 2023
custom = '<a href="https://www.recurse.com/scout/click?t=dcdcd5fced9bfab4a02b4dd6bb05199e"><img width="30px" src="/rc.svg"></img></a>'
[params.section]
paginate = 20
dateFormat = "01-02"
[params.app]
title = "SWE to ML Engineer"
[params.search]
enable = false # TODO
[params.home]
[params.home.profile]
enable = true
gravatarEmail = "[email protected]"
subtitle = "Welcome to my journey from SWE to ML Engineer"
typeit = true
social = true
[params.home.posts]
enable = true
paginate = 20
[params.social]
GitHub = "peluche"
Email = "[email protected]"
Goodreads = "90439302-peluche"
Twitter = "peluchewastaken"
RSS = true
[params.page]
[params.page.toc]
enable = true
[params.page.code]
maxShownLines = -1
[params.page.comment]
enable = true
[params.page.comment.utterances]
enable = true
repo = "peluche/SWE-to-MLE"
issueTerm = "pathname"
label = ""
lightTheme = "github-light"
darkTheme = "github-dark"