This commit is contained in:
Joshua Bemenderfer
2025-09-08 16:24:38 -04:00
parent 70200a4091
commit 9d9757e868
79 changed files with 11705 additions and 3554 deletions

View File

@@ -1,5 +1,5 @@
{% macro render(node) %}
{% if node.variant == 'small' %}
{% if node.variant == 'light' %}
<div class="flex gap-2 items-center {{node.class}}">
<img src="/public/logo.png" class="w-8 h-8" alt=""/>
<span class="text-3xl text-transparent bg-clip-text bg-gradient-to-b from-primary-400 to-primary-600">Terrace</span>

View File

@@ -10,7 +10,10 @@ const pages = {
'/': './pages/index.tce',
'/about/': './pages/about.tce',
'/docs/javascript/': './pages/docs/javascript.tce',
'/docs/c/': './pages/docs/c.tce'
'/docs/c/': './pages/docs/c.tce',
'/docs/go/': './pages/docs/go.tce',
'/docs/rust/': './pages/docs/rust.tce',
'/docs/python/': './pages/docs/python.tce'
}
async function render() {