From 11ba9f46403ced09f9d0f2a21ba2817046c9a05c Mon Sep 17 00:00:00 2001 From: kentnek Date: Tue, 23 Jun 2020 03:58:30 +0800 Subject: [PATCH 1/2] explain more on hugo-extended, and sprinkle in some emojis --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 879a01293..c69693bf6 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,19 @@ A minimal blog theme built for [Hugo](https://gohugo.io/) 🍜 - An about page 👋🏻 and a blog 📝 - Blog posts can be tagged 🏷 -- Mathematical notations are supported with KaTex -- Sass/SCSS for styling +- Mathematical notations are supported with KaTex 📐 +- Sass/SCSS for styling ✨ ### Prerequisites -Hugo extended version (for Sass/SCSS support). +Hugo **extended version** (for Sass/SCSS support). + +For macOS users, the extended version is installed by default if you use `homebrew`. + +For Windows users, you can install with choco: +``` +choco install hugo-extended -confirm +``` ### Getting started From 6be644351e76d2812635ff3fc7cfb1e7fa948cd5 Mon Sep 17 00:00:00 2001 From: kentnek Date: Tue, 23 Jun 2020 04:00:19 +0800 Subject: [PATCH 2/2] surround choco in code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c69693bf6..49bd99678 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Hugo **extended version** (for Sass/SCSS support). For macOS users, the extended version is installed by default if you use `homebrew`. -For Windows users, you can install with choco: +For Windows users, you can install with `choco`: ``` choco install hugo-extended -confirm ```