1
0
Fork
You've already forked di.day
0
No description
  • TypeScript 42.8%
  • Astro 42.1%
  • CSS 12.2%
  • JavaScript 2.9%
2026年01月19日 19:52:58 +01:00
.devcontainer Add 2026年01月19日 00:28:35 +01:00
.github Basic pipeline 2026年01月19日 11:01:12 +00:00
.vscode Add 2026年01月19日 00:28:35 +01:00
public Add 2026年01月19日 00:28:35 +01:00
src fix(i18n): Update German fallback banner to use informal tone 2026年01月19日 17:06:07 +01:00
tina Switch content to yaml, so that we have multiline strings 2026年01月19日 11:30:52 +00:00
.gitignore Add 2026年01月19日 00:28:35 +01:00
astro.config.mjs Add 2026年01月19日 00:28:35 +01:00
components.json Add 2026年01月19日 00:28:35 +01:00
package.json Merge pull request #6 from razzeee/dependabot/npm_and_yarn/astrojs/sitemap-3.7.0 2026年01月19日 19:52:58 +01:00
pnpm-lock.yaml Merge pull request #6 from razzeee/dependabot/npm_and_yarn/astrojs/sitemap-3.7.0 2026年01月19日 19:52:58 +01:00
README.md Add 2026年01月19日 00:28:35 +01:00
tailwind.config.mjs Add 2026年01月19日 00:28:35 +01:00
tsconfig.json Add 2026年01月19日 00:28:35 +01:00

Digital independence day Website

Overview

di-day is a static site built with Astro

Tech Stack

Getting Started

Prerequisites

  • Node.js 22+
  • pnpm (recommended) or npm/yarn

Installation

pnpm install

Development

pnpm dev

Starts the dev server with Tina CMS integration at http://localhost:4321

Building

pnpm build

Generates optimized production build in the dist/ directory.

Preview

pnpm preview

Preview the production build locally before deployment.

Scripts

Command Action
pnpm dev Start dev server with TinaCMS
pnpm build Build for production
pnpm preview Preview production build locally

Content

Adding Content

Use TinaCMS to manage content, or edit JSON/Markdown files directly in:

  • src/content/recipes/ - Recipe data
  • src/content/faqs/ - FAQ content
  • src/content/pages/ - Markdown pages
  • src/content/snacks.json - Alternative knowledge snacks