Colored category badges, images with categories, redo categories & tags for posts, tags in archive view, redid icons on menu
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Butter Engine"
|
title: "Butter Engine"
|
||||||
|
image: "featured-image.png"
|
||||||
|
style:
|
||||||
|
background: "#0177b8"
|
||||||
|
color: "#fff"
|
||||||
---
|
---
|
||||||
|
|
||||||
Butter Engine is a game engine made in LWJGL and uses its subset libraries for various tasks. What originally started as a simple rendering library to use LWJGL easier is now becoming a fully-fledged engine and with the hope to fill the same role as Garry's Mod in end-user development.
|
Butter Engine is a game engine made in LWJGL and uses its subset libraries for various tasks. What originally started as a simple rendering library to use LWJGL easier is now becoming a fully-fledged engine and with the hope to fill the same role as Garry's Mod in end-user development.
|
||||||
|
|||||||
BIN
content/categories/butterengine/featured-image.png
Normal file
BIN
content/categories/butterengine/featured-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
@@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Click Counter"
|
title: "Click Counter"
|
||||||
image: "featured-image.png"
|
image: "featured-image.png"
|
||||||
|
style:
|
||||||
|
background: "#df7988"
|
||||||
|
color: "#fff"
|
||||||
---
|
---
|
||||||
|
|
||||||
A Minecraft Forge 1.8.9 mod for counting how many times you left/right click. Featuring custom coloring, positioning, and prefixes, this mod provides useful statistics. Get started by typing the "/clicks" command in chat. The project is under the [MIT License](https://raw.githubusercontent.com/joshuafhiggins/clickcounter/master/LICENSE).
|
A Minecraft Forge 1.8.9 mod for counting how many times you left/right click. Featuring custom coloring, positioning, and prefixes, this mod provides useful statistics. Get started by typing the "/clicks" command in chat. The project is under the [MIT License](https://raw.githubusercontent.com/joshuafhiggins/clickcounter/master/LICENSE).
|
||||||
9
content/categories/docker/_index.md
Normal file
9
content/categories/docker/_index.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: "Docker"
|
||||||
|
image: "featured-image.png"
|
||||||
|
style:
|
||||||
|
background: "#ffb900"
|
||||||
|
color: "#fff"
|
||||||
|
---
|
||||||
|
|
||||||
|
Releases and updates to Docker images.
|
||||||
BIN
content/categories/docker/featured-image.png
Normal file
BIN
content/categories/docker/featured-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.6 MiB |
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
title: "General"
|
|
||||||
---
|
|
||||||
|
|
||||||
Just general thing, like this website.
|
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Prank Suite"
|
title: "Prank Suite"
|
||||||
|
image: "featured-image.png"
|
||||||
|
style:
|
||||||
|
background: "#6b69d6"
|
||||||
|
color: "#fff"
|
||||||
---
|
---
|
||||||
*[Formally, Weeb Detector](https://www.youtube.com/embed/grI_YSRRoBY) was a prank I made to use on my brother, since he started watching anime. He deserved this punishment fully. I made a video on how to set it up and a code walk-through aswell.*
|
*[Formally, Weeb Detector](https://www.youtube.com/embed/grI_YSRRoBY) was a prank I made to use on my brother, since he started watching anime. He deserved this punishment fully. I made a video on how to set it up and a code walk-through aswell.*
|
||||||
|
|
||||||
|
|||||||
BIN
content/categories/pranksuite/featured-image.png
Normal file
BIN
content/categories/pranksuite/featured-image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -7,7 +7,7 @@ draft: false
|
|||||||
description: "I feel like I wrote this code before..."
|
description: "I feel like I wrote this code before..."
|
||||||
image: "featured-image.png"
|
image: "featured-image.png"
|
||||||
|
|
||||||
tags: ["Butter Engine", "Update", "Programming"]
|
tags: ["Progress Updates"]
|
||||||
categories: ["butterengine"]
|
categories: ["butterengine"]
|
||||||
|
|
||||||
lightgallery: false
|
lightgallery: false
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ lastmod: 2023-06-23T12:00:00-04:00
|
|||||||
description: "Right clicks, general refactor, more stable/modern codebase, QOL features."
|
description: "Right clicks, general refactor, more stable/modern codebase, QOL features."
|
||||||
image: "featured-image.png"
|
image: "featured-image.png"
|
||||||
|
|
||||||
tags: ["Minecraft", "Modding", "Release", "Features", "Left Click Counter Mod", "Click Counter"]
|
tags: ["Minecraft", "Modding", "Updates"]
|
||||||
categories: ["clickcounter"]
|
categories: ["clickcounter"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ lastmod: 2023-06-24T12:00:00-04:00
|
|||||||
description: "Bug fixes"
|
description: "Bug fixes"
|
||||||
image: "featured-image.png"
|
image: "featured-image.png"
|
||||||
|
|
||||||
tags: ["Minecraft", "Modding", "Release", "Fixes", "Left Click Counter Mod", "Click Counter"]
|
tags: ["Minecraft", "Modding", "Updates"]
|
||||||
categories: ["clickcounter"]
|
categories: ["clickcounter"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,14 +1,16 @@
|
|||||||
---
|
---
|
||||||
title: "Example"
|
title: "Example"
|
||||||
date: 2023-08-21 00:00:00+0000
|
date: 2023-06-21T19:00:00-04:00
|
||||||
lastmod: 2023-08-21 00:00:00+0000
|
lastmod: 2022-08-21T19:00:00-04:00
|
||||||
draft: true
|
draft: true
|
||||||
|
|
||||||
description: "Description"
|
description: "Description"
|
||||||
image: featured-image.png
|
image: "featured-image.png"
|
||||||
|
|
||||||
tags: ["Tag"]
|
tags: ["Tag"]
|
||||||
categories: ["Project"]
|
categories: ["Project"]
|
||||||
---
|
---
|
||||||
|
|
||||||
Description
|
{{< param description >}}
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ draft: false
|
|||||||
description: "General things I need to do with the site"
|
description: "General things I need to do with the site"
|
||||||
image: "featured-image.png"
|
image: "featured-image.png"
|
||||||
|
|
||||||
tags: ["Website", "General"]
|
tags: ["Website", "Progress Updates"]
|
||||||
categories: ["general"]
|
# categories: ["general"]
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< param description >}}
|
{{< param description >}}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ draft: false
|
|||||||
description: "The next step in pranking your friends and family."
|
description: "The next step in pranking your friends and family."
|
||||||
image: "featured-image.png"
|
image: "featured-image.png"
|
||||||
|
|
||||||
tags: ["Update", "Release", "Programming"]
|
tags: ["Releases"]
|
||||||
categories: ["pranksuite"]
|
categories: ["pranksuite"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ draft: false
|
|||||||
description: "Hopefully this will not be a yearly tradition of me updating the site, making one post, and leaving it untouched."
|
description: "Hopefully this will not be a yearly tradition of me updating the site, making one post, and leaving it untouched."
|
||||||
image: "featured-image.png"
|
image: "featured-image.png"
|
||||||
|
|
||||||
tags: ["Website", "Update"]
|
tags: ["Website", "Progress Updates"]
|
||||||
categories: ["general"]
|
# categories: ["general"]
|
||||||
|
|
||||||
toc: false
|
toc: false
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ draft: false
|
|||||||
description: "I made no posts for the rest of 2022, since the last redesign, and then I felt like redesigning the site again. (AI generated image btw)"
|
description: "I made no posts for the rest of 2022, since the last redesign, and then I felt like redesigning the site again. (AI generated image btw)"
|
||||||
image: "featured-image.png"
|
image: "featured-image.png"
|
||||||
|
|
||||||
tags: ["Website", "General"]
|
tags: ["Website", "Progress Updates"]
|
||||||
categories: ["general"]
|
# categories: ["general"]
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< param description >}}
|
{{< param description >}}
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ lastmod: 2022-08-21T19:00:00-04:00
|
|||||||
description: "TF2C dedicated server image, made from cm2network's TF2 image. Art by Hunter R. Thompson"
|
description: "TF2C dedicated server image, made from cm2network's TF2 image. Art by Hunter R. Thompson"
|
||||||
image: "featured-image.png"
|
image: "featured-image.png"
|
||||||
|
|
||||||
tags: ["Docker", "Releases", "TF2 Classic"]
|
tags: ["Releases"]
|
||||||
categories: ["General"]
|
categories: ["docker"]
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< param description >}}
|
{{< param description >}}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
|||||||
{"Target":"scss/style.min.abbd69b2908fdfcd5179898beaafd374514a86538d81639ddd2c58c06ae54e40.css","MediaType":"text/css","Data":{"Integrity":"sha256-q71pspCP381ReYmL6q/TdFFKhlONgWOd3SxYwGrlTkA="}}
|
{"Target":"scss/style.min.18a211e95009c413148e8422e183baa7d57c4f2c09ee6d3acb4e4b50c0b1a120.css","MediaType":"text/css","Data":{"Integrity":"sha256-GKIR6VAJxBMUjoQi4YO6p9V8TywJ7m06y05LUMCxoSA="}}
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 410 B |
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
@@ -214,7 +214,7 @@
|
|||||||
border-radius: var(--card-border-radius);
|
border-radius: var(--card-border-radius);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 350px;
|
// height: 350px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
box-shadow: var(--shadow-l1);
|
box-shadow: var(--shadow-l1);
|
||||||
transition: box-shadow 0.3s ease;
|
transition: box-shadow 0.3s ease;
|
||||||
|
|||||||
@@ -69,3 +69,28 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subsection-list-tags {
|
||||||
|
overflow-x: auto;
|
||||||
|
|
||||||
|
.article-list--tile {
|
||||||
|
display: flex;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
|
||||||
|
article {
|
||||||
|
width: 250px;
|
||||||
|
// height: 75px;
|
||||||
|
margin-right: 20px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
|
||||||
|
.article-title {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 1.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.article-details {
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -15,6 +15,21 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<header>
|
||||||
|
{{- $taxonomy := $.Site.GetPage "taxonomyTerm" "tags" -}}
|
||||||
|
{{- $terms := $taxonomy.Pages -}}
|
||||||
|
{{ if $terms }}
|
||||||
|
<h2 class="section-title">{{ $taxonomy.Title }}</h2>
|
||||||
|
<div class="subsection-list-tags">
|
||||||
|
<div class="article-list--tile">
|
||||||
|
{{ range $terms }}
|
||||||
|
{{ partial "article-list/tile" (dict "context" . "size" "250x75" "Type" "taxonomy") }}
|
||||||
|
{{ end }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
</header>
|
||||||
|
|
||||||
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}
|
{{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }}
|
||||||
{{ $notHidden := where .Site.RegularPages "Params.hidden" "!=" true }}
|
{{ $notHidden := where .Site.RegularPages "Params.hidden" "!=" true }}
|
||||||
{{ $filtered := ($pages | intersect $notHidden) }}
|
{{ $filtered := ($pages | intersect $notHidden) }}
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
{{ with .Params.description }}
|
{{ with .Params.description }}
|
||||||
<h2 class="section-description">{{ . }}</h2>
|
<h2 class="section-description">{{ . }}</h2>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
<section class="section-description">{{ .Content }}</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{- $image := partialCached "helper/image" (dict "Context" . "Type" "section") .RelPermalink "section" -}}
|
{{- $image := partialCached "helper/image" (dict "Context" . "Type" "section") .RelPermalink "section" -}}
|
||||||
|
|||||||
@@ -4,10 +4,12 @@
|
|||||||
{{- if $query -}}
|
{{- if $query -}}
|
||||||
{{- $archivesPage := index $query 0 -}}
|
{{- $archivesPage := index $query 0 -}}
|
||||||
<section class="widget archives">
|
<section class="widget archives">
|
||||||
|
<a href="/page/archives">
|
||||||
<div class="widget-icon">
|
<div class="widget-icon">
|
||||||
{{ partial "helper/icon" "infinity" }}
|
{{ partial "helper/icon" "calendar" }}
|
||||||
</div>
|
</div>
|
||||||
<h2 class="widget-title section-title">{{ T "widget.archives.title" }}</h2>
|
<h2 class="widget-title section-title">{{ T "widget.archives.title" }}</h2>
|
||||||
|
</a>
|
||||||
|
|
||||||
{{ $pages := where $context.Site.RegularPages "Type" "in" $context.Site.Params.mainSections }}
|
{{ $pages := where $context.Site.RegularPages "Type" "in" $context.Site.Params.mainSections }}
|
||||||
{{ $notHidden := where $context.Site.RegularPages "Params.hidden" "!=" true }}
|
{{ $notHidden := where $context.Site.RegularPages "Params.hidden" "!=" true }}
|
||||||
|
|||||||
@@ -1,10 +1,13 @@
|
|||||||
{{- $context := .Context -}}
|
{{- $context := .Context -}}
|
||||||
{{- $limit := default 10 .Params.limit -}}
|
{{- $limit := default 10 .Params.limit -}}
|
||||||
<section class="widget tagCloud">
|
<section class="widget tagCloud">
|
||||||
|
<a href="/categories">
|
||||||
<div class="widget-icon">
|
<div class="widget-icon">
|
||||||
{{ partial "helper/icon" "categories" }}
|
{{ partial "helper/icon" "book-2" }}
|
||||||
</div>
|
</div>
|
||||||
<h2 class="widget-title section-title">{{ T "widget.categoriesCloud.title" }}</h2>
|
<h2 class="widget-title section-title">Projects</h2>
|
||||||
|
<!-- {{ T "widget.categoriesCloud.title" }} -->
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="tagCloud-tags">
|
<div class="tagCloud-tags">
|
||||||
{{ range first $limit $context.Site.Taxonomies.categories.ByCount }}
|
{{ range first $limit $context.Site.Taxonomies.categories.ByCount }}
|
||||||
|
|||||||
@@ -1,10 +1,12 @@
|
|||||||
{{- $context := .Context -}}
|
{{- $context := .Context -}}
|
||||||
{{- $limit := default 10 .Params.limit -}}
|
{{- $limit := default 10 .Params.limit -}}
|
||||||
<section class="widget tagCloud">
|
<section class="widget tagCloud">
|
||||||
|
<a href="/tags">
|
||||||
<div class="widget-icon">
|
<div class="widget-icon">
|
||||||
{{ partial "helper/icon" "tag" }}
|
{{ partial "helper/icon" "tag" }}
|
||||||
</div>
|
</div>
|
||||||
<h2 class="widget-title section-title">{{ T "widget.tagCloud.title" }}</h2>
|
<h2 class="widget-title section-title">{{ T "widget.tagCloud.title" }}</h2>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="tagCloud-tags">
|
<div class="tagCloud-tags">
|
||||||
{{ range first $limit $context.Site.Taxonomies.tags.ByCount }}
|
{{ range first $limit $context.Site.Taxonomies.tags.ByCount }}
|
||||||
|
|||||||
Reference in New Issue
Block a user