Skip to content

Commit

Permalink
Merge pull request #548 from DavidSpickett/hugo-cwd
Browse files Browse the repository at this point in the history
Example learning path: hugo server must be run from repo root
  • Loading branch information
pareenaverma authored Oct 26, 2023
2 parents a20e227 + b61d275 commit 79eb4e0
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,12 @@ Check Hugo is installed correctly and check the version by running this command:
```bash
hugo version
```
Run hugo to launch a development version of website on your machine.

Navigate into the `arm-learning-paths` folder and run hugo to launch a
development version of website on your machine.

```bash
cd arm-learning-paths
hugo server
```

Expand Down Expand Up @@ -158,9 +161,11 @@ There are a number of good options for text editors if you don't have a full Lin

To use Visual Studio Code in the browser on your remote Linux server check the install information for [OpenVSCode Server](/install-guides/openvscode-server/) and [VS Code Tunnels](/install-guides/vscode-tunnels/)

Run hugo to launch a development version of website on your machine.
Navigate into the `arm-learning-paths` folder and run hugo to launch a
development version of website on your machine.

```bash
cd arm-learning-paths
hugo server
```

Expand Down

0 comments on commit 79eb4e0

Please sign in to comment.