update
This commit is contained in:
parent
a1609ba5a9
commit
8070ecd09f
|
@ -0,0 +1,11 @@
|
||||||
|
+++
|
||||||
|
title = "7 GRAND DAD.nes"
|
||||||
|
slug = "7granddad"
|
||||||
|
description = "interact with the page to enable sound - use arrows/a/s/esc/enter to play"
|
||||||
|
date = "2023-06-14"
|
||||||
|
link = "https://7grand.dad/"
|
||||||
|
icon = "https://win98icons.alexmeub.com/icons/png/game_solitaire-0.png"
|
||||||
|
icon16 = "https://win98icons.alexmeub.com/icons/png/game_solitaire-1.png"
|
||||||
|
ispage = true
|
||||||
|
+++
|
||||||
|
<iframe src="https://7grand.dad" width=100% height=550></iframe>
|
|
@ -0,0 +1,12 @@
|
||||||
|
+++
|
||||||
|
title = "README.md"
|
||||||
|
slug = "readme"
|
||||||
|
description = "text file"
|
||||||
|
date = "2023-06-19"
|
||||||
|
icon = "https://win98icons.alexmeub.com/icons/png/notepad_file-0.png"
|
||||||
|
icon16 = "https://win98icons.alexmeub.com/icons/png/notepad_file-1.png"
|
||||||
|
+++
|
||||||
|
|
||||||
|
## c:\a39\docs
|
||||||
|
|
||||||
|
This folder contains a collection of fun toys, notes and other random BS I made (or not). Have fun.
|
27
hugo.toml
27
hugo.toml
|
@ -17,6 +17,9 @@ disqusShortname = "juju2143"
|
||||||
weight = 2
|
weight = 2
|
||||||
contentDir = "content/fr"
|
contentDir = "content/fr"
|
||||||
|
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Home"
|
name = "Home"
|
||||||
pre = "https://www.opencode.net/nestoris/Win98SE/-/raw/main/SE98/actions/32/go-home.png"
|
pre = "https://www.opencode.net/nestoris/Win98SE/-/raw/main/SE98/actions/32/go-home.png"
|
||||||
|
@ -37,21 +40,26 @@ disqusShortname = "juju2143"
|
||||||
pre = "https://win98icons.alexmeub.com/icons/png/newspaper.png"
|
pre = "https://win98icons.alexmeub.com/icons/png/newspaper.png"
|
||||||
pageRef = "/blog"
|
pageRef = "/blog"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Documents"
|
||||||
|
pre = "https://win98icons.alexmeub.com/icons/png/directory_open_file_mydocs-1.png"
|
||||||
|
pageRef = "/docs"
|
||||||
|
weight = 5
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Forums"
|
name = "Forums"
|
||||||
pre = "https://win98icons.alexmeub.com/icons/png/network_normal_two_pcs-0.png"
|
pre = "https://win98icons.alexmeub.com/icons/png/network_normal_two_pcs-0.png"
|
||||||
url = "https://codewalr.us"
|
url = "https://codewalr.us"
|
||||||
weight = 5
|
weight = 6
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Contact"
|
name = "Contact"
|
||||||
pre = "https://win98icons.alexmeub.com/icons/png/message_envelope_open-0.png"
|
pre = "https://win98icons.alexmeub.com/icons/png/message_envelope_open-0.png"
|
||||||
pageRef = "/contact"
|
pageRef = "/contact"
|
||||||
weight = 6
|
weight = 7
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Français"
|
name = "Français"
|
||||||
pre = "https://win98icons.alexmeub.com/icons/png/globe_map-5.png"
|
pre = "https://win98icons.alexmeub.com/icons/png/globe_map-5.png"
|
||||||
pageRef = "/fr"
|
pageRef = "/fr"
|
||||||
weight = 7
|
weight = 8
|
||||||
|
|
||||||
[[menu.social]]
|
[[menu.social]]
|
||||||
name = "Mastodon"
|
name = "Mastodon"
|
||||||
|
@ -73,6 +81,7 @@ disqusShortname = "juju2143"
|
||||||
pre = "las la-envelope-open"
|
pre = "las la-envelope-open"
|
||||||
url = "mailto:info@a39.ca"
|
url = "mailto:info@a39.ca"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
|
||||||
[[menu.buttons]]
|
[[menu.buttons]]
|
||||||
name = "a39 studios"
|
name = "a39 studios"
|
||||||
pre = "img/buttons/a39.png"
|
pre = "img/buttons/a39.png"
|
||||||
|
@ -93,18 +102,24 @@ disqusShortname = "juju2143"
|
||||||
pre = "img/buttons/hl98.png"
|
pre = "img/buttons/hl98.png"
|
||||||
url = "https://yukiis.moe"
|
url = "https://yukiis.moe"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
|
||||||
[[menu.friends]]
|
[[menu.friends]]
|
||||||
name = "DJ Omnimaga Music"
|
name = "DJ Omnimaga Music"
|
||||||
pre = "/img/buttons/djomni.png"
|
pre = "/img/buttons/djomni.png"
|
||||||
url = "https://djomnimaga.music-2000.com/"
|
url = "https://djomnimaga.music-2000.com/"
|
||||||
weight = 0
|
weight = 1
|
||||||
[[menu.friends]]
|
[[menu.friends]]
|
||||||
name = "Ezio's website"
|
name = "Ezio's website"
|
||||||
pre = "/img/buttons/ezio.png"
|
pre = "/img/buttons/ezio.png"
|
||||||
url = "https://reimu.info/"
|
url = "https://reimu.info/"
|
||||||
weight = 1
|
weight = 2
|
||||||
[[menu.friends]]
|
[[menu.friends]]
|
||||||
name = "mjdxp's website"
|
name = "mjdxp's website"
|
||||||
pre = "/img/buttons/mjdxp.png"
|
pre = "/img/buttons/mjdxp.png"
|
||||||
url = "https://mjdxp.neocities.org/"
|
url = "https://mjdxp.neocities.org/"
|
||||||
weight = 2
|
weight = 3
|
||||||
|
[[menu.friends]]
|
||||||
|
name = "silk.ms"
|
||||||
|
pre = "https://silk.ms/button.gif"
|
||||||
|
url = "https://silk.ms/"
|
||||||
|
weight = 4
|
|
@ -9,13 +9,19 @@
|
||||||
{{ block "title" . }}{{ .Site.Title }}{{ end }}
|
{{ block "title" . }}{{ .Site.Title }}{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<div class="title-bar-controls">
|
<div class="title-bar-controls">
|
||||||
<button aria-label="Close"></button>
|
{{ block "controls" . }}
|
||||||
|
{{ with .Params.link }}
|
||||||
|
<a href="{{ . }}"><button aria-label="Maximize"></button></a>
|
||||||
|
{{ end }}
|
||||||
|
{{ with .Parent }}
|
||||||
|
<a href="{{ .Permalink }}"><button aria-label="Close"></button></a>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="window-body">
|
<div class="window-body">
|
||||||
{{ partial "menu" . }}
|
{{ partial "menu" . }}
|
||||||
{{- block "main" . }}{{- end }}
|
{{- block "main" . }}{{- end }}
|
||||||
</main>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="status-bar">
|
<div class="status-bar">
|
||||||
<p class="status-bar-field">{{ block "status" . }}{{ end }}</p>
|
<p class="status-bar-field">{{ block "status" . }}{{ end }}</p>
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
{{ define "title" }}{{ .Title }}{{ end }}
|
||||||
|
{{ define "main" }}
|
||||||
|
<div class="inner-window white">C:\
|
||||||
|
{{ range .Ancestors.Reverse }}
|
||||||
|
<a href="{{ .Permalink }}">{{ .LinkTitle }}</a> \
|
||||||
|
{{ end }}
|
||||||
|
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||||
|
</div>
|
||||||
|
<main class="inner-window white content">
|
||||||
|
{{ range .Paginator.Pages }}
|
||||||
|
<div class="icon center">
|
||||||
|
<a href="{{ .Permalink }}" title="{{ .Title }}">
|
||||||
|
{{ printf "<img src=\"%s\" alt=\"%s\"/>" .Params.icon .Title | safeHTML }}<br/>
|
||||||
|
{{ .Title }}</a>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
{{ template "_internal/pagination.html" . }}
|
||||||
|
</main>
|
||||||
|
<!--aside class="inner-window white content left">
|
||||||
|
<h2>{{ .Title }}</h2>
|
||||||
|
{{ .Description }}
|
||||||
|
</aside-->
|
||||||
|
{{ end }}
|
||||||
|
{{ define "status" }}{{ .Description }}{{ end }}
|
||||||
|
{{ define "footer" }}
|
||||||
|
{{ end }}
|
|
@ -0,0 +1,16 @@
|
||||||
|
{{ define "title" }}{{ .Title }}{{ end }}
|
||||||
|
{{ define "main" }}
|
||||||
|
{{ if not .Params.IsPage }}
|
||||||
|
<main class="inner-window white content">
|
||||||
|
{{ end }}
|
||||||
|
{{ .Content }}
|
||||||
|
{{ if not .Params.IsPage }}
|
||||||
|
</main>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
|
{{ define "status" }}{{ .Description }}{{ end }}
|
||||||
|
{{ define "footer" }}
|
||||||
|
{{ if not .Params.HideComments }}
|
||||||
|
{{ partial "comments" . }}
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
|
@ -3,6 +3,9 @@
|
||||||
<h1 class="logo"><img src="/img/a39icon.png" alt="a39 studios logo">a39 studios</h1>
|
<h1 class="logo"><img src="/img/a39icon.png" alt="a39 studios logo">a39 studios</h1>
|
||||||
</main>
|
</main>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ define "controls" }}
|
||||||
|
<button aria-label="Close"></button>
|
||||||
|
{{ end }}
|
||||||
{{ define "status" }}
|
{{ define "status" }}
|
||||||
made with <3 in Québec City, Canada
|
made with <3 in Québec City, Canada
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
{{ define "title" }}{{ .Title }}{{ end }}
|
{{ define "title" }}{{ .Title }}{{ end }}
|
||||||
|
{{ define "controls" }}
|
||||||
|
{{ with .Params.link }}
|
||||||
|
<a href="{{ . }}"><button aria-label="Maximize"></button></a>
|
||||||
|
{{ end }}
|
||||||
|
{{ with .Parent }}
|
||||||
|
<a href="{{ .Permalink }}"><button aria-label="Close"></button></a>
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<main class="inner-window white content">
|
<main class="inner-window white content">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
|
|
|
@ -117,4 +117,22 @@ code
|
||||||
.button-menu button
|
.button-menu button
|
||||||
{
|
{
|
||||||
padding: 3px 0;
|
padding: 3px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon
|
||||||
|
{
|
||||||
|
width: 64px;
|
||||||
|
font-family: "Pixelated MS Sans Serif",Arial;
|
||||||
|
font-size: 11px;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.left
|
||||||
|
{
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
|
.right
|
||||||
|
{
|
||||||
|
width: 60%;
|
||||||
}
|
}
|
Loading…
Reference in New Issue