diff --git a/themes/birdspace/assets/css/base.sass b/assets/sass/base.sass similarity index 100% rename from themes/birdspace/assets/css/base.sass rename to assets/sass/base.sass diff --git a/themes/birdspace/assets/css/colors.sass b/assets/sass/colors.sass similarity index 100% rename from themes/birdspace/assets/css/colors.sass rename to assets/sass/colors.sass diff --git a/themes/birdspace/assets/css/layout.sass b/assets/sass/layout.sass similarity index 100% rename from themes/birdspace/assets/css/layout.sass rename to assets/sass/layout.sass diff --git a/themes/birdspace/assets/css/main.sass b/assets/sass/main.sass similarity index 100% rename from themes/birdspace/assets/css/main.sass rename to assets/sass/main.sass diff --git a/themes/birdspace/assets/css/module.sass b/assets/sass/module.sass similarity index 100% rename from themes/birdspace/assets/css/module.sass rename to assets/sass/module.sass diff --git a/themes/birdspace/assets/css/state.sass b/assets/sass/state.sass similarity index 100% rename from themes/birdspace/assets/css/state.sass rename to assets/sass/state.sass diff --git a/themes/birdspace/assets/css/theme.sass b/assets/sass/theme.sass similarity index 100% rename from themes/birdspace/assets/css/theme.sass rename to assets/sass/theme.sass diff --git a/config.toml b/config.toml index f1a1af3..c71cfde 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ baseURL = 'https://bird.tacowolf.net' languageCode = 'en-us' -title = 'bird | 🌮🐺' -theme = 'birdspace' +title = 'bird dot 🌮🐺 dot net' +enableEmoji = true diff --git a/themes/birdspace/layouts/404.html b/layouts/404.html similarity index 100% rename from themes/birdspace/layouts/404.html rename to layouts/404.html diff --git a/themes/birdspace/layouts/_default/baseof.html b/layouts/_default/baseof.html similarity index 100% rename from themes/birdspace/layouts/_default/baseof.html rename to layouts/_default/baseof.html diff --git a/themes/birdspace/layouts/_default/list.html b/layouts/_default/list.html similarity index 100% rename from themes/birdspace/layouts/_default/list.html rename to layouts/_default/list.html diff --git a/themes/birdspace/layouts/_default/single.html b/layouts/_default/single.html similarity index 100% rename from themes/birdspace/layouts/_default/single.html rename to layouts/_default/single.html diff --git a/themes/birdspace/layouts/characters/list.html b/layouts/characters/list.html similarity index 100% rename from themes/birdspace/layouts/characters/list.html rename to layouts/characters/list.html diff --git a/themes/birdspace/layouts/characters/single.html b/layouts/characters/single.html similarity index 100% rename from themes/birdspace/layouts/characters/single.html rename to layouts/characters/single.html diff --git a/themes/birdspace/layouts/index.html b/layouts/index.html similarity index 100% rename from themes/birdspace/layouts/index.html rename to layouts/index.html diff --git a/themes/birdspace/layouts/partials/crumbs.html b/layouts/partials/crumbs.html similarity index 100% rename from themes/birdspace/layouts/partials/crumbs.html rename to layouts/partials/crumbs.html diff --git a/themes/birdspace/layouts/partials/footer.html b/layouts/partials/footer.html similarity index 100% rename from themes/birdspace/layouts/partials/footer.html rename to layouts/partials/footer.html diff --git a/themes/birdspace/layouts/partials/head.html b/layouts/partials/head.html similarity index 91% rename from themes/birdspace/layouts/partials/head.html rename to layouts/partials/head.html index 07488d5..b6d5ce6 100644 --- a/themes/birdspace/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,6 +1,6 @@ {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} {{ $style := resources.Get -"/css/main.sass" | toCSS }} +"/sass/main.sass" | toCSS }} {{ $title := print .Title " | " .Site.Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} diff --git a/themes/birdspace/layouts/partials/header.html b/layouts/partials/header.html similarity index 100% rename from themes/birdspace/layouts/partials/header.html rename to layouts/partials/header.html diff --git a/themes/birdspace/LICENSE b/themes/birdspace/LICENSE deleted file mode 100644 index 147d594..0000000 --- a/themes/birdspace/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2022 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/themes/birdspace/archetypes/default.md b/themes/birdspace/archetypes/default.md deleted file mode 100644 index 539701d..0000000 --- a/themes/birdspace/archetypes/default.md +++ /dev/null @@ -1,3 +0,0 @@ -+++ -T -+++ diff --git a/themes/birdspace/theme.toml b/themes/birdspace/theme.toml deleted file mode 100644 index 9ef6d07..0000000 --- a/themes/birdspace/theme.toml +++ /dev/null @@ -1,15 +0,0 @@ -# theme.toml template for a Hugo theme -# See https://github.com/gohugoio/hugoThemes#themetoml for an example - -name = "birdspace" -license = "MIT" -licenselink = "https://gitlab.com/takouhai/bird/themes/birdspace/LICENSE" -description = "a modern theme in space" -homepage = "https://bird.tacowolf.net/" -tags = [] -features = [] -min_version = "0.41.0" - -[author] - name = "taco" - homepage = "https://daniel.ga/llegos"