Skip to content
Snippets Groups Projects
Commit fd8448fc authored by Eny Tarunaditya's avatar Eny Tarunaditya
Browse files

Add explanation for ./hugo.sh in README

parent 95a491a1
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,7 @@
To build this site, you must install [Hugo](https://gohugo.io/) and run the `hugo.sh` file.
To preview the site, run `./hugo.sh serve` and then open [http://localhost:1313](http://localhost:1313)
> `./hugo.sh` is a script that enables content written for the English language webpage (in the `content/` directory) to be visible in pages of other languages.
> But this results in a quirk where _hugo_ does not watch for changes in the `content/` directory when you use `./hugo.sh serve` command.
> So, you can use the `hugo serve` command instead, which makes sure that `content/` directory is also watched (just for when you're writing the pages).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment