Open abelsromero opened 3 years ago
It seems that we need to add content (?) for each tag in the theme.
For now, consider not adding any tags for now for Eclipse Austen until this issue has been resolved as a workaround.
To have that page exist, you need to add a technology_types taxonomy to the config.toml file. Once added, it renders, but isn't perfect from my limited testing. You may need to tweak some stuff to get it just right
I don't think that we really need it, but the tags are nice. Maybe we can just remove the link.
Describe the bug Project tags generate an URL (ie. http://{domain}/technology_types/java/) that does not exists. For example the following project Has
Java
tag which points tohttps://{domain}technology_types/java/
.To Reproduce Steps to reproduce the behavior:
npm install && hugo server --destination=public
)http://localhost:1313/projects/
Expected behavior At least not to fail.
Screenshots n/a
Desktop (please complete the following information):
Smartphone (please complete the following information): n/a
Additional context https://asciidoc-wg.eclipse.org/technology_types/java/ also returns a 404.