From 4262d8e6d4d951e162f9ae4bdd729f0b4f3c5095 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sat, 30 May 2020 12:42:47 +0000
Subject: [PATCH] Updated content of exampleSite

---
 exampleSite/content/post/markdown-syntax.md  |   12 ++++--
 exampleSite/content/_index.md                |    4 ++
 exampleSite/content/archives.md              |    5 ++
 exampleSite/content/about.md                 |   21 ++++++----
 exampleSite/content/post/rich-content.md     |    2 
 exampleSite/content/post/_index.md           |    2 
 exampleSite/content/post/math-typesetting.md |   15 ++++---
 7 files changed, 39 insertions(+), 22 deletions(-)

diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
new file mode 100644
index 0000000..6abc75e
--- /dev/null
+++ b/exampleSite/content/_index.md
@@ -0,0 +1,4 @@
++++
+author = "Hugo Authors"
++++
+
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index 78c9c92..a412806 100644
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -1,16 +1,16 @@
----
-title: "About"
-description: "Hugo, the world’s fastest framework for building websites"
-date: "2018-02-11"
-aliases: ["about-us","about-hugo","contact"]
-author: "Hugo Authors"
----
++++
+title = "About"
+description = "Hugo, the world’s fastest framework for building websites"
+date = "2019-02-28"
+aliases = ["about-us","about-hugo","contact"]
+author = "Hugo Authors"
++++
 
 Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
 
 Hugo makes use of a variety of open source projects including:
 
-* https://github.com/russross/blackfriday
+* https://github.com/yuin/goldmark
 * https://github.com/alecthomas/chroma
 * https://github.com/muesli/smartcrop
 * https://github.com/spf13/cobra
@@ -22,4 +22,7 @@
 
 Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
 
-Learn more and contribute on [GitHub](https://github.com/gohugoio).
\ No newline at end of file
+Learn more and contribute on [GitHub](https://github.com/gohugoio).
+
+
+
diff --git a/exampleSite/content/archives.md b/exampleSite/content/archives.md
new file mode 100644
index 0000000..98a1ee9
--- /dev/null
+++ b/exampleSite/content/archives.md
@@ -0,0 +1,5 @@
+---
+date: 2019-05-28
+type: section
+layout: "archives"
+---
\ No newline at end of file
diff --git a/exampleSite/content/post/_index.md b/exampleSite/content/post/_index.md
index f8374e6..7c6bd54 100644
--- a/exampleSite/content/post/_index.md
+++ b/exampleSite/content/post/_index.md
@@ -3,4 +3,4 @@
 title = "Posts"
 author = "Hugo Authors"
 tags = ["index"]
-+++
\ No newline at end of file
++++
diff --git a/exampleSite/content/post/markdown-syntax.md b/exampleSite/content/post/markdown-syntax.md
index aaac7bb..604be4e 100644
--- a/exampleSite/content/post/markdown-syntax.md
+++ b/exampleSite/content/post/markdown-syntax.md
@@ -1,7 +1,7 @@
 +++
 author = "Hugo Authors"
 title = "Markdown Syntax Guide"
-date = "2020-03-11"
+date = "2019-03-11"
 description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
 tags = [
     "markdown",
@@ -129,9 +129,13 @@
 
 #### Nested list
 
-* Item
-1. First Sub-item
-2. Second Sub-item
+* Fruit
+  * Apple
+  * Orange
+  * Banana
+* Dairy
+  * Milk
+  * Cheese
 
 ## Other Elements — abbr, sub, sup, kbd, mark
 
diff --git a/exampleSite/content/post/math-typesetting.mmark b/exampleSite/content/post/math-typesetting.md
similarity index 73%
rename from exampleSite/content/post/math-typesetting.mmark
rename to exampleSite/content/post/math-typesetting.md
index 7f421ae..ab7b3af 100644
--- a/exampleSite/content/post/math-typesetting.mmark
+++ b/exampleSite/content/post/math-typesetting.md
@@ -3,7 +3,6 @@
 title: Math Typesetting
 date: 2019-03-08
 description: A brief guide to setup KaTeX
-markup: mmark
 math: true
 ---
 
@@ -28,18 +27,20 @@
 {{< math.inline >}}
 {{ if or .Page.Params.math .Site.Params.math }}
 <!-- KaTeX -->
-<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.10.1/dist/katex.min.css" integrity="sha384-dbVIfZGuN1Yq7/1Ocstc1lUEm+AT+/rCkibIcC/OmWo5f0EA48Vf8CytHzGrSwbQ" crossorigin="anonymous">
-<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.1/dist/katex.min.js" integrity="sha384-2BKqo+exmr9su6dir+qCw08N2ZKRucY4PrGQPPWU1A7FtlCGjmEGFqXCv5nyM5Ij" crossorigin="anonymous"></script>
-<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
+<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script>
+<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
 {{ end }}
 {{</ math.inline >}}
 
 ### Examples
-
-Inline math: $$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $$
+{{< math.inline >}}
+<p>
+Inline math: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\)
+</p>
+{{</ math.inline >}}
 
 Block math:
-
 $$
  \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } 
 $$
diff --git a/exampleSite/content/post/rich-content.md b/exampleSite/content/post/rich-content.md
index b7c81d3..5ff41d7 100644
--- a/exampleSite/content/post/rich-content.md
+++ b/exampleSite/content/post/rich-content.md
@@ -1,7 +1,7 @@
 +++
 author = "Hugo Authors"
 title = "Rich Content"
-date = "2018-03-10"
+date = "2019-03-10"
 description = "A brief description of Hugo Shortcodes"
 tags = [
     "shortcodes",

--
Gitblit v1.10.0