This commit is contained in:
Adam Matthiesen 2024-01-26 00:09:55 -08:00
parent f72637d7d6
commit 8bc515cc6a
3 changed files with 25 additions and 1 deletions

View File

@ -34,7 +34,8 @@ export default defineConfig({
badge: { text: 'BETA', variant: 'caution' }, }, ], },
{ label: 'API ( DIY ) Mode', items: [
{ label: 'Install', link: '/docs/introduction/api/install' },
{ label: 'Basic API Usage', link: '/docs/introduction/api/usage' }, ], }, ], },
{ label: 'Basic API Usage', link: '/docs/introduction/api/usage' },
{ label: 'Templates', link: '/docs/introduction/api/templates', badge: { text: 'NEW', variant: 'success' }, } ], }, ], },
{ label: 'Default Theme Usage', autogenerate: { directory: 'docs/theme-default'}, },
{ label: 'Tutorials', autogenerate: { directory: 'docs/tutorials' }, },
{ label: 'Reference', autogenerate: { directory: 'docs/reference' }, },

View File

@ -0,0 +1,8 @@
---
title: API Mode - Templates
description: API Mode - Templates
---
## We now have templates to get started with!
- [Basic Starter Kit](https://github.com/MatthiesenXYZ/astro-ghostcms-basicstarterkit): This is a Public Template repo that users are free to copy and modify to their hearts content.

View File

@ -0,0 +1,15 @@
---
title: 'We now have a DIY Starter Kit!'
date: '01-26-2024'
versionNumber: 'POST'
description: 'We now have a DIY Starter Kit!'
#image:
# src: '../../assets/starlog-placeholder-2.jpg'
# alt: 'The full Astro logo.'
---
## We now have a DIY Starter Kit!
As of the posting of this message, we now have a Template Repo, for those who wish to create a custom frontend and not use one of our themes. This repo allows you to take a exisiting working project and modify it freely.
To get started checkout the [Repo on Github](https://github.com/MatthiesenXYZ/astro-ghostcms-basicstarterkit)