Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeremyf/hugo-dynamic-data


https://github.com/jeremyf/hugo-dynamic-data

Last synced: 28 days ago
JSON representation

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)