Garden Astro

screenshot of Garden Astro
astro
svelte
tailwind

yet another digital garden, the content can be fetched from other repositories

Overview

The Garden AstroVercel Deploy is an innovative solution for anyone looking to create and manage a digital garden with ease. It seamlessly integrates with popular tools like Obsidian and VSCode, making it accessible for those who are already familiar with these platforms. With its robust syncing capabilities and Git integration, it allows for a smooth workflow in writing and publishing notes, ensuring both flexibility and control as you curate your digital space.

The deployment process is streamlined through GitHub Actions and Vercel, providing an automated pipeline that ensures your changes are published without the hassle of manual uploads. Whether you're a casual note-taker or a serious knowledge manager, this tool offers a powerful way to share your insights and discoveries with the world.

Features

  • Easy Note Writing: Write notes directly in the Obsidian app, leveraging its powerful features for efficient note-taking.

  • Automated Publishing: Non-private notes can be automatically synced to a GitHub repository, allowing for seamless publishing with the help of the Obsidian Git plugin.

  • Multi-Repository Support: Configure your workspace to fetch content from multiple GitHub repositories, enhancing the flexibility of your digital garden.

  • Efficient Build Process: The project uses GitHub Actions to automate the fetching and processing of notes, ensuring your most recent updates are always live.

  • Customizable Fetching: Use environment variables or command-line parameters to specify which repositories to fetch content from, ensuring a tailored experience.

  • Development Made Simple: Start a development server with just a command, making it easy to test changes locally before deploying them.

  • User-Friendly Commands: A variety of npm scripts are provided, such as fetching from repositories and building the site, simplifying the development process.

  • Continuous Deployment: Vercel automatically picks up committed changes and deploys them to your live site, reducing the need for manual intervention.

astro
Astro

Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

digital-garden
Digital Garden

A digital garden is a personal, evolving website that shares interconnected ideas and projects.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.