# Build Your Own Content Management System (CMS) From a Template

DevFeed: [Build Your Own Content Management System (CMS) From a Template](<https://devfeed.tech/articles/build-your-own-content-management-system-cms-from-a-template-15175.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/build-you-own-cms-from-a-template>)

Author: Tim McCallum

Published: 2022-08-26T19:00:00Z

Content type: tutorial

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [Content Management System](<https://devfeed.tech/topics/cms.md>), [Template](<https://devfeed.tech/topics/template.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [build](<https://devfeed.tech/tags/build.md>), [cms](<https://devfeed.tech/tags/cms.md>), [content](<https://devfeed.tech/tags/content.md>), [files](<https://devfeed.tech/tags/files.md>), [generate](<https://devfeed.tech/tags/generate.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [management](<https://devfeed.tech/tags/management.md>), [needs](<https://devfeed.tech/tags/needs.md>), [repositories](<https://devfeed.tech/tags/repositories.md>), [repository](<https://devfeed.tech/tags/repository.md>), [running](<https://devfeed.tech/tags/running.md>), [structure](<https://devfeed.tech/tags/structure.md>), [templates](<https://devfeed.tech/tags/templates.md>)

## AI overview

This tutorial explains how repository templates can be used to generate a content management system with a consistent directory structure, branches, and files, which can then be customized.

## Source excerpt

Repository templates allow you and others to generate new repositories with the same directory structure, branches, and files. This blog post shows you how to build your own CMS from a template. The process is very quick and once up and running you can go ahead and customize your CMS to meet your needs.