move theme to internal setup
This commit is contained in:
parent
ec3b4cab07
commit
8e2b93da27
22 changed files with 3 additions and 41 deletions
|
@ -1,4 +1,4 @@
|
|||
baseURL = 'https://bird.tacowolf.net'
|
||||
languageCode = 'en-us'
|
||||
title = 'bird | 🌮🐺'
|
||||
theme = 'birdspace'
|
||||
title = 'bird dot 🌮🐺 dot net'
|
||||
enableEmoji = true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{ template "_internal/opengraph.html" . }} {{ template
|
||||
"_internal/twitter_cards.html" . }} {{ $style := resources.Get
|
||||
"/css/main.sass" | toCSS }}
|
||||
"/sass/main.sass" | toCSS }}
|
||||
<link href="{{ $style.RelPermalink }}" rel="stylesheet">{{ $title
|
||||
:= print .Title " | " .Site.Title }} {{ if .IsHome }}{{ $title =
|
||||
.Site.Title }}{{ end }}
|
|
@ -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.
|
|
@ -1,3 +0,0 @@
|
|||
+++
|
||||
T
|
||||
+++
|
|
@ -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"
|
Reference in a new issue