From 2fbe708b840872306196c98016e4ff0c61a116f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Bo=C3=ABs?= Date: Tue, 21 Aug 2018 07:36:11 +0200 Subject: [PATCH 1/5] Improve ES linting for arrow functions --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 8655e58a..85be7091 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,8 @@ }, "globals": {}, "rules": { + "arrow-parens": ["error", "always"], + "arrow-body-style": ["error", "always"], "brace-style": 2, "comma-dangle": [ 2, From 9f6d7734e857c9f176391df774c8aaa3ffc6d7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Bo=C3=ABs?= Date: Thu, 23 Aug 2018 19:29:04 +0200 Subject: [PATCH 2/5] Update NPM package `autoprefixer@9.1.3` & `inquirer@6.2.0` --- package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 85be7091..b5a361d2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "static site generator" ], "devDependencies": { - "autoprefixer": "^9.0.0", + "autoprefixer": "^9.1.3", "beepbeep": "^1.2.2", "gulp": "^3.9.1", "gulp-eslint": "^5.0.0", @@ -60,7 +60,7 @@ "glob": "^7.0.5", "gm": "^1.23.0", "handlebars": "^4.0.11", - "inquirer": "^6.0.0", + "inquirer": "^6.2.0", "inquirer-datepicker-prompt": "^0.4.2", "js-yaml": "^3.11.0", "marked": "^0.5.0", @@ -78,8 +78,14 @@ }, "globals": {}, "rules": { - "arrow-parens": ["error", "always"], - "arrow-body-style": ["error", "always"], + "arrow-parens": [ + "error", + "always" + ], + "arrow-body-style": [ + "error", + "always" + ], "brace-style": 2, "comma-dangle": [ 2, From 4a59485b811fed3e66cbdd2f29fa31cf0a6b104b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Bo=C3=ABs?= Date: Thu, 23 Aug 2018 19:29:28 +0200 Subject: [PATCH 3/5] Add feedback instructions to `README.md` --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d134956e..d47465d2 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ Update 1. To find out if your Blogophon needs updating, run `npm outdated -g blogophon`. 2. Run `npm update -g blogophon` to update your local Blogophon installation to the latest stable release. +Feedback +-------- + +In case of issues or suggestions for the Blogophon consider using [Blogophon's issue board](https://github.com/fboes/blogophon/issues). + Status ------- From 12e7ca9db677f4ad5301b682087e4f4c60824082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Bo=C3=ABs?= Date: Thu, 23 Aug 2018 19:29:54 +0200 Subject: [PATCH 4/5] Upgrade Twitter links in `default` template to https --- htdocs/themes/default/templates/partials/sidebar.html | 2 +- htdocs/themes/default/templates/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/themes/default/templates/partials/sidebar.html b/htdocs/themes/default/templates/partials/sidebar.html index 6e5d19d5..990a93a9 100644 --- a/htdocs/themes/default/templates/partials/sidebar.html +++ b/htdocs/themes/default/templates/partials/sidebar.html @@ -5,7 +5,7 @@

{{#i18n}}Links{{/i18n}}

diff --git a/htdocs/themes/default/templates/post.html b/htdocs/themes/default/templates/post.html index 92be84a2..db22575a 100644 --- a/htdocs/themes/default/templates/post.html +++ b/htdocs/themes/default/templates/post.html @@ -111,7 +111,7 @@