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

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
博客园 - Franky
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
月光博客
月光博客
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
Microsoft Security Blog
Microsoft Security Blog
Last Week in AI
Last Week in AI
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
爱范儿
爱范儿
J
Java Code Geeks
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
阮一峰的网络日志
阮一峰的网络日志

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.