惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
博客园_首页
T
Tailwind CSS Blog
美团技术团队
博客园 - 叶小钗
Microsoft Security Blog
Microsoft Security Blog
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
大猫的无限游戏
大猫的无限游戏
Microsoft Azure Blog
Microsoft Azure Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
MongoDB | Blog
MongoDB | Blog
The Cloudflare Blog
J
Java Code Geeks
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
Blog — PlanetScale
Blog — PlanetScale
IT之家
IT之家
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog

CloudCannon Blog

Building with AI: Git-based vs headless vs traditional CMS CloudCannon + Astro: performance meets powerful content management Introducing the Astro Component Starter Introducing Jetstream — built on the Astro Component Starter Why we switched to the system font stack Redesigning CloudCannon’s docs with Diátaxis, Lume, and Pagefind Make content editing more visual: upgraded Editable Regions How Configuration Mode makes building editing interfaces easy Your hosting just got an upgrade (and a price cut) Custom testing domains for professional branding Keep your content consistent with input validation Managing multilingual content in CloudCannon Simplify team publishing with conflict resolution and domain tools Open Beta: Publishing Conflict Resolution Getting started with CloudCannon and Astro: Bookshop, components, and live editing Welcome to the CloudCannon Community! Omnichannel delivery is just marketing spin from API-based CMS companies Getting started with CloudCannon and Astro: Snippets and Collections Managing digital assets in CloudCannon: a guide to smart asset storage Understanding CloudCannon's branching workflows and Projects: a complete guide What is a static website? CloudCannon’s 2024 wrapped Jamstack vs. WordPress: reasons to make the change The top five static site generators for 2025 (and when to use them!) Free Jekyll themes for 2025: ten great community options Eleventy (11ty) vs. Hugo How to set up WYSIWYG editing with MkDocs Material The rise of static-first websites: why major brands are making the switch Watching your Core Web Vitals on Jamstack Understanding the difference between static, dynamic, and hybrid websites
Getting started with CloudCannon and Astro: WYSIWYG blogging
2024-12-19 · via CloudCannon Blog

Looking to get started with CloudCannon? In this article and the video below, I'll walk through the process of setting up and customizing your blog on an Astro site using CloudCannon's Schemas and Content Editor.

Quick setup with templates Direct link to this section

We begin by selecting Themefisher’s BigSpring Light Astro theme from Astro's theme collection. After creating our own repository from the template, we'll set up the site on CloudCannon.

CloudCannon will automatically detect your site configuration, though you may need to make minor adjustments to settings like build commands and output paths.

Content editing made simple Direct link to this section

One of CloudCannon's standout features is its intuitive content editing interface. Among other features, CloudCannon provides:

Advanced configuration Direct link to this section

To streamline content creation, we set up a Schema for our blog posts. This ensures new posts follow a consistent structure, and makes it easier for content editors to create content. We also configured specific input types for different content fields, such as using markdown inputs for longer text sections.

The power of Git integration Direct link to this section

Since CloudCannon is Git-based, all changes to your site are automatically saved and committed to your repository. This means you can pull down changes locally for development, track and retrieve any content changes through your Git history, and both developers and content editors can collaborate seamlessly.

What's next? Direct link to this section

Future improvements to sites made like this could include:

CloudCannon makes it simple to get started with a new site while providing the flexibility and features needed for more complex projects. Whether you're building a simple blog or a full-featured website, we offer support and open-source tooling to make both development and content management more efficient for your static-first sites.