diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c471f59..72264c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Security If you think you have found a **security issue**, please do not mention it in this repository. -Instead, send an email to security@thegeeklab.de with as many details as possible so it can be handled confidential. +Instead, send an email to `security@thegeeklab.de` with as many details as possible so it can be handled confidential. ## Bug Reports and Feature Requests diff --git a/exampleSite/content/about/index.md b/exampleSite/content/about/index.md index 027aa6f..b5e7d67 100644 --- a/exampleSite/content/about/index.md +++ b/exampleSite/content/about/index.md @@ -67,10 +67,13 @@ Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclima + + {{< boxes "contact" >}} {{< box size=large title=E-Mail icon=gblog_email >}}mail [ett] example.com{{< /box >}} {{< box size=large title=Matrix icon=gblog_matrix >}}@john:example.com{{< /box >}} {{< box size=large title=XMPP icon=gblog_xmpp >}}john@example.com{{< /box >}} {{< /boxes >}} + diff --git a/exampleSite/content/posts/advanced/shortcodes.md b/exampleSite/content/posts/advanced/shortcodes.md index c11b3f4..a2de217 100644 --- a/exampleSite/content/posts/advanced/shortcodes.md +++ b/exampleSite/content/posts/advanced/shortcodes.md @@ -29,8 +29,13 @@ Buttons are styled links that can lead to local page or external link. ### Example + + + {{< button relref="/" >}}Get Home{{< /button >}} {{< button href="https://github.com/thegeeklab/hugo-geekblog" >}}Contribute{{< /button >}} + + ## Columns @@ -333,12 +338,15 @@ Boxes can be used to create a simple grid. + + {{< boxes "contact" >}} {{< box size=large title=E-Mail icon=gblog_email >}}mail@example.com{{< /box >}} {{< box size=large title=Matrix icon=gblog_matrix >}}@john:example.com{{< /box >}} {{< box size=large title=XMPP icon=gblog_xmpp >}}john@example.com{{< /box >}} {{< box size=large title=Others >}}You can also find us on the Fediverse.{{< /box >}} {{< /boxes >}} + diff --git a/exampleSite/content/posts/features/code-blocks.md b/exampleSite/content/posts/features/code-blocks.md index 6ceed88..2abc555 100644 --- a/exampleSite/content/posts/features/code-blocks.md +++ b/exampleSite/content/posts/features/code-blocks.md @@ -89,13 +89,12 @@ echo "Hello World" **Example:** - - + + {{< highlight Shell "linenos=table" >}} # some code echo "Hello World" {{< /highlight >}} + - - diff --git a/exampleSite/content/posts/markdown.md b/exampleSite/content/posts/markdown.md index 4b9ab89..4b4a5c8 100644 --- a/exampleSite/content/posts/markdown.md +++ b/exampleSite/content/posts/markdown.md @@ -17,6 +17,7 @@ This article offers a sample of basic Markdown syntax that can be used in Hugo c The following HTML `

`—`

` elements represent six levels of section headings. `

` is the highest section level while `

` is the lowest. + # H1 @@ -56,6 +57,7 @@ The blockquote element represents content that is quoted from another source, op ### Blockquote with attribution + > Don't communicate by sharing memory, share memory by communicating.
@@ -99,6 +101,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou #### Code block indented with four spaces + @@ -118,6 +121,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou #### Code block with Hugo's internal highlight Shortcode + @@ -164,6 +168,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou ## Other Elements — abbr, sub, sup, kbd, mark + GIF is a bitmap image format.