From 4b7062657d5c8f4ddfe74baeebca7174c00fcd93 Mon Sep 17 00:00:00 2001 From: StefMa Date: Fri, 24 May 2019 17:01:56 +0200 Subject: [PATCH] Create first and second blog --- exampleSite/config.yaml | 6 ++---- exampleSite/content/blog/first.md | 7 +++++++ exampleSite/content/blog/second.md | 8 ++++++++ 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 exampleSite/content/blog/first.md create mode 100644 exampleSite/content/blog/second.md 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