Initial commit: Basic Grav CMS structure with Hello World page
This commit is contained in:
18
user/config/site.yaml
Normal file
18
user/config/site.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
site:
|
||||
title: 'Starting Line Productions'
|
||||
default_lang: en
|
||||
|
||||
streams:
|
||||
schemes:
|
||||
image:
|
||||
type: Stream
|
||||
prefixes:
|
||||
'': ['user/images', 'system/images']
|
||||
page:
|
||||
type: ReadOnlyStream
|
||||
prefixes:
|
||||
'': ['user/pages']
|
||||
account:
|
||||
type: ReadOnlyStream
|
||||
prefixes:
|
||||
'': ['user/accounts']
|
||||
Reference in New Issue
Block a user