diff options
-rw-r--r-- | config.toml | 1 | ||||
-rw-r--r-- | layouts/404.html (renamed from themes/markskitchen/layouts/404.html) | 0 | ||||
-rw-r--r-- | layouts/_default/baseof.html (renamed from themes/markskitchen/layouts/_default/baseof.html) | 0 | ||||
-rw-r--r-- | layouts/_default/list.html (renamed from themes/markskitchen/layouts/_default/list.html) | 0 | ||||
-rw-r--r-- | layouts/_default/single.html (renamed from themes/markskitchen/layouts/_default/single.html) | 0 | ||||
-rw-r--r-- | layouts/partials/footer.html (renamed from themes/markskitchen/layouts/partials/footer.html) | 0 | ||||
-rw-r--r-- | layouts/partials/head.html (renamed from themes/markskitchen/layouts/partials/head.html) | 0 | ||||
-rw-r--r-- | layouts/partials/header.html (renamed from themes/markskitchen/layouts/partials/header.html) | 0 | ||||
-rw-r--r-- | static/css/common.css (renamed from themes/markskitchen/static/css/common.css) | 0 | ||||
-rw-r--r-- | static/css/list.css (renamed from themes/markskitchen/static/css/list.css) | 0 | ||||
-rw-r--r-- | themes/markskitchen/LICENSE | 21 | ||||
-rw-r--r-- | themes/markskitchen/README.md | 1 | ||||
-rw-r--r-- | themes/markskitchen/archetypes/default.md | 2 | ||||
-rw-r--r-- | themes/markskitchen/theme.toml | 21 |
14 files changed, 0 insertions, 46 deletions
diff --git a/config.toml b/config.toml index 4609e09..67b23df 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,5 @@ languageCode = 'en-us' title = "Mark's Kitchen" -theme = "markskitchen" baseURL = "https://marks.kitchen" paginate = 5 rssLimit = 10 diff --git a/themes/markskitchen/layouts/404.html b/layouts/404.html index e69de29..e69de29 100644 --- a/themes/markskitchen/layouts/404.html +++ b/layouts/404.html diff --git a/themes/markskitchen/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5dc4b24..5dc4b24 100644 --- a/themes/markskitchen/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html diff --git a/themes/markskitchen/layouts/_default/list.html b/layouts/_default/list.html index 45c8631..45c8631 100644 --- a/themes/markskitchen/layouts/_default/list.html +++ b/layouts/_default/list.html diff --git a/themes/markskitchen/layouts/_default/single.html b/layouts/_default/single.html index 52e9c13..52e9c13 100644 --- a/themes/markskitchen/layouts/_default/single.html +++ b/layouts/_default/single.html diff --git a/themes/markskitchen/layouts/partials/footer.html b/layouts/partials/footer.html index ecf9420..ecf9420 100644 --- a/themes/markskitchen/layouts/partials/footer.html +++ b/layouts/partials/footer.html diff --git a/themes/markskitchen/layouts/partials/head.html b/layouts/partials/head.html index 29e9f49..29e9f49 100644 --- a/themes/markskitchen/layouts/partials/head.html +++ b/layouts/partials/head.html diff --git a/themes/markskitchen/layouts/partials/header.html b/layouts/partials/header.html index 97fec62..97fec62 100644 --- a/themes/markskitchen/layouts/partials/header.html +++ b/layouts/partials/header.html diff --git a/themes/markskitchen/static/css/common.css b/static/css/common.css index 0a248e5..0a248e5 100644 --- a/themes/markskitchen/static/css/common.css +++ b/static/css/common.css diff --git a/themes/markskitchen/static/css/list.css b/static/css/list.css index e69de29..e69de29 100644 --- a/themes/markskitchen/static/css/list.css +++ b/static/css/list.css diff --git a/themes/markskitchen/LICENSE b/themes/markskitchen/LICENSE deleted file mode 100644 index 17a6d8e..0000000 --- a/themes/markskitchen/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2022 Mark Powers -Copyright (c) Creedowl Queensferry - -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/themes/markskitchen/README.md b/themes/markskitchen/README.md deleted file mode 100644 index 8412a42..0000000 --- a/themes/markskitchen/README.md +++ /dev/null @@ -1 +0,0 @@ -Theme style is inspired by https://github.com/queensferryme/hugo-theme-texify diff --git a/themes/markskitchen/archetypes/default.md b/themes/markskitchen/archetypes/default.md deleted file mode 100644 index ac36e06..0000000 --- a/themes/markskitchen/archetypes/default.md +++ /dev/null @@ -1,2 +0,0 @@ -+++ -+++ diff --git a/themes/markskitchen/theme.toml b/themes/markskitchen/theme.toml deleted file mode 100644 index faa0387..0000000 --- a/themes/markskitchen/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 = "Markskitchen" -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 = "" |