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 dc07a8e commit 519de14
Show file tree
Hide file tree
Showing 6 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-theme-places

## Install

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

```yml
imports:
- path: github.com/hugolify/hugolify-theme-places
```

## Documentation

https://github.com/hugolify/hugolify-template/wiki

## Licensing

Hugolify is free for personal or commercial projects (MIT license)
8 changes: 4 additions & 4 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ module:
params:
places:
thumbnail:
desktop: "522x345"
mobile: "300x198"
scrollsnap: "240x158"
desktop: '522x345'
mobile: '300x198'
scrollsnap: '240x158'
image:
desktop: "416x"
desktop: '416x'

# Default
permalinks:
Expand Down
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-places",
"version": "1.1.2",
"homepage": "https://www.hugolify.io",
"repository": "https://github.com/hugolify/hugolify-theme-places",
"bugs": {
"url": "https://github.com/hugolify/hugolify-theme-places/issues"
},
"author": {
"email": "sebousan@gmail.com",
"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-places",
"version": "1.1.2",
"homepage": "https://www.hugolify.io",
"repository": "https://github.com/hugolify/hugolify-theme-places",
"bugs": {
"url": "https://github.com/hugolify/hugolify-theme-places/issues"
},
"author": {
"email": "sebousan@gmail.com",
"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 519de14

Please sign in to comment.