2026-01-18 22:27:08 +01:00
2026-01-18 22:25:19 +01:00
2026-01-18 22:15:07 +01:00
2024-10-31 23:47:20 +01:00
2024-10-30 20:42:01 +01:00
2025-12-26 14:16:16 +01:00
2025-12-26 14:16:16 +01:00
2025-12-26 14:15:20 +01:00
2025-12-26 14:15:20 +01:00
2026-01-18 22:27:08 +01:00
2025-12-28 18:39:58 +01:00
2024-10-31 23:46:23 +01:00

This repo is for content hosted at djledda.net

The basic idea is that the /app folder contains shared files (in the root) and separate Vue apps (each folder) whose code doesn't need to be built and can be run in SSR mode or sent to the client directly, transpiled on the fly using Deno's built in transpilation API.

Structure

  • /app/ contains shared files and individual vue apps ('sites')
  • /app/<site>/client.ts is the javascript entry point for the client
  • /app/<site>/server.ts is the javascript entry point for the server
  • /public/ contains static files publicly available using the same folder structure over HTTP
  • /public/home and /app/home will be remapped to root requests: a request to /img/* is retrieved from /public/home/img/*
Description
djledda.de main
Readme 4.6 MiB
Languages
HTML 94.8%
WebAssembly 2.1%
TypeScript 1.9%
JavaScript 1%
CSS 0.2%