diff --git a/AI-Prompt.md b/AI-Prompt.md new file mode 100644 index 0000000..a110be0 --- /dev/null +++ b/AI-Prompt.md @@ -0,0 +1,11 @@ +This is a freshly cloned Gitea repository (just README and vcs dirs) + +I have added this AI-Prompt.md file. + +This repository is meant to be used with a brand new Grav installation at https://startinglineproductions.com (I've only changed the admin password, setup 2fa and installed the git sync plugin) via the git sync plugin. I and other technical folks will edit content via markdown/git , non technical co-founders will use the Grav admin system. Content will need to be kept in sync. + +The Grav installation is running on Cloudron and is using the Cloudron package. + +Go ahead and scaffold a basic website for an invite only, private makerspace in Pflugerville Texas and commit/push to the repository. I want to version control as much as possible. The repository is set to private. + +Actually, can we start with a "Hello world" to test out the sync? Then we can scaffold the site and iterate? \ No newline at end of file diff --git a/README.md b/README.md index e69de29..7f49c90 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/bin/.gitkeep b/bin/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/pages/.gitkeep b/pages/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/pages/01.home/index.md b/pages/01.home/index.md new file mode 100644 index 0000000..5d56b14 --- /dev/null +++ b/pages/01.home/index.md @@ -0,0 +1,9 @@ +--- +title: Home +--- + +# Welcome to Starting Line Productions + +This is an invite-only private makerspace located in Pflugerville, Texas. + +We provide a collaborative environment for makers, tinkerers, and innovators to create amazing projects together. \ No newline at end of file diff --git a/system/.gitkeep b/system/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/user/.gitkeep b/user/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/user/accounts/.gitkeep b/user/accounts/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/user/backup/.gitkeep b/user/backup/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/user/cache/.gitkeep b/user/cache/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/user/config/site.yaml b/user/config/site.yaml new file mode 100644 index 0000000..eb7ee83 --- /dev/null +++ b/user/config/site.yaml @@ -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'] \ No newline at end of file diff --git a/user/config/system.yaml b/user/config/system.yaml new file mode 100644 index 0000000..6e61296 --- /dev/null +++ b/user/config/system.yaml @@ -0,0 +1,40 @@ +absolute_urls: false + +home: + alias: '/home' + +pages: + theme: antimatter + markdown: + extra: true + process: + markdown: true + twig: false + +cache: + enabled: true + check: + method: file + driver: auto + prefix: 'g' + +twig: + cache: true + debug: true + auto_reload: true + undefined_functions: true + undefined_filters: true + register_factories: false + +assets: + css_pipeline: false + css_minify: true + css_rewrite: true + js_pipeline: false + js_minify: true + +debugger: + enabled: false + twig: true + shutdown: + close_connection: true \ No newline at end of file diff --git a/user/data/.gitkeep b/user/data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/user/images/.gitkeep b/user/images/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/user/logs/.gitkeep b/user/logs/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/user/plugins/.gitkeep b/user/plugins/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/user/themes/.gitkeep b/user/themes/.gitkeep new file mode 100644 index 0000000..e69de29