I want to create a page that lists default ports, usernames, and passwords for IP cameras. Is there a good way to structure a table like this in Hugo? It’s a table that will be evolving as more and more cameras are added.
I could imagine that it might it might be useful to useful to use Taxonomies to keep things ordered alphabetically for instance.
Or is it better to just create a big markdown table and keep it sorted by hand?
If I had the data structured, I could create automatically pages for specific manufacturers for instance.
I expect I’ll end up with hundreds of camera models, so it seems like it makes sense to think about this a little bit. Suggestions would be appreciated!
Regards,
Adam
PS It looks like blackfriday markdown tables don’t work on discuss.hugo.io…
Make | Model | Username | Password | IP | Port |
---|---|---|---|---|---|
Foscam | FI123 | admin | 1234 | 128.0.0.1 | 81 |