Compare commits
2 commits
bdb706d364
...
63d4ef6996
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63d4ef6996 | ||
|
|
5c362501ba |
5 changed files with 11 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
publish
|
publish
|
||||||
.shake
|
.shake
|
||||||
|
.psb
|
||||||
|
|
|
||||||
2
TODO
2
TODO
|
|
@ -11,4 +11,4 @@
|
||||||
https://github.com/electerious/Ackee
|
https://github.com/electerious/Ackee
|
||||||
https://umami.is/ (https://github.com/umami-software/umami)
|
https://umami.is/ (https://github.com/umami-software/umami)
|
||||||
- search functionality
|
- search functionality
|
||||||
|
- fix /posts/HackBU2024/
|
||||||
|
|
|
||||||
0
resources/css/entry.css
Normal file
0
resources/css/entry.css
Normal file
0
resources/js/entry.mjs
Normal file
0
resources/js/entry.mjs
Normal file
|
|
@ -20,6 +20,15 @@
|
||||||
rel="stylesheet">
|
rel="stylesheet">
|
||||||
<meta name="theme-color" content="#1c1b19" media="(prefers-color-scheme: dark)">
|
<meta name="theme-color" content="#1c1b19" media="(prefers-color-scheme: dark)">
|
||||||
<meta name="theme-color" content="#e2e3e5" media="(prefers-color-scheme: light)">
|
<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/layout.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/static/css/colors.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">
|
<link rel="alternate" type="application/rss+xml" title="Web Feed/RSS" href="/index.xml">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue