Romain
Romain
Hello, Fixed the following warning > Page.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"...
**What does this PR change? What problem does it solve?** It uses the new (from Hugo `v0.87.0`) [date/time formatting layouts](https://gohugo.io/functions/dateformat/#datetime-formatting-layouts) feature. Basically it's a predefined alias with the advantages of...
Hello, This version is refactoring of some existing datasets. Previous datasets have been kept as is for compatibility reason. New datasets hold the same name with a suffix `_td` for...
Fixes #4338 - Redefine the way versions are tracked `major` -> `major.minor`. Maintenance will require more work, but current data was inaccurate or even wrong. - Use the same terminology...
Hello, Follow-on PR #4. To fix some mistakes - Remove `.vscode` 😊 - Bump the package version to `1.0b4` Best
Hello, This is a draft to resolve #125. As the project is using [argparse](http://docs.python.org/3/library/argparse.html), I thought it was a good idea to use [argcomplete](https://github.com/kislyuk/argcomplete). This implementation is very simple but...