Skip to content

Commit ac5494c

Browse files
committed
Remove line about default theme color
1 parent 242cc1b commit ac5494c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_learn/03-hugo-go-netlify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ For Hugo, it's important to know that draft pages, where `draft = true` is in th
131131
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
132132
Press Ctrl+C to stop
133133
```
134-
2. Open the **Web Server** URL, `http://localhost:1313/` in your local browser to view the site. (By default, the theme may be purple instead of green.)
134+
2. Open the **Web Server** URL, `http://localhost:1313/` in your local browser to view the site.
135135
![Example Hugo site](/images/learn/hugo-docs-page.png)
136136
3. Press `Ctrl+C` in the server terminal to stop the Hugo server.
137137
4. You can add your files to a Git commit. Refer to [Working with content in GitHub repositories](https://docslikecode.com/learn/04-add-content-workflow/) for a documentation workflow with your Hugo site.

0 commit comments

Comments
 (0)