Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatch between content format providers and file extensions #9074

Closed
jmooring opened this issue Oct 22, 2021 · 3 comments
Closed

Mismatch between content format providers and file extensions #9074

jmooring opened this issue Oct 22, 2021 · 3 comments

Comments

@jmooring
Copy link
Member

jmooring commented Oct 22, 2021

With v0.88.1, the list of allowable content file extensions is:
https://github.com/gohugoio/hugo/blob/master/hugofs/files/classifier.go#L38-L45

ad
adoc
asciidoc --> doesn't work
htm
html
markdown
md
mdown
org
pandoc
pdc
rest  --> doesn't work, and don't care
rst

These extensions are not associated with a provider:

  • asciidoc
  • rest --> don't care
jmooring added a commit to jmooring/hugo that referenced this issue Oct 22, 2021
This adds "asciidocext" as a valid file extension, and adds "asciidoc"
as an AsciiDoc provider alias.

Fixes gohugoio#9074
@bep bep added the Bug label Oct 26, 2021
@bep bep added this to the v0.89 milestone Oct 26, 2021
@jmooring jmooring changed the title AsciiDoc: mismatch between providers and file extensions Mismatch between content format providers and file extensions Oct 27, 2021
@bep bep modified the milestones: v0.89, v0.90 Nov 2, 2021
@bep bep modified the milestones: v0.90, v0.91.0 Dec 8, 2021
@bep bep modified the milestones: v0.91.0, v0.92.0 Dec 20, 2021
@jmooring
Copy link
Member Author

Related: #9367

@bep bep modified the milestones: v0.92.0, v0.93.0 Jan 12, 2022
@bep bep modified the milestones: v0.93.0, v0.94.0 Mar 1, 2022
@bep bep modified the milestones: v0.94.0, v0.95.0, v0.96.0 Mar 9, 2022
@bep bep modified the milestones: v0.96.0, v0.97.0 Mar 24, 2022
@bep bep modified the milestones: v0.97.0, v0.98.0 Apr 13, 2022
@bep bep modified the milestones: v0.98.0, v0.99.0 Apr 28, 2022
@bep bep modified the milestones: v0.99.0, v0.100.0 May 24, 2022
@bep bep removed this from the v0.100.0 milestone May 31, 2022
@bep bep modified the milestones: v0.112.0, v0.113.0 Apr 15, 2023
@bep bep modified the milestones: v0.113.0, v0.115.0 Jun 13, 2023
@bep bep modified the milestones: v0.115.0, v0.116.0 Jun 30, 2023
@bep bep modified the milestones: v0.116.0, v0.117.0 Aug 1, 2023
@bep bep modified the milestones: v0.117.0, v0.118.0 Aug 30, 2023
@bep bep modified the milestones: v0.118.0, v0.119.0 Sep 15, 2023
@bep bep modified the milestones: v0.119.0, v0.120.0 Oct 5, 2023
@bep bep modified the milestones: v0.120.0, v0.121.0 Oct 31, 2023
@bep bep modified the milestones: v0.121.0, v0.122.0 Dec 6, 2023
@bep bep modified the milestones: v0.122.0, v0.123.0, v0.124.0 Jan 27, 2024
@bep bep modified the milestones: v0.124.0, v0.125.0 Mar 4, 2024
@jmooring
Copy link
Member Author

This was resolved with #12440. See definitive list here:
https://gohugo.io/content-management/formats/#classification

Copy link

github-actions bot commented Jul 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants