Skip to content

yutila-org/web

Repository files navigation

Yutila Logo

Core web infrastructure and front-end application for the Yutila organization


Secret Scan CI Security

Tech Stack

Tech Stack

Local Development

Ensure Node.js >=22.12.0 is installed.

# Install dependencies
pnpm install

# Start local development server at http://localhost:4321
pnpm run dev

Build & Deployment

The application is deployed via Cloudflare Pages and Wrangler.

# Generate production build
pnpm run build

# Preview production build locally
pnpm run preview

Blog Feature

To add a new blog post, create a Markdown (.md) file in the src/content/posts directory.

Each post must include the following YAML frontmatter:

---
title: "Your Post Title"
publishDate: "YYYY-MM-DD"
author: "Acrilic" # Must be either "Acrilic" or "Spider-Kyle"
category: "Devlog" # Must be: "Devlog", "Publication", "Report", "Material", or "Resource"
---

Write your post content below the frontmatter using standard Markdown.

Architecture

Path / File Description
src/ Application source code, Astro components, layouts, and pages.
public/ Static assets and decoupled integrations (e.g., Sveltia CMS).
astro.config.mjs Astro build and integration configurations.
wrangler.jsonc Cloudflare infrastructure bindings and runtime configuration.

About

Resources

License

Code of conduct

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Contributors