Hello World: Minimal Grav CMS setup for sync testing
This commit is contained in:
@@ -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
0
pages/.gitkeep
Normal file
7
pages/01.home/index.md
Normal file
7
pages/01.home/index.md
Normal 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
0
user/.gitkeep
Normal file
0
user/config/.gitkeep
Normal file
0
user/config/.gitkeep
Normal file
3
user/config/site.yaml
Normal file
3
user/config/site.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
site:
|
||||
title: 'Starting Line Productions'
|
||||
default_lang: en
|
||||
7
user/config/system.yaml
Normal file
7
user/config/system.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
pages:
|
||||
theme: antimatter
|
||||
markdown:
|
||||
extra: true
|
||||
process:
|
||||
markdown: true
|
||||
twig: false
|
||||
Reference in New Issue
Block a user