diff --git a/site/README.md b/site/README.md new file mode 100644 index 0000000..4cf8a0b --- /dev/null +++ b/site/README.md @@ -0,0 +1 @@ +This is not a test, this is rock and roll diff --git a/site/admin/config.yml b/site/admin/config.yml new file mode 100644 index 0000000..546a24f --- /dev/null +++ b/site/admin/config.yml @@ -0,0 +1,22 @@ +backend: + name: gitea + repo: nicholas/docsify # Path to your Gitea repository + app_id: 33acc7a8-da11-4fce-acd5-970ff5c9bad3 # The Client ID provided by Gitea + api_root: https://gitea.bigyellowfish.com/api/v1 # API URL of your Gitea instance + base_url: https://gitea.bigyellowfish.com # Root URL of your Gitea instance + auth_endpoint: https://gitea.bigyellowfish.com/login/oauth/authorize + # optional, defaults to master + # branch: main +media_folder: "assets/images" +site_url: https://docs.bigyellowfish.com + + +collections: + - label: "Pages" + name: Pages + files: + - label: "Landing Page" + name: readme + file: "site/README.md" + fields: + - {label: Intro, name: intro, widget: markdown} diff --git a/site/admin/index.html b/site/admin/index.html new file mode 100644 index 0000000..790f7a8 --- /dev/null +++ b/site/admin/index.html @@ -0,0 +1,13 @@ + + +
+ + + +