runtimeterror/config/_default/params.toml

201 lines
5.2 KiB
TOML
Raw Normal View History

noindex = false
usePageBundles = true
description = "while (true) { bugs++; }"
2023-08-17 01:09:59 +00:00
mainSections = ["posts"]
2023-12-23 15:27:31 +00:00
fallBackOgImage = "images/broken-computer.png"
2023-08-22 00:54:33 +00:00
numberOfFeaturedPosts = 5
2023-09-12 22:02:42 +00:00
numberOfRelatedPosts = 5
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-12-31 21:29:58 +00:00
giscusCategory = "Announcements"
giscusCategoryId = "DIC_kwDOKKEGD84CcG89"
giscusCrossOrigin = "anonymous"
giscusEmitMetadata = "0"
giscusInputPosition = "bottom"
giscusLang = "en"
giscusLoading = "lazy"
giscusMapping = "og:title"
2024-01-19 23:14:18 +00:00
giscusReactions = "0"
2023-12-31 21:29:58 +00:00
giscusRepo = "jbowdre/site-comments"
giscusRepoId = "R_kgDOKKEGDw"
giscusStrict = "0"
2023-12-31 22:16:02 +00:00
giscusTheme = "noborder_gray"
2023-08-21 21:42:59 +00:00
2023-11-10 19:24:40 +00:00
analytics = true
2024-01-22 03:58:39 +00:00
kudos = true
2023-11-10 19:24:40 +00:00
2023-12-31 22:16:02 +00:00
[author]
name = "John Bowdre"
email = "jbowdre@omg.lol"
username = "jbowdre"
[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",
2024-03-20 15:43:39 +00:00
"failed successfully",
2023-08-20 13:29:35 +00:00
"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-29 00:25:39 +00:00
"i bet it looks glitchy in the dark",
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",
2023-10-25 20:09:48 +00:00
"time jumped backwards, rotating",
2023-08-20 13:29:35 +00:00
"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",
2023-08-29 00:25:39 +00:00
"you gotta stop letting your mama test you, man",
]
# 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"
2024-01-28 23:00:56 +00:00
[[socialLinks]]
icon = "fa-solid fa-heart"
title = "omg.lol"
url = "https://jbowdre.lol"
[[socialLinks]]
2024-03-06 15:47:46 +00:00
icon = "fa-solid fa-satellite"
title = "Gemlog"
url = "https://capsule.jbowdre.lol/gemlog/"
2024-01-28 23:00:56 +00:00
2023-08-28 21:46:03 +00:00
[[socialLinks]]
icon = "fa-solid fa-circle-user"
2023-08-29 15:40:24 +00:00
title = "CounterSocial"
2023-08-28 21:46:03 +00:00
url = "https://counter.social/@john_b"
2023-12-21 14:21:14 +00:00
[[socialLinks]]
icon = "fa fa-mastodon"
title = "Mastodon"
url = "https://social.lol/@jbowdre"
[[socialLinks]]
icon = "fa-solid fa-envelope"
title = "Email"
2023-12-12 17:05:44 +00:00
url = "mailto:jbowdre@omg.lol"
2023-11-06 21:50:42 +00:00
[[powerLinks]]
title = "hugo"
url = "https://gohugo.io"
[[powerLinks]]
2024-01-21 04:49:11 +00:00
title = "neocities"
url = "https://neocities.org/about"
2023-11-06 21:50:42 +00:00
[[powerLinks]]
title = "risotto"
url = "https://github.com/joeroe/risotto"
[[powerLinks]]
title = "torchlight"
url = "https://torchlight.dev"
[[powerLinks]]
2024-01-19 23:26:27 +00:00
title = "tinylytics"
url = "https://tinylytics.app/home"
[[verifyLinks]]
title = "omg.lol"
url = "https://proven.lol/cd10d3"
[[verifyLinks]]
title = "CounterSocial"
url = "https://counter.social/@john_b"
[[verifyLinks]]
title = "Mastodon"
url = "https://social.lol/@jbowdre"
[[verifyLinks]]
title = "GitHub"
url = "https://github.com/jbowdre"