SCHAEFER. VOL.2026 · NO.253 · 每日四刊
登录
● 运行中 · 49.4093°N — 8.6942°E · HEIDELBERG · 05:28 · us-cloud.uk

Schreiben · 写作

Hello World

预计阅读 2 分钟 introastroweb

My first blog post — an introduction to this digital hub and what I plan to build.

Welcome to My Digital Hub

This is my first post on my personal website. I built this site using Astro 6 with server-side rendering, Tailwind CSS v4, and SQLite for data storage — all running in a single Docker container.

What This Site Will Include

  • A blog for sharing thoughts and technical posts
  • A portfolio showcasing my projects
  • A life journal for daily reflections
  • A morning briefing system that aggregates weather, news, and calendar events
  • RSS integration with AI-powered summaries

Tech Stack

Here’s a quick look at the core setup:

// astro.config.mjs
export default defineConfig({
  output: 'server',
  adapter: node({ mode: 'standalone' }),
  site: 'https://us-cloud.uk',
});

The entire site runs on a single container using only 23MB of RAM. Not bad for a full-featured digital hub!

What’s Next

I’ll be building out each feature phase by phase. Stay tuned for updates on the blog or check out my portfolio.