Compare commits

..

2 commits

Author SHA1 Message Date
Pagwin
63d4ef6996 repo is now setup to not error on bundling update
Some checks are pending
/ Generate Site (push) Waiting to run
/ Publish Site (push) Blocked by required conditions
2026-02-23 21:41:37 -05:00
Pagwin
5c362501ba maintenence work 2026-02-23 21:37:56 -05:00
5 changed files with 11 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
publish
.shake
.psb

2
TODO
View file

@ -11,4 +11,4 @@
https://github.com/electerious/Ackee
https://umami.is/ (https://github.com/umami-software/umami)
- search functionality
- fix /posts/HackBU2024/

0
resources/css/entry.css Normal file
View file

0
resources/js/entry.mjs Normal file
View file

View file

@ -20,6 +20,15 @@
rel="stylesheet">
<meta name="theme-color" content="#1c1b19" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#e2e3e5" media="(prefers-color-scheme: light)">
{{#bundle_css}}
<link rel="stylesheet" type="text/css" href="{{.}}">
{{/bundle_css}}
{{#bundle_js}}
<script type="module" src="{{.}}"></script>
{{/bundle_js}}
<link rel="stylesheet" type="text/css" href="/static/css/layout.css">
<link rel="stylesheet" type="text/css" href="/static/css/colors.css">
<link rel="alternate" type="application/rss+xml" title="Web Feed/RSS" href="/index.xml">