feat: website

This commit is contained in:
trafficlunar 2025-05-03 17:40:21 +01:00
parent fc22cf0330
commit 215e6944a8
45 changed files with 709 additions and 16 deletions

View file

@ -0,0 +1,12 @@
---
import child_process from "child_process";
// Get commit hash
const hash = child_process.execSync("git rev-parse --short HEAD").toString().trim();
---
<footer class="flex justify-between gap-3 text-peach/50 *:hover:text-peach *:transition-colors text-sm mt-4">
<a href="https://github.com/trafficlunar/website">Source code</a>
<!-- <span>•</span> -->
<a href=`https://github.com/trafficlunar/website/commit/${hash}` class="font-mono">{hash}</a>
</footer>