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>
|
||||
<nav>
|
||||
<a href="{{ .Site.BaseURL }}">Home</a>
|
||||
<a href="band/">Bands</a>
|
||||
<a href="genres/">Genres</a>
|
||||
<a href="/band/">Bands</a>
|
||||
<a href="/genres/">Genres</a>
|
||||
<a href="#">still don't know</a>
|
||||
</nav>
|
||||
</header>
|
20
theme.toml
20
theme.toml
@ -4,18 +4,16 @@
|
||||
name = "Vinyl Records Collection"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/Wivik/vinyl-records-collection-theme/blob/main/LICENSE"
|
||||
description = ""
|
||||
homepage = "http://example.com/"
|
||||
tags = []
|
||||
description = "A Theme to display your vinyl records collection, with categories and images."
|
||||
homepage = "https://github.com/Wivik/vinyl-records-collection-theme"
|
||||
tags = ["collection", "records", "vinyl", "music"]
|
||||
features = []
|
||||
min_version = "0.116.1"
|
||||
|
||||
[author]
|
||||
name = ""
|
||||
homepage = ""
|
||||
demosite = "https://vinyl.zedas.fr"
|
||||
|
||||
[author]
|
||||
name = "Seb"
|
||||
homepage = "https://zedas.fr"
|
||||
|
||||
|
||||
# If porting an existing theme
|
||||
[original]
|
||||
name = ""
|
||||
homepage = ""
|
||||
repo = ""
|
||||
|
Loading…
Reference in New Issue
Block a user