Adobe Spectrum Hugo Demo Documentation FAQ Technology Radar Tags
 

Data structures

JSON, XML

JSONXML

{ "name": "Alex", items: 23}

<node>
<name>Alex</name>
<items>3</items>
</node>

YAML, Toml

YamlToml

build:
  useResourceCacheWhen: fallback

[build]
  useResourceCacheWhen = "fallback"

Last modified March 3, 2020: Code highlight (#10) (11e266b)