diff --git a/frontend/.gitattributes b/frontend/.gitattributes deleted file mode 100644 index d41a940..0000000 --- a/frontend/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.gif filter=lfs diff=lfs merge=lfs -text diff --git a/frontend/archetypes/default.md b/frontend/archetypes/default.md deleted file mode 100644 index 00e77bd..0000000 --- a/frontend/archetypes/default.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} -draft: true ---- - diff --git a/frontend/config.toml b/frontend/config.toml deleted file mode 100644 index 2fc7bfd..0000000 --- a/frontend/config.toml +++ /dev/null @@ -1,7 +0,0 @@ -baseURL = 'https://clips.shockrah.xyz/' -languageCode = 'en-us' -title = "Shockrah's Clips" - -theme = "clippable" - - diff --git a/frontend/content/_index.md b/frontend/content/_index.md deleted file mode 100644 index 1056ae2..0000000 --- a/frontend/content/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Shockrah's Clips -description: Clips I think are kinda kewl -image: /favicon.png ---- diff --git a/frontend/content/collection.md b/frontend/content/collection.md deleted file mode 100644 index 69cf8f6..0000000 --- a/frontend/content/collection.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Shockrah's Clips -description: stay a while and watch -image: /favicon.png -type: collection ---- \ No newline at end of file diff --git a/frontend/themes/clippable/LICENSE b/frontend/themes/clippable/LICENSE deleted file mode 100644 index e4483e2..0000000 --- a/frontend/themes/clippable/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2021 YOUR_NAME_HERE - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/frontend/themes/clippable/archetypes/default.md b/frontend/themes/clippable/archetypes/default.md deleted file mode 100644 index ac36e06..0000000 --- a/frontend/themes/clippable/archetypes/default.md +++ /dev/null @@ -1,2 +0,0 @@ -+++ -+++ diff --git a/frontend/themes/clippable/layouts/404.html b/frontend/themes/clippable/layouts/404.html deleted file mode 100644 index e69de29..0000000 diff --git a/frontend/themes/clippable/layouts/_default/baseof.html b/frontend/themes/clippable/layouts/_default/baseof.html deleted file mode 100644 index 5f8e2ec..0000000 --- a/frontend/themes/clippable/layouts/_default/baseof.html +++ /dev/null @@ -1,11 +0,0 @@ - - - {{- partial "head.html" . -}} - - {{- partial "header.html" . -}} -
- {{- block "main" . }}{{- end }} -
- {{- partial "footer.html" . -}} - - diff --git a/frontend/themes/clippable/layouts/_default/list.html b/frontend/themes/clippable/layouts/_default/list.html deleted file mode 100644 index e69de29..0000000 diff --git a/frontend/themes/clippable/layouts/_default/single.html b/frontend/themes/clippable/layouts/_default/single.html deleted file mode 100644 index e69de29..0000000 diff --git a/frontend/themes/clippable/layouts/collection/baseof.html b/frontend/themes/clippable/layouts/collection/baseof.html deleted file mode 100644 index 54e6a46..0000000 --- a/frontend/themes/clippable/layouts/collection/baseof.html +++ /dev/null @@ -1,15 +0,0 @@ - - -{{- partial "head.html" . -}} - - -
-
- {{- block "main" . -}}{{- end -}} - -
-
- - - diff --git a/frontend/themes/clippable/layouts/collection/single.html b/frontend/themes/clippable/layouts/collection/single.html deleted file mode 100644 index 04ac97f..0000000 --- a/frontend/themes/clippable/layouts/collection/single.html +++ /dev/null @@ -1,4 +0,0 @@ -{{ define "main" }} -{{ .Content }} -

{{ .Title }}

-{{ end }} diff --git a/frontend/themes/clippable/layouts/index.html b/frontend/themes/clippable/layouts/index.html deleted file mode 100644 index a35a1c9..0000000 --- a/frontend/themes/clippable/layouts/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - -{{- partial "head.html" . -}} - - -
-
-

{{ .Title }}

- -
-
- - diff --git a/frontend/themes/clippable/layouts/partials/footer.html b/frontend/themes/clippable/layouts/partials/footer.html deleted file mode 100644 index e69de29..0000000 diff --git a/frontend/themes/clippable/layouts/partials/head.html b/frontend/themes/clippable/layouts/partials/head.html deleted file mode 100644 index b097b45..0000000 --- a/frontend/themes/clippable/layouts/partials/head.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - {{ $title := print .Title }} - {{ if .IsHome }}{{ $title = .Site.Title}}{{end}} - {{ $title }} - - - {{ $url := .RelPermalink | absURL }} - - {{ $desc := print .Description }} - {{ if .IsHome }}{{ $desc = .Params.Description }}{{end}} - - - {{ $ogvideo := "" }} - {{ if .Params.Video }} - {{ $ogvideo = .Params.Video }} - - - - {{ else }} - {{ $ogimage := "/favicon.png" }} - {{ if .Params.Image }} - {{ $ogimage = .Params.Image }} - {{ end }} - - {{ end }} - - diff --git a/frontend/themes/clippable/layouts/partials/header.html b/frontend/themes/clippable/layouts/partials/header.html deleted file mode 100644 index e69de29..0000000 diff --git a/frontend/themes/clippable/static/cantfindshit.gif b/frontend/themes/clippable/static/cantfindshit.gif deleted file mode 100644 index 995e705..0000000 --- a/frontend/themes/clippable/static/cantfindshit.gif +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92c03626e5ad404ee4aee5925be8a2d3c01eb628f3f2dd7ce41ee56ce1807e8a -size 2381961 diff --git a/frontend/themes/clippable/static/css/style.css b/frontend/themes/clippable/static/css/style.css deleted file mode 100644 index 1b1fc0f..0000000 --- a/frontend/themes/clippable/static/css/style.css +++ /dev/null @@ -1,46 +0,0 @@ -html, body, div, tag { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - vertical-align: baseline; - background: #212121; - text-align: center; -} - -* { - box-sizing: border-box; -} - -.content { - margin: 0 auto; - padding: 0 2em; - line-height: 1.6em; - color: whitesmoke; -} -.video-gallery { - display: flex; - flex-wrap: wrap; - justify-content: center; -} - -.video-block { - padding: 1em; - width: 400px; - line-height: 1em; - margin-right: 1em; - margin-bottom: 1em; - background: #191818; - border-radius: 1em; -} - -a { - color:white; -} - -.pure-form { - text-align: center; -} -.pure-img { - border-radius: 0.5em; -} diff --git a/frontend/themes/clippable/theme.toml b/frontend/themes/clippable/theme.toml deleted file mode 100644 index d090c46..0000000 --- a/frontend/themes/clippable/theme.toml +++ /dev/null @@ -1,21 +0,0 @@ -# theme.toml template for a Hugo theme -# See https://github.com/gohugoio/hugoThemes#themetoml for an example - -name = "Clippable" -license = "MIT" -licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" -description = "" -homepage = "http://example.com/" -tags = [] -features = [] -min_version = "0.41.0" - -[author] - name = "" - homepage = "" - -# If porting an existing theme -[original] - name = "" - homepage = "" - repo = "" diff --git a/frontend/scripts/label.sh b/scripts/label.sh similarity index 100% rename from frontend/scripts/label.sh rename to scripts/label.sh