Skip to content

Commit

Permalink
prettier: prettify all files
Browse files Browse the repository at this point in the history
  • Loading branch information
arthaud-proust committed Nov 28, 2023
1 parent 1930f7a commit 59f00a0
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"@hugolify/prettier-config"
"@hugolify/prettier-config"
24 changes: 11 additions & 13 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@

{
"github": {
"release": true
},
"git": {
"commitMessage": "chore: release v${version}"
},
"npm": {
"publish": false
}
}

{
"github": {
"release": true
},
"git": {
"commitMessage": "chore: release v${version}"
},
"npm": {
"publish": false
}
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# hugolify-themes-persons-places

## Install

Edit `config/_default/module.yaml` to install the `hugolify-theme-persons-places` module:

```yml
imports:
- path: github.com/hugolify/hugolify-theme-persons-places
```
## Documentation
https://github.com/hugolify/hugolify-template/wiki
## Licensing
Hugolify is free for personal or commercial projects (MIT license)
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ module:
permalinks:
persons_places: /team/places/:slug/
taxonomies:
persons_place: persons_places
persons_place: persons_places
2 changes: 1 addition & 1 deletion content/persons_places/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: places
url: /team/places
---
---
2 changes: 1 addition & 1 deletion i18n/en.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
persons_places:
title:
one: place
other: places
other: places
2 changes: 1 addition & 1 deletion i18n/fr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
persons_places:
title:
one: Lieu
other: Lieux
other: Lieux
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "hugolify-theme-persons-places",
"version": "1.1.2",
"homepage": "https://www.hugolify.io",
"repository": "https://github.com/hugolify/hugolify-theme-persons-places",
"bugs": {
"url": "https://github.com/hugolify/hugolify-theme-persons-places/issues"
},
"author": {
"email": "[email protected]",
"name": "Sébastien Moulène",
"url": "https://www.sebastienmoulene.com/"
},
"keywords": [
"hugolify",
"hugo",
"hugo-theme",
"bootstrap"
],
"license": "MIT",
"devDependencies": {
"@hugolify/prettier-config": "^0.3.1"
}
"name": "hugolify-theme-persons-places",
"version": "1.1.2",
"homepage": "https://www.hugolify.io",
"repository": "https://github.com/hugolify/hugolify-theme-persons-places",
"bugs": {
"url": "https://github.com/hugolify/hugolify-theme-persons-places/issues"
},
"author": {
"email": "[email protected]",
"name": "Sébastien Moulène",
"url": "https://www.sebastienmoulene.com/"
},
"keywords": [
"hugolify",
"hugo",
"hugo-theme",
"bootstrap"
],
"license": "MIT",
"devDependencies": {
"@hugolify/prettier-config": "^0.3.1"
}
}

0 comments on commit 59f00a0

Please sign in to comment.