Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremyf/hugo-dynamic-data
https://github.com/jeremyf/hugo-dynamic-data
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremyf/hugo-dynamic-data
- Owner: jeremyf
- License: apache-2.0
- Created: 2020-05-01T13:20:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T22:19:56.000Z (over 4 years ago)
- Last Synced: 2024-10-14T19:43:06.677Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a Hugo site. Its purpose is to explore some of the dynamic
aspects of Hugo.In particular, I'm looking at how to render data structures that conform to
schemas. Note, I don't have schemas defined, but I'm looking at how to dispatch
rendering based on an attribute's well-formed properties.The [./layouts/index.html](/layouts/index.html) contains an example of
dispatching rendering. It also provides insight into how to render JSON
documents from the dynamic data.You can see the rendered results at [public/index.html](/public/index.html)