diff --git a/archetypes/default.md b/archetypes/default.md index fb596f9..3aca40f 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,3 +1,4 @@ +++ -id = "" +title = "" +weight = +++ diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md index de3d163..0643b51 100644 --- a/exampleSite/content/about.md +++ b/exampleSite/content/about.md @@ -1,6 +1,7 @@ +++ title = "About" -id = "about" +weight = 30 +draft = false +++ {{< figure class="image main" src="/img/pic03.jpg" >}} diff --git a/exampleSite/content/contact.md b/exampleSite/content/contact.md index 8a0bbe8..b7bbdec 100644 --- a/exampleSite/content/contact.md +++ b/exampleSite/content/contact.md @@ -1,6 +1,7 @@ +++ title = "Contact" -id = "contact" +weight = 40 +draft = false +++
-{{< socialLinks >}} \ No newline at end of file +{{< socialLinks >}} diff --git a/exampleSite/content/elements.md b/exampleSite/content/elements.md index c72648d..0690138 100644 --- a/exampleSite/content/elements.md +++ b/exampleSite/content/elements.md @@ -1,6 +1,7 @@ +++ title = "Elements" -id = "elements" +weight = 50 +draft = true +++