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 dafd62a commit 613d4eb
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 60 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
}
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# hugolify-theme-3

## Install

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

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

Add this import in `assets/sass/main.sass`

```sass
/*! purgecss start ignore */
// Theme
Expand All @@ -16,10 +19,13 @@ Add this import in `assets/sass/main.sass`
```

## Live demo

https://theme-3--hugolify-demo.netlify.app/

## Documentation

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

## Licensing

Hugolify is free for personal or commercial projects (MIT license)
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module:

params:
hero:
desktop: "636x"
desktop: '636x'
posts:
thumbnail:
desktop: "416x275"
desktop: '416x275'
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.

50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "hugolify-theme-3",
"version": "1.0.5",
"homepage": "https://www.hugolify.io",
"repository": "https://github.com/hugolify/hugolify-theme-3",
"bugs": {
"url": "https://github.com/hugolify/hugolify-theme-3/issues"
},
"author": {
"email": "sebousan@gmail.com",
"name": "Sébastien Moulène",
"url": "https://www.sebastienmoulene.com/"
},
"keywords": [
"architectify",
"lawyerify",
"realestatify",
"hugolify",
"hugo",
"hugo-theme",
"bootstrap"
],
"license": "MIT",
"devDependencies": {
"@hugolify/prettier-config": "^0.3.1"
}
"name": "hugolify-theme-3",
"version": "1.0.5",
"homepage": "https://www.hugolify.io",
"repository": "https://github.com/hugolify/hugolify-theme-3",
"bugs": {
"url": "https://github.com/hugolify/hugolify-theme-3/issues"
},
"author": {
"email": "sebousan@gmail.com",
"name": "Sébastien Moulène",
"url": "https://www.sebastienmoulene.com/"
},
"keywords": [
"architectify",
"lawyerify",
"realestatify",
"hugolify",
"hugo",
"hugo-theme",
"bootstrap"
],
"license": "MIT",
"devDependencies": {
"@hugolify/prettier-config": "^0.3.1"
}
}

0 comments on commit 613d4eb

Please sign in to comment.