feat: update theme data

This commit is contained in:
Wivik 2023-08-20 00:00:32 +02:00
parent ec587056d4
commit 933589a068
No known key found for this signature in database
GPG Key ID: 4C47CF1D8592D50F
2 changed files with 11 additions and 13 deletions

View File

@ -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>

View File

@ -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 = ""