diff --git a/config/_default/params.toml b/config/_default/params.toml index f1ed6d5..165b1c6 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -10,8 +10,24 @@ palette = "runtimeterror" # Sidebar: about/bio [about] title = "runtimeterror" -description = "Better living through less-bad code." logo = "images/broken-computer.svg" +taglines = [ + "better living through less shitty code", + "bugs are like onions, they have layers", + "bugs, uh, find a way", + "creating new and exciting bugs", + "houston, we have a bug", + "i ain't afraid of no code", + "i see null pointers", + "i'm not a real programmer", + "keep your friends close, but your breakpoints closer", + "may the code be with you", + "ship things and breakfast", + "there's no place like localhost", + "tonight we test in prod", + "why did it have to be bugs", + "you can't handle the exception", +] # Sidebar: social links # Available icon sets: diff --git a/layouts/partials/about.html b/layouts/partials/about.html new file mode 100644 index 0000000..de89209 --- /dev/null +++ b/layouts/partials/about.html @@ -0,0 +1,15 @@ +{{ with .Site.Params.about }} +