Add stuff

This commit is contained in:
2026-01-24 18:34:25 +01:00
parent ab2cea1829
commit 560f38851c
3 changed files with 60 additions and 47 deletions

Binary file not shown.

View File

@ -1,59 +1,71 @@
#import "../templates/base.typ": * #import "../templates/base.typ": *
#show: conf.with( #show: conf.with(
page-title: sitename, page-title: sitename,
title-override: "Index", title-override: "Index",
notoc: true, notoc: true,
page-script: "index", page-script: "index",
) )
Hi, welcome to my wiki website blog thing Hi, welcome to my wiki website blog thing
Search a page in the search bar above (#sym.arrow.t), see a list of all the pages on the #link("/pagelist.html")[Page Search a page in the search bar above (#sym.arrow.t), see a list of all the pages on the #link("/pagelist.html")[Page
List] or #html.a(href: "#random", class: "random_page")[visit a random page] List] or #html.a(href: "#random", class: "random_page")[visit a random page]
=== Other cool people and sites === Other cool people and sites
#{ #{
import html: * import html: *
div(class: "buttonbox", { div(class: "buttonbox", {
a(href: "https://dipndops.neocities.org/", target: "_blank", img( a(href: "https://dipndops.neocities.org/", target: "_blank", img(
src: "https://dipndops.neocities.org/dipdop_button.gif", src: "https://dipndops.neocities.org/dipdop_button.gif",
title: "dipdop hideout", title: "dipdop hideout",
alt: "dipndops", alt: "dipndops",
)) ))
a(href: "https://khimatales.neocities.org/", target: "_blank", img( a(href: "https://khimatales.neocities.org/", target: "_blank", img(
src: "https://khimatales.neocities.org/FloralsCoolAwesomeNeoCitiesAffilateLink.gif", src: "https://khimatales.neocities.org/FloralsCoolAwesomeNeoCitiesAffilateLink.gif",
title: "Khima Tales", title: "Khima Tales",
alt: "Khima Tales", alt: "Khima Tales",
)) ))
a(href: "https://yokokasquest.com/", target: "_blank", img( a(href: "https://yokokasquest.com/", target: "_blank", img(
src: "https://yokokasquest.com/wp-content/uploads/2026/01/yq-button.png", src: "https://yokokasquest.com/wp-content/uploads/2026/01/yq-button.png",
title: "Yokoka's Quest - An Adventure Webcomic That Updates M/W/F!", title: "Yokoka's Quest - An Adventure Webcomic That Updates M/W/F!",
alt: "Yokoka's Quest", alt: "Yokoka's Quest",
)) ))
a(href: "https://toyhou.se/katesleepybun", target: "_blank", img( a(href: "https://toyhou.se/katesleepybun", target: "_blank", img(
src: "https://f2.toyhou.se/file/f2-toyhou-se/characters/37336946?1769119669.png", src: "https://f2.toyhou.se/file/f2-toyhou-se/characters/37336946?1769119669.png",
title: "katethesleepybun on ToyHouse", title: "katethesleepybun on ToyHouse",
alt: "katethesleepybun on ToyHouse", alt: "katethesleepybun on ToyHouse",
)) ))
a( a(href: "https://forums.cisumchronicles.com/viewtopic.php?t=19", target: "_blank", img(
href: "https://forums.cisumchronicles.com/viewtopic.php?t=19", src: "https://khimatales.neocities.org/CanYou.gif",
target: "_blank", title: "The Execution of Talo [CYOA]",
img( alt: "The Execution of Talo [CYOA]",
src: "https://khimatales.neocities.org/CanYou.gif", ))
title: "The Execution of Talo [CYOA]", a(href: "https://toyhou.se/DreamyPumpkins", target: "_blank", img(
alt: "The Execution of Talo [CYOA]", src: "https://f2.toyhou.se/file/f2-toyhou-se/images/113846742_IaqYsOqwcaKAQz6.png",
), title: "DreamyPumpkins on ToyHouse",
) alt: "DreamyPumpkins on ToyHouse",
a(href: "https://toyhou.se/DreamyPumpkins", target: "_blank", img( ))
src: "https://f2.toyhou.se/file/f2-toyhou-se/images/113846742_IaqYsOqwcaKAQz6.png", a(href: "https://end-mythos.neocities.org", target: "_blank", img(
title: "DreamyPumpkins on ToyHouse", src: "https://64.media.tumblr.com/284abf48960684f29c6d30334c93474c/212108410f12363b-41/s100x200/dc496daea04014c1226c16807dd33aa8ecb85b17.png",
alt: "DreamyPumpkins on ToyHouse", title: "Mythos of Wind and Thunder",
)) alt: "Mythos of Wind and Thunder",
a(href: "https://end-mythos.neocities.org", target: "_blank", img( ))
src: "https://64.media.tumblr.com/284abf48960684f29c6d30334c93474c/212108410f12363b-41/s100x200/dc496daea04014c1226c16807dd33aa8ecb85b17.png", a(href: "https://khimatales.neocities.org/NolaFanclub", target: "_blank", img(
title: "Mythos of Wind and Thunder", src: "https://khimatales.neocities.org/NolaFanclubButton.gif",
alt: "Mythos of Wind and Thunder", title: "Nola Fanclub",
)) alt: "Nola Fanclub",
}) ))
})
} }
==== You want a button to here?
#html.a(href: "https://wiki.annwan.me/", target: "_blank", html.img(
src: "https://wiki.annwan.me/assets/webring-button.png",
title: "Annwan's Wiki",
alt: "Annwan's Wiki",
))
#html.textarea(
readonly: true,
"<a href=\"https://wiki.annwan.me/\" target=\"_blank\"><img src=\"https://wiki.annwan.me/assets/webring-button.png\" title=\"Annwan's Wiki\" alt=\"Annwan's Wiki\" /></a>",
)

View File

@ -81,3 +81,4 @@
html.span(class: "scr-" + script, body) html.span(class: "scr-" + script, body)
} }
#let sc = smallcaps #let sc = smallcaps