Feature/website overhaul (#49)
* Reorganize repo * Overhaul website design and rewrite in NextJS and Typescript * Delete website-publish.yml
This commit is contained in:
committed by
GitHub
parent
3674ee5bd8
commit
421ecf17e6
9
website/content/docs/add-to-your-site.mdx
Normal file
9
website/content/docs/add-to-your-site.mdx
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
group: Intro
|
||||
title: Add to Your Site
|
||||
weight: 3
|
||||
---
|
||||
|
||||
You can adapt Static CMS to a wide variety of projects. It works with any content written in markdown, JSON, YAML, or TOML files, stored in a repo on [GitHub](https://github.com/), [GitLab](https://gitlab.com/), [Bitbucket](https://bitbucket.org) or [Azure](https://azure.microsoft.com/en-us/products/devops/repos/). You can also create your own custom backend.
|
||||
|
||||
You can add Static CMS to your site in two different ways: [CDN hosting](/docs/add-to-your-site-cdn) or [bundling directly into your app](/docs/add-to-your-site-bundling).
|
Reference in New Issue
Block a user