mirror of
https://github.com/Wivik/vinyl-records-collection-theme.git
synced 2024-11-21 15:13:17 +01:00
feat: update theme data
This commit is contained in:
parent
ec587056d4
commit
933589a068
@ -3,8 +3,8 @@
|
|||||||
<h1>{{ .Site.Title }}</h1>
|
<h1>{{ .Site.Title }}</h1>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="{{ .Site.BaseURL }}">Home</a>
|
<a href="{{ .Site.BaseURL }}">Home</a>
|
||||||
<a href="band/">Bands</a>
|
<a href="/band/">Bands</a>
|
||||||
<a href="genres/">Genres</a>
|
<a href="/genres/">Genres</a>
|
||||||
<a href="#">still don't know</a>
|
<a href="#">still don't know</a>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
20
theme.toml
20
theme.toml
@ -4,18 +4,16 @@
|
|||||||
name = "Vinyl Records Collection"
|
name = "Vinyl Records Collection"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/Wivik/vinyl-records-collection-theme/blob/main/LICENSE"
|
licenselink = "https://github.com/Wivik/vinyl-records-collection-theme/blob/main/LICENSE"
|
||||||
description = ""
|
description = "A Theme to display your vinyl records collection, with categories and images."
|
||||||
homepage = "http://example.com/"
|
homepage = "https://github.com/Wivik/vinyl-records-collection-theme"
|
||||||
tags = []
|
tags = ["collection", "records", "vinyl", "music"]
|
||||||
features = []
|
features = []
|
||||||
min_version = "0.116.1"
|
min_version = "0.116.1"
|
||||||
|
|
||||||
[author]
|
demosite = "https://vinyl.zedas.fr"
|
||||||
name = ""
|
|
||||||
homepage = ""
|
[author]
|
||||||
|
name = "Seb"
|
||||||
|
homepage = "https://zedas.fr"
|
||||||
|
|
||||||
|
|
||||||
# If porting an existing theme
|
|
||||||
[original]
|
|
||||||
name = ""
|
|
||||||
homepage = ""
|
|
||||||
repo = ""
|
|
||||||
|
Loading…
Reference in New Issue
Block a user