runtimeterror/config/_default/params.toml

126 lines
3.8 KiB
TOML
Raw Normal View History

noindex = false
usePageBundles = true
description = "while (true) { bugs++; }"
2023-08-17 01:09:59 +00:00
mainSections = ["posts"]
fallBackOgImage = "images/broken-computer.svg"
2023-08-22 00:54:33 +00:00
numberOfFeaturedPosts = 5
2023-08-28 21:45:24 +00:00
author = "John Bowdre"
2023-08-17 01:09:59 +00:00
2023-08-23 13:58:31 +00:00
indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-."
2023-08-21 21:42:59 +00:00
# Comments
comments = true
2023-08-22 13:12:15 +00:00
utterancesRepo = "jbowdre/site-comments"
utterancesIssueTerm = "og:title"
2023-08-21 21:42:59 +00:00
utterancesTheme = "gruvbox-dark"
[theme]
palette = "runtimeterror"
# Sidebar: about/bio
[about]
title = "runtimeterror"
logo = "images/broken-computer.svg"
taglines = [
2023-08-28 14:41:33 +00:00
"[ctrl] + [alt] + [defeat]",
2023-08-20 13:29:35 +00:00
"[ESC]:q!",
2023-08-28 14:41:33 +00:00
"abandon all hope, ye who code here",
"all your bugs are belong to us",
2023-08-20 13:29:35 +00:00
"array index out of bounds",
"bad file descriptor",
"better living through less shitty code",
2023-08-20 13:29:35 +00:00
"broken pipe",
2023-08-28 14:41:33 +00:00
"buffering... and buffering... and buffering...",
"bugs are like onions, they have layers",
"bugs, uh, find a way",
2023-08-20 13:29:35 +00:00
"calm that panicked kernel",
"cannot access private member declared in class",
"class/struct has no member named undefined",
2023-08-28 14:41:33 +00:00
"coding crimes",
2023-08-20 13:29:35 +00:00
"connection reset by peer",
2023-08-20 17:56:43 +00:00
"converting caffeine into code",
"creating new and exciting bugs",
2023-08-20 13:29:35 +00:00
"cyclic dependency detected",
"destructor cannot be overloaded",
"directory not empty",
"division by zero",
"error: could not stat or open file",
"expression has no effect",
"file descriptor in bad state",
2023-08-28 14:41:33 +00:00
"floating in a sea of bugs",
2023-08-20 13:29:35 +00:00
"from chatgpt with bugs",
"from the creators of 'undefined is not a function'",
"function does not return a value",
2023-08-28 14:41:33 +00:00
"glitches, hitches, and a lot of coffee",
"god wouldn't be up this late",
"hello world, hello bugs",
2023-08-20 13:29:35 +00:00
"host key verification failed",
"houston, we have a bug",
"i ain't afraid of no code",
2023-08-20 13:29:35 +00:00
"i opened vi and i can't get out",
"i see null pointers",
2023-08-20 13:29:35 +00:00
"i'd tell you a udp joke but",
"i'm in ur codez, fixin ur bugz",
"i'm not a real programmer",
2023-08-20 13:26:13 +00:00
"i'm the one who debugs",
2023-08-20 13:29:35 +00:00
"invalid assignment",
"invalid option",
2023-08-20 13:26:13 +00:00
"invalid username or password",
2023-08-28 14:41:33 +00:00
"it's not a bug, it's a feature in search of a use case",
2023-08-20 13:29:35 +00:00
"keep your friends close, but your breakpoints closer",
2023-08-20 13:26:13 +00:00
"kernel panic - not syncing: attempted to kill init",
2023-08-20 13:29:35 +00:00
"may the code be with you",
2023-08-20 17:56:43 +00:00
"mess with the test, fail like the rest",
"need input",
2023-08-20 13:29:35 +00:00
"no such file or directory",
2023-08-28 14:41:33 +00:00
"now where did i leave my null pointer...",
2023-08-20 13:26:13 +00:00
"out of memory: kill process or sacrifice child",
"permission denied (publickey)",
2023-08-20 13:29:35 +00:00
"pointer arithmetic on non-pointer type",
"put that in your tar pipe and send it",
"read-only file system",
2023-08-20 13:26:13 +00:00
"resource temporarily unavailable",
2023-08-20 17:56:43 +00:00
"root is not in the sudoers file. this incident will be reported",
2023-08-28 14:41:33 +00:00
"seeking harmony in a symphony of bugs",
2023-08-20 13:29:35 +00:00
"segmentation fault (core dumped)",
"ship things and breakfast",
2023-08-20 13:26:13 +00:00
"stale nfs file handle",
"sudo make me a sandwich",
"syntax error: unexpected end of file",
"syntax error: unexpected token",
2023-08-20 13:29:35 +00:00
"that's a layer 8 problem",
2023-08-28 14:41:33 +00:00
"the bug stops here",
2023-08-20 13:29:35 +00:00
"the system is down",
"there's no place like $HOME",
"tonight we test in prod",
"unable to open display",
2023-08-20 13:26:13 +00:00
"undefined reference to function",
2023-08-20 13:29:35 +00:00
"unexpected token",
"variable has already been declared",
2023-08-28 14:41:33 +00:00
"when in doubt, print it out",
"where there's code, there's bugs",
"while (bugs) { fix(); }",
2023-08-20 13:29:35 +00:00
"while (true) { bugs++; }",
"why did it have to be bugs",
"write error: no space left on device",
"you can't handle the exception",
]
# Sidebar: social links
# Available icon sets:
# * FontAwesome 6 <https://fontawesome.com/> ('fa-brands', 'fa-normal', or 'fa-solid' for brands)
# * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
[[socialLinks]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/jbowdre"
[[socialLinks]]
icon = "fa-solid fa-envelope"
title = "Email"
url = "mailto:ops@runtimeterror.dev"
2023-08-24 01:00:48 +00:00
[[socialLinks]]
icon = "fa-solid fa-circle-user"
url = "https://counter.social/@john_b"