Skip to content

Commit be5d8c7

Browse files
committed
the best of both worlds
1 parent a94767b commit be5d8c7

File tree

104 files changed

+24642
-3208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+24642
-3208
lines changed

content/_data/changelog.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
2-
{ "date": "2025-08-XX", "text": "TEMPLATE", "link": "" },
2+
{ "date": "2025-09-XX", "text": "TEMPLATE", "link": "" },
3+
{ "date": "2025-09-07", "text": "Indie Web Contest participation form is open!", "link": "/contest" },
34
{ "date": "2025-08-21", "text": "New free widget: Pollcode", "link": "/coding/widgets" },
45
{ "date": "2025-08-07", "text": "More styling options for my widgets!", "link": "/coding/widgets" },
56
{ "date": "2025-08-02", "text": "I made a page about my online childhood!", "link": "/about/my-online-childhood" },

content/webring.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
buttonUrl: "https://kuroi.com.br/img/button1.png",
8080
description: "tutorials, tips, codes, support, and more soon!",
8181
},
82+
{
83+
url: "https://luvrksknskyejourney.org/",
84+
title: "Skye Journey",
85+
buttonUrl: "https://i.imgur.com/Fv9aB9D.png",
86+
description: "tutorials, tips, codes, bookmarks, support!",
87+
},
8288
];
8389
</script>
8490
<script src="{{ nesting }}assets/js/webringu.js{{ nocache }}"></script>
@@ -97,7 +103,7 @@ <h2>Members</h2>
97103
<p>This webring has <b id="webringucount"></b> members.</p>
98104
<div id="webringulist"></div>
99105
<noscript>Please enable JavaScript to view the member list.</noscript>
100-
<p>Nobody else yet because the webring is so new, please join!</p>
106+
<p>Please join!</p>
101107
<!--
102108
<div id="memberstable" />
103109
-->

css/fonts/remixicon.eot

557 KB
Binary file not shown.

css/fonts/remixicon.svg

Lines changed: 9196 additions & 0 deletions
Loading

css/fonts/remixicon.ttf

557 KB
Binary file not shown.

css/fonts/remixicon.woff

237 KB
Binary file not shown.

css/fonts/remixicon.woff2

173 KB
Binary file not shown.

css/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import "./variables";
2+
@import "./remixicon";
23
@import "./colors";
34

45
@import "./layout/defaults";

css/remixicon.scss

Lines changed: 6145 additions & 0 deletions
Large diffs are not rendered by default.

js/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import "../css/main.scss";
2-
import "remixicon/fonts/remixicon.css";
32
import { loadTheme, initThemeSwitcher } from "./layout/dark-mode";
43
import { initScrollToTop, initTableOfContents, initTooltips, initProgressBar, initActiveLinks, initToggleExplanationComments } from "./layout/layout";
54
import { initSidebar } from "./layout/sidebar";

0 commit comments

Comments
 (0)