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
|
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.
|
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
|
Copyright (C) 2023 Marty Sluijtman <marty.wanderer@disroot.org
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
name = "CyberPink"
|
||||||
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
license = "AGPLv3"
|
||||||
|
licenselink = "https://files.antimattercloud.nl/git/hugo/cyberpink.git/tree/LICENSE"
|
||||||
name = "Cock"
|
description = "A very pink Hugo theme"
|
||||||
license = "MIT"
|
|
||||||
licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
|
|
||||||
description = ""
|
|
||||||
homepage = "http://example.com/"
|
|
||||||
tags = []
|
tags = []
|
||||||
features = []
|
features = []
|
||||||
min_version = "0.41.0"
|
min_version = "0.41.0"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = ""
|
name = "Marty Sluijtman"
|
||||||
homepage = ""
|
homepage = "https://voidcruiser.nl"
|
||||||
|
|
||||||
# If porting an existing theme
|
|
||||||
[original]
|
|
||||||
name = ""
|
|
||||||
homepage = ""
|
|
||||||
repo = ""
|
|
||||||
|
|
Loading…
Reference in a new issue