matcornic / hugo-theme-learn

Porting Grav Learn theme to Hugo
https://learn.netlify.com/en/
MIT License
1.6k stars 1.28k forks source link

Sample Configuration in YAML #520

Open andriesfc opened 2 years ago

andriesfc commented 2 years ago

Please provide sample configs in YAML, as YAML is really the standard for CI/CD systems configuration, and I do not see why we need to add yet-another-configuration language.

McShelby commented 2 years ago

As TOML is really the standard for Hugo, I do not see why we need to add yet-another-configuration language.

You see, this is a matter of perspective and taste.

If this doesn't fit for you, you can convert the TOML to YAML using one of the online converters or even use hugo convert.

Addtionally feel free to open a PR for this.