From d6a64e379e20bce80fc7a58ed36df63c118af09c Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sat, 9 May 2026 22:19:14 +0530 Subject: [PATCH] docs(papermod): update installation guide to use bash syntax highlighting --- content/posts/papermod/papermod-installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/papermod/papermod-installation.md b/content/posts/papermod/papermod-installation.md index 51c351da..a03eb10c 100644 --- a/content/posts/papermod/papermod-installation.md +++ b/content/posts/papermod/papermod-installation.md @@ -24,7 +24,7 @@ social: 2. **Create a new {{< inTextImg url="https://raw.githubusercontent.com/gohugoio/hugoDocs/master/static/img/hugo-logo.png" height="14" >}} site** - ```sh + ```bash hugo new site MyFreshWebsite --format yaml # replace MyFreshWebsite with name of your website ``` @@ -99,7 +99,7 @@ social: - Intialize your own hugo mod - ``` + ```bash hugo mod init YOUR_OWN_GIT_REPOSITORY ``` @@ -113,7 +113,7 @@ social: **UPDATE**: - ``` + ```bash hugo mod get -u ```