Skip to content

Commit 79ebaef

Browse files
Updated bio text to include logo credit
1 parent d88303d commit 79ebaef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,10 @@ index_format = "elasticlunr_javascript"
186186
name = "Stijn van Houwelingen he/him" # Your name
187187
id = "TeaDrinkingProgrammer" # Your id / username / handle
188188
home = "home" # Home name
189-
bio = "A programming student from the Netherlands. Loves music, languages and programming" # Your bio
189+
bio = """
190+
A programming student from the Netherlands. Loves music, languages and programming.
191+
192+
<p class="italic text-sm">Logo by <a href="https://emilybau.com/" target="_blank">Emily Baucom</a></p>""" # Your bio
190193
avatar = "icons/logo.png" # Your avatar
191194
links = [ # Your links
192195
{ name = "GitHub", icon = "github", url = "https://github.com/TeaDrinkingProgrammer" },

0 commit comments

Comments
 (0)