Compare commits
No commits in common. "63d4ef69964e182373c2cdef153890dea6d90d12" and "bdb706d36475589ae95b7ff1ba4ec9e4a870287f" have entirely different histories.
63d4ef6996
...
bdb706d364
5 changed files with 1 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
||||||
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/
|
|
||||||
|
|
|
||||||
|
|
@ -20,15 +20,6 @@
|
||||||
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