mirror of
https://github.com/Wivik/vinyl-records-collection-theme.git
synced 2024-11-21 23:23:13 +01:00
doc: update readme
This commit is contained in:
parent
f3bfa01eaf
commit
e252d30581
@ -38,14 +38,20 @@ rm <your hugo site folder>/archetypes/default.md
|
|||||||
Update the configuration file and add :
|
Update the configuration file and add :
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
baseurl: <your site URL>
|
||||||
|
languageCode: 'en-us'
|
||||||
|
title: 'My Vinyl Records Collection'
|
||||||
|
author: <Your Name>
|
||||||
theme: vinyl-records-collection-theme
|
theme: vinyl-records-collection-theme
|
||||||
|
|
||||||
taxonomies:
|
taxonomies:
|
||||||
band: band
|
artist: artist
|
||||||
genres: genres
|
genres: genres
|
||||||
label: label
|
label: label
|
||||||
year: year
|
year: year
|
||||||
format: format
|
format: format
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Or if you use the Toml format :
|
Or if you use the Toml format :
|
||||||
|
Loading…
Reference in New Issue
Block a user