Hello World: Minimal Grav CMS setup for sync testing

This commit is contained in:
2025-10-10 18:29:48 -05:00
parent 30690f2dd8
commit d5c6614fe4
7 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# Starting Line Productions Website
This repository contains the content for the Starting Line Productions makerspace website in Pflugerville, Texas.
Managed with Grav CMS using Git Sync plugin.

0
pages/.gitkeep Normal file
View File

7
pages/01.home/index.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: 'Hello World'
---
# Hello World
Welcome to Starting Line Productions - An Invite-Only Private Makerspace in Pflugerville, Texas

0
user/.gitkeep Normal file
View File

0
user/config/.gitkeep Normal file
View File

3
user/config/site.yaml Normal file
View File

@@ -0,0 +1,3 @@
site:
title: 'Starting Line Productions'
default_lang: en

7
user/config/system.yaml Normal file
View File

@@ -0,0 +1,7 @@
pages:
theme: antimatter
markdown:
extra: true
process:
markdown: true
twig: false