doc: update readme

This commit is contained in:
Wivik 2023-08-21 18:36:15 +02:00
parent f3bfa01eaf
commit e252d30581
No known key found for this signature in database
GPG Key ID: 4C47CF1D8592D50F

View File

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