Administrative details
This commit is contained in:
parent
07a9f6baba
commit
5730865ba4
2
LICENSE
2
LICENSE
|
@ -629,7 +629,7 @@ to attach them to the start of each source file to most effectively
|
|||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
A rather pink theme for the Hugo static site generater
|
||||
CyberPink - A rather pink theme for the Hugo static site generater
|
||||
Copyright (C) 2023 Marty Sluijtman <marty.wanderer@disroot.org
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
22
theme.toml
22
theme.toml
|
@ -1,21 +1,11 @@
|
|||
# theme.toml template for a Hugo theme
|
||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||||
|
||||
name = "Cock"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
||||
description = ""
|
||||
homepage = "http://example.com/"
|
||||
name = "CyberPink"
|
||||
license = "AGPLv3"
|
||||
licenselink = "https://files.antimattercloud.nl/git/hugo/cyberpink.git/tree/LICENSE"
|
||||
description = "A very pink Hugo theme"
|
||||
tags = []
|
||||
features = []
|
||||
min_version = "0.41.0"
|
||||
|
||||
[author]
|
||||
name = ""
|
||||
homepage = ""
|
||||
|
||||
# If porting an existing theme
|
||||
[original]
|
||||
name = ""
|
||||
homepage = ""
|
||||
repo = ""
|
||||
name = "Marty Sluijtman"
|
||||
homepage = "https://voidcruiser.nl"
|
||||
|
|
Loading…
Reference in a new issue