I have successfully created and deployed my site using Hugo on my Chromebook/crouton. It is hosted on Github Pages (project). Now I wanted to do some further work on my Win10 box. I am using Git Bash and LF line endings.
After I cloned the repo onto Win10, removed the “docs” folder, and ran the Hugo command (no options used), my pages are not created. In the transcript below, I show the version of hugo (I just downloaded it), removal of the docs folder, running the hugo command (which only shows nine pages - should be twenty something), show contents of both source posts folder and the docs/posts folder (which only has index.html in it). Thoughts?
$ hugo version
Hugo Static Site Generator v0.39 windows/amd64 BuildDate: 2018-04-16T07:32:00Z
$ rm -rf docs
$ hugo
| EN
+------------------+----+
Pages | 9
Paginator pages | 0
Non-page files | 0
Static files | 4
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0
Total in 66 ms
$ ls content/posts/
_index.md encoding-xml-Unmarshal.md using-chromebook-for-Go-development.md
encoding-xml-Decode.md Hugo-GithubPages-Chromebook.md xml-identity-transform.md
$ ls docs/posts/
index.xml
$