From d8a5cbb8a692afd8526a0714456e74b6eac5de27 Mon Sep 17 00:00:00 2001 From: panr Date: Sun, 6 Jan 2019 17:26:27 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7514cb2..fb5b43d 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ This theme is pretty basic and covers all of the essentials. All you have to do ## Features -- **dark/light mode**, depending on your preferences (dark is default) +- **dark/light mode**, depending on your preferences (dark is default, but you can change it) - great reading experience thanks to [**Inter UI font**](https://rsms.me/inter/), made by [Rasmus Andersson](https://rsms.me/about/) - nice code highlighting thanks to [**PrismJS**](https://prismjs.com) -- an easy way to modify the theme (**Webpack, NodeJS, PostCSS** — initial setup created by [Marcin Dziewulski](http://www.mobily.pl)) +- an easy way to modify the theme (**Webpack, NodeJS, PostCSS etc.**) - fully responsive #### Built-in shortcodes @@ -57,7 +57,7 @@ The theme doesn't require any advanced configuration. Just copy: baseurl = "https://example.org/" languageCode = "en-us" title = "Hello Friend" -theme = "hugo-theme-hello-friend" +theme = "hello-friend" copyright = "" paginate = 5 diff --git a/package.json b/package.json index 8b66c39..da94621 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hello-friend", "version": "1.0.0", "main": "index.js", - "author": "panr & mobily", + "author": "Radosław Kozieł <@panr> ", "license": "MIT", "scripts": { "dev": "webpack --mode=development --watch",