From 4270a2fd576567d19b4ce4c1974ed0dad5815634 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 18 Mar 2023 12:56:47 -0400 Subject: [PATCH] remove public from repo --- public/.gitkeep | 0 public/admin/mobile/config.yml | 18 ----- public/admin/mobile/index.html | 15 ----- public/admin/mobile/mobile-overrides.css | 85 ------------------------ public/categories/index.xml | 10 --- public/index.xml | 10 --- public/sitemap.xml | 11 --- public/tags/index.xml | 10 --- 8 files changed, 159 deletions(-) delete mode 100644 public/.gitkeep delete mode 100644 public/admin/mobile/config.yml delete mode 100644 public/admin/mobile/index.html delete mode 100644 public/admin/mobile/mobile-overrides.css delete mode 100644 public/categories/index.xml delete mode 100644 public/index.xml delete mode 100644 public/sitemap.xml delete mode 100644 public/tags/index.xml diff --git a/public/.gitkeep b/public/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/public/admin/mobile/config.yml b/public/admin/mobile/config.yml deleted file mode 100644 index 7333a48..0000000 --- a/public/admin/mobile/config.yml +++ /dev/null @@ -1,18 +0,0 @@ -media_folder: "static/uploads" -public_folder: "/uploads" -backend: - name: git-gateway - branch: main -collections: - - name: "blog" # Used in routes, e.g., /admin/collections/blog - label: "Blog" # Used in the UI - folder: "_posts/blog" # The path to the folder where the documents are stored - create: true # Allow users to create new documents in this collection - slug: "{{year}}-{{month}}-{{day}}-{{slug}}" # Filename template, e.g., YYYY-MM-DD-title.md - fields: # The fields for each document, usually in front matter - - {label: "Layout", name: "layout", widget: "hidden", default: "blog"} - - {label: "Title", name: "title", widget: "string"} - - {label: "Publish Date", name: "date", widget: "datetime"} - - {label: "Featured Image", name: "thumbnail", widget: "image"} - - {label: "Rating (scale of 1-5)", name: "rating", widget: "number"} - - {label: "Body", name: "body", widget: "markdown"} diff --git a/public/admin/mobile/index.html b/public/admin/mobile/index.html deleted file mode 100644 index 416173a..0000000 --- a/public/admin/mobile/index.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - Content Manager - - - - - - - diff --git a/public/admin/mobile/mobile-overrides.css b/public/admin/mobile/mobile-overrides.css deleted file mode 100644 index 565491f..0000000 --- a/public/admin/mobile/mobile-overrides.css +++ /dev/null @@ -1,85 +0,0 @@ -@media (max-width: 799px) { - - [class*=BackCollection], - [class*=BackStatus] { - font-size: .6rem; - } - - [class*=AppHeaderContent], - [class*=AppMainContainer] { - margin-right: 0; - margin-left: 0; - min-width: calc(100vw - 24px); - max-width: 100vw; - } - - [class*=AppHeaderContent] { - display: flex; - justify-content: space-between; - } - - [class*=AppHeaderQuickNewButton] { - width: 100%; - } - - [class*=AppHeaderButton] { - padding-left: 4px; - padding-right: 4px; - } - - [class*=EditorContainer], - [class*=ToolbarContainer] { - min-width: initial; - } - - [class*=ToolbarSubSectionFirst] { - display: flex; - flex-direction: column; - } - - [class*=PublishedToolbarButton] { - padding: 0 8px; - } - - [class*=PublishedToolbarButton]::after { - display: none; - } - - [class*=DeleteButton] { - margin-top: 5px; - padding: 0 2px; - } - - [class*=ViewControls] { - position: initial; - } - - [class*=PreviewPaneContainer-ControlPaneContainer] { - padding: 0; - } - - [class*=ControlPaneContainer] { - max-width: 100vw; - } - - - [class*=EditorControlBar] [class*=ToolbarContainer] { - display: flex; - flex-direction: column; - } - - [class*=CollectionContainer] { - display: flex; - flex-direction: column; - } - - [class*=SidebarContainer] { - position: initial; - width: initial; - } - - [class*=CollectionMain] { - padding-left: 0; - margin-top: 20px; - } -} diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index b92677a..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Categories on My New Hugo Site - http://example.org/categories/ - Recent content in Categories on My New Hugo Site - Hugo -- gohugo.io - en-us - - diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index da90485..0000000 --- a/public/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - My New Hugo Site - http://example.org/ - Recent content on My New Hugo Site - Hugo -- gohugo.io - en-us - - diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index 45379db..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - http://example.org/categories/ - - http://example.org/ - - http://example.org/tags/ - - diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index 201eda6..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - Tags on My New Hugo Site - http://example.org/tags/ - Recent content in Tags on My New Hugo Site - Hugo -- gohugo.io - en-us - -