You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v0.123.0 we handle all content files (.adoc, .html, .md, .org, .pdc, and .rst) the same way. Before v0.123.0 we just copied raw HTML files (files starting with an HTML element that is not a commented out front matter) directly to the public directory without any processing, just as if they were placed in the /static directory.
In v0.123.0, everything inside /content is either a Page or a bundled Resource.
Before v0.123.0, we had two cases we treated as "static content": the raw HTML files (see above) and non-content files (e.g. images, text files) that lived in folders below branch bundles. Now that we have lifted that restriction, everything is either a Page or a bundled Resource.
And all pages and resources will get a logical path.
git clone --single-branch -b hugo-github-issue-11999 https://github.com/jmooring/hugo-testing hugo-github-issue-11999
cd hugo-github-issue-11999
rm -rf public/ && hugo && tree public
In v0.123.0 we handle all content files (
.adoc
,.html
,.md
,.org
,.pdc
, and.rst
) the same way. Before v0.123.0 we just copied raw HTML files (files starting with an HTML element that is not a commented out front matter) directly to the public directory without any processing, just as if they were placed in the/static
directory./content
is either aPage
or a bundledResource
.Page
or a bundledResource
.v0.122.0
v0.123.0
To test the above:
Address terminology issues and clarification requests as described here:
https://discourse.gohugo.io/t/shortcode-for-iframe-breaking-at-update-hugo-122-x-123-8/48904/13
The text was updated successfully, but these errors were encountered: