diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 7a38db5..f8f4c1c 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -149,8 +149,6 @@ params: title: "Blog" links: - text: Latest news - link: / + link: /blog/first - text: Tech articles - link: / - - text: Video blog - link: / + link: /blog/second diff --git a/exampleSite/content/blog/first.md b/exampleSite/content/blog/first.md new file mode 100644 index 0000000..e71ff10 --- /dev/null +++ b/exampleSite/content/blog/first.md @@ -0,0 +1,7 @@ +--- +title: First +sidebar: true +sidebarlogo: fresh-white-alt +--- + +My super sweet first blog post!! diff --git a/exampleSite/content/blog/second.md b/exampleSite/content/blog/second.md new file mode 100644 index 0000000..df151b2 --- /dev/null +++ b/exampleSite/content/blog/second.md @@ -0,0 +1,8 @@ +--- +title: Second +sidebar: true +sidebarlogo: fresh-white-alt +--- + +{{% title2 "My awesome blogpost" %}} +My super sweet second blog post