I don’t think you need this section the way it is now. It seems that you are trying to get specific sections to have their own permalink structure. Hugo will do that based on the directory tree under /content/.
I deleted permalinks to make sure it works well.
For the empty orbit folder, it maybe the problem of Internet?
You can check it by that GitHub link directly.
But, I don’t understand that the files need to be labeled with something like index.hugo-orbit-theme.html..
As you mentioned before, outputs option is added to index.md under About directory.
How to label it?
However, I got this warning when using hugo server:
Change detected, rebuilding site
2019-08-05 19:41:20.533 +0800
WARN 2019/08/05 19:41:20 Page's .RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something like:
{{ with .OutputFormats.Get "RSS" }}{{ .RelPermalink }}{{ end }}.
WARN 2019/08/05 19:41:20 Page's .URL is deprecated and will be removed in a future release. Use .Permalink or .RelPermalink. If what you want is the front matter URL value, use .Params.url.
WARN 2019/08/05 19:41:20 found no layout file for "JSON" for "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
Total in 10 ms
And, the About page is 404 page not found.
If I delete JSON in outputs, that warning about JSON disappeared, but the About page is still 404.
Sorry, I’m not familiar with web. Maybe I need to create some files for that page?
BTW, the 404.orbit.html, list.orbit.html and single.orbit.html are all empty.
However, these files in the original orbit theme are empty and it works well.
I can’t figure how to add list.orbit.html and single.orbit.html to make it work as same as that.
OK. I switched to another theme hugo-resume which contains all html files.
However, the page of About section just shows the title when using hugo server.
It doesn’t use these htmls.
I find that the About section uses the section.resume.html, instead of index.html, in the hugo-resume theme.
Is that because About is a section?
BTW, after copy the content in the index.html to section.resume.html, it shows but some other problems appears.
I’m trying to fix these problems and tell you the result before the weekend