-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
222 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.post-grid { | ||
display: flex; | ||
flex-direction: row; | ||
flex-wrap: wrap; | ||
justify-content: space-between; | ||
} | ||
|
||
.post-grid .page-header, | ||
.post-grid .page-footer { | ||
width: 100% | ||
} | ||
|
||
.post-grid .post-entry { | ||
width: calc((var(--main-width) - var(--gap)) / 2); | ||
} | ||
|
||
@media (max-width: 720px) { | ||
.post-grid .post-entry { | ||
width: 100%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Projects" | ||
description: A list of some of my projects, past and present | ||
params: | ||
showReadingTime: false | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: CardFoldr | ||
summary: PNP tool to convert card grid PDFs into gutterfold PDFs, right in your browser. | ||
link: https://foosel.github.io/cardfoldr/ | ||
created: 2024-05-09 | ||
ongoing: true | ||
weight: 100 | ||
cover: | ||
image: cover.png | ||
tags: | ||
- boardgames | ||
- pnp | ||
- tool | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Datenzwerg | ||
summary: An environmental sensor suite in the shape of a garden gnome. | ||
link: https://datagnome.de | ||
created: 2023-06-11 | ||
ongoing: true | ||
weight: 100 | ||
cover: | ||
image: cover.png | ||
tags: | ||
- ccc | ||
- electronics | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: OctoPrint | ||
summary: The snappy web interface for your 3d printer. | ||
link: https://octoprint.org | ||
created: 2012-12-25 | ||
ongoing: true | ||
weight: 100 | ||
cover: | ||
image: cover.png | ||
tags: | ||
- 3dprinting | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "Pew Pew Pew: Danger Zone!" | ||
summary: A shmup I created for Go Godot Jam 4. You shoot more the less health you have. | ||
link: https://foosel.itch.io/pew-pew-pew-danger-zone | ||
created: 2023-05-13 | ||
cover: | ||
image: cover.png | ||
tags: | ||
- gamedev | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: plushies.social | ||
summary: A Mastodon server specifically for plushies. | ||
link: https://plushies.social | ||
created: 2022-05-06 | ||
ongoing: true | ||
weight: 100 | ||
cover: | ||
image: cover.png | ||
tags: | ||
- mastodon | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Super Bunny Hoppers | ||
summary: A platformer with cute bunnies defending their home against invading garden gnomes. | ||
link: https://foosel.itch.io/super-bunny-hoppers | ||
created: 2023-04-10 | ||
cover: | ||
image: cover.png | ||
tags: | ||
- gamedev | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{{- $scratch := newScratch }} | ||
|
||
{{- if .Params.Created -}} | ||
{{- if .Params.Ongoing }} | ||
{{- $scratch.Add "meta" (slice (printf "<span title='%s'>since %s</span>" (.Params.Created) (.Params.Created | time.Format (default "January 2, 2006" site.Params.DateFormat)))) }} | ||
{{- else }} | ||
{{- $scratch.Add "meta" (slice (printf "<span title='%s'>%s</span>" (.Params.Created) (.Params.Created | time.Format (default "January 2, 2006" site.Params.DateFormat)))) }} | ||
{{- end }} | ||
{{- end }} | ||
|
||
{{- with ($scratch.Get "meta") }} | ||
{{- delimit . " · " -}} | ||
{{- end -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
{{- define "main" }} | ||
|
||
{{- if not .IsHome | and .Title }} | ||
<header class="page-header"> | ||
{{- partial "breadcrumbs.html" . }} | ||
<h1> | ||
{{ .Title }} | ||
{{- if and (or (eq .Kind `term`) (eq .Kind `section`)) (.Param "ShowRssButtonInSectionTermList") }} | ||
<a href="index.xml" title="RSS" aria-label="RSS"> | ||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" | ||
stroke-linecap="round" stroke-linejoin="round" height="23"> | ||
<path d="M4 11a9 9 0 0 1 9 9" /> | ||
<path d="M4 4a16 16 0 0 1 16 16" /> | ||
<circle cx="5" cy="19" r="1" /> | ||
</svg> | ||
</a> | ||
{{- end }} | ||
</h1> | ||
{{- if .Description }} | ||
<div class="post-description"> | ||
{{ .Description | markdownify }} | ||
</div> | ||
{{- end }} | ||
</header> | ||
{{- end }} | ||
|
||
{{- if .Content }} | ||
<div class="post-content"> | ||
{{- if not (.Param "disableAnchoredHeadings") }} | ||
{{- partial "anchored_headings.html" .Content -}} | ||
{{- else }}{{ .Content }}{{ end }} | ||
</div> | ||
{{- end }} | ||
|
||
{{- $pages := union .RegularPages .Sections }} | ||
|
||
{{- if .IsHome }} | ||
{{- $pages = where site.RegularPages "Type" "in" site.Params.mainSections }} | ||
{{- $pages = where $pages "Params.hiddenInHomeList" "!=" "true" }} | ||
{{- end }} | ||
|
||
{{- $paginator := .Paginate $pages }} | ||
{{- $term := .Data.Term }} | ||
|
||
<div class="post-grid"> | ||
{{- range $index, $page := .Pages }} | ||
|
||
{{- $class := "post-entry" }} | ||
{{- if $term }} | ||
{{- $class = "post-entry tag-entry" }} | ||
{{- end }} | ||
|
||
{{- $link := .Permalink }} | ||
{{- if .Params.link }} | ||
{{- $link = .Params.link }} | ||
{{- end }} | ||
|
||
<article class="{{ $class }}"> | ||
{{- $isHidden := (site.Params.cover.hidden | default site.Params.cover.hiddenInList) }} | ||
{{- partial "cover.html" (dict "cxt" . "IsHome" true "isHidden" $isHidden) }} | ||
<header class="entry-header"> | ||
<h2> | ||
{{- .Title }} | ||
{{- if .Draft }}<sup><span class="entry-isdraft"> [draft]</span></sup>{{- end }} | ||
{{- if and (not .Date.IsZero) (gt (time .Date) now) }}<sup><span class="entry-isfuture"> [future]</span></sup>{{- end }} | ||
{{- if and (not .ExpiryDate.IsZero) (gt now (time .ExpiryDate)) }}<sup><span class="entry-isexpired"> [expired]</span></sup>{{- end }} | ||
</h2> | ||
</header> | ||
{{- if (ne (.Param "hideSummary") true) }} | ||
<div class="entry-content"> | ||
<p>{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}</p> | ||
</div> | ||
{{- end }} | ||
<footer class="entry-footer"> | ||
{{- partial "project_meta.html" . }} | ||
</footer> | ||
<a class="entry-link" aria-label="post link to {{ .Title | plainify }}" href="{{ $link }}"></a> | ||
</article> | ||
{{- end }} | ||
|
||
{{- if gt $paginator.TotalPages 1 }} | ||
<footer class="page-footer"> | ||
<nav class="pagination"> | ||
{{- if $paginator.HasPrev }} | ||
<a class="prev" href="{{ $paginator.Prev.URL | absURL }}"> | ||
« {{ i18n "prev_page" }} | ||
{{- if (.Param "ShowPageNums") }} | ||
{{- sub $paginator.PageNumber 1 }}/{{ $paginator.TotalPages }} | ||
{{- end }} | ||
</a> | ||
{{- end }} | ||
{{- if $paginator.HasNext }} | ||
<a class="next" href="{{ $paginator.Next.URL | absURL }}"> | ||
{{- i18n "next_page" }} | ||
{{- if (.Param "ShowPageNums") }} | ||
{{- add 1 $paginator.PageNumber }}/{{ $paginator.TotalPages }} | ||
{{- end }} » | ||
</a> | ||
{{- end }} | ||
</nav> | ||
</footer> | ||
{{- end }} | ||
</div> | ||
|
||
{{- end }}{{- /* end main */ -}} |