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 9b4dd77 commit b4540aa
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 57 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-1

## Install

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

```yml
imports:
- path: github.com/hugolify/hugolify-theme-1
```
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-1--hugolify-demo.netlify.app/

## Documentation

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

## Licensing

Hugolify is free for personal or commercial projects (MIT license)
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.

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

0 comments on commit b4540aa

Please sign in to comment.