81 - garden-astro - Update front page
Livestream
- Change front page design
- Exclude post from RSS feed with
no_feed: true
- Test Svelte syntax highlighting works
<script lang="ts">
export let count: number = 0
function increment() { number += 1 }
</script>
<button on:click={increment}>Increment</button>
<button on:click={() => number = 0}>Reset</button>
Yes it works (Not on Obsidian though)
- Add pagination