Schreiben · 写作
Hello World
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.