docs(papermod): update installation guide to use bash syntax highlighting

This commit is contained in:
Aditya Telange
2026-05-09 22:19:14 +05:30
parent 7e8531701a
commit d6a64e379e
@@ -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** 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 hugo new site MyFreshWebsite --format yaml
# replace MyFreshWebsite with name of your website # replace MyFreshWebsite with name of your website
``` ```
@@ -99,7 +99,7 @@ social:
- Intialize your own hugo mod - Intialize your own hugo mod
``` ```bash
hugo mod init YOUR_OWN_GIT_REPOSITORY hugo mod init YOUR_OWN_GIT_REPOSITORY
``` ```
@@ -113,7 +113,7 @@ social:
**UPDATE**: **UPDATE**:
``` ```bash
hugo mod get -u hugo mod get -u
``` ```