diff --git a/.prettierrc b/.prettierrc index fe20dfd..0fae10a 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1 +1 @@ -"@hugolify/prettier-config" \ No newline at end of file +"@hugolify/prettier-config" diff --git a/.release-it.json b/.release-it.json index 99b7f95..edd9863 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,13 +1,11 @@ - - { - "github": { - "release": true - }, - "git": { - "commitMessage": "chore: release v${version}" - }, - "npm": { - "publish": false - } - } - \ No newline at end of file +{ + "github": { + "release": true + }, + "git": { + "commitMessage": "chore: release v${version}" + }, + "npm": { + "publish": false + } +} diff --git a/README.md b/README.md index 5a3e847..cbf1e25 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/config.yml b/config.yml index bc966a0..ee611ed 100644 --- a/config.yml +++ b/config.yml @@ -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: diff --git a/package-lock.json b/package-lock.json index e04a5e6..2cb2692 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,22 +1,22 @@ { - "name": "hugolify-theme-places", - "version": "1.1.2", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "hugolify-theme-places", - "version": "1.1.2", - "license": "MIT", - "devDependencies": { - "@hugolify/prettier-config": "^0.3.1" - } - }, - "node_modules/@hugolify/prettier-config": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@hugolify/prettier-config/-/prettier-config-0.3.1.tgz", - "integrity": "sha512-t74NNtPARZLeMRfof+lYG3/tzLTj8uDm+g41ncpJm9wWePqLoqo3clYa0GAoPTNiiSFCWoL1NcZ+0u/SUKj8Lw==", - "dev": true - } + "name": "hugolify-theme-places", + "version": "1.1.2", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "hugolify-theme-places", + "version": "1.1.2", + "license": "MIT", + "devDependencies": { + "@hugolify/prettier-config": "^0.3.1" + } + }, + "node_modules/@hugolify/prettier-config": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@hugolify/prettier-config/-/prettier-config-0.3.1.tgz", + "integrity": "sha512-t74NNtPARZLeMRfof+lYG3/tzLTj8uDm+g41ncpJm9wWePqLoqo3clYa0GAoPTNiiSFCWoL1NcZ+0u/SUKj8Lw==", + "dev": true } + } } diff --git a/package.json b/package.json index 738c930..f478713 100644 --- a/package.json +++ b/package.json @@ -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" + } }