Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-09-26 13:22:46 +0300
committervjeantet <valere.jeantet@gmail.com>2020-09-26 13:22:46 +0300
commit578067c5abc6983475347ae15816ecbc31a0bc9e (patch)
tree2a6e0241a79910f7044970ad6c338e7a015112da /exampleSite/content/content-and-customization/01-homepage/_index.md
parentdcbde07a4d4d8abd7d19983c1201b66810ced579 (diff)
docs : all examples are yaml
Diffstat (limited to 'exampleSite/content/content-and-customization/01-homepage/_index.md')
-rw-r--r--exampleSite/content/content-and-customization/01-homepage/_index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/exampleSite/content/content-and-customization/01-homepage/_index.md b/exampleSite/content/content-and-customization/01-homepage/_index.md
index 296d498..5282244 100644
--- a/exampleSite/content/content-and-customization/01-homepage/_index.md
+++ b/exampleSite/content/content-and-customization/01-homepage/_index.md
@@ -31,11 +31,11 @@ set `type="raw"` in your home page frontmatter : only your content will be rende
Remember that hugo allows you to write your content with HTML when markdown if not enough. very usefull for a landing page !
Example
-```toml
-+++
-title="Homepage"
-type="raw"
-+++
+```yaml
+---
+title: Homepage
+type: raw
+---
<div class="myHome">
Hello
</div>