Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-03-29 14:45:26 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-03-29 14:46:50 +0300
commit62ddddf6044d0d7b68df7d92548596a9fbbe9c0d (patch)
treec3acf4af507ad37946a2badc83d63da88778f92a
parent4a5abd60525b19d3be5d120bcd52366bac84978e (diff)
fix dummy contentv0.5
-rw-r--r--exampleSite/content/blog/emojis.md21
-rw-r--r--exampleSite/content/blog/markdown.md10
-rw-r--r--exampleSite/content/blog/placeholder.md2
-rw-r--r--exampleSite/content/blog/rich_content.md2
4 files changed, 20 insertions, 15 deletions
diff --git a/exampleSite/content/blog/emojis.md b/exampleSite/content/blog/emojis.md
index dd3b1ca..d0a4509 100644
--- a/exampleSite/content/blog/emojis.md
+++ b/exampleSite/content/blog/emojis.md
@@ -14,7 +14,20 @@ The [`emojify`](https://gohugo.io/functions/emojify/) function can be called dir
To enable emoji globally, set `enableEmoji` to `true` in your site’s [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
-<p><span class="nowrap"><span class="emojify">πŸ™ˆ</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">πŸ™‰</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">πŸ™Š</span> <code>:speak_no_evil:</code></span></p>
+<p>
+ <span>
+ <span class="emojify">πŸ™ˆ</span>
+ <code>:see_no_evil:</code>
+ </span>
+ <span>
+ <span class="emojify">πŸ™‰</span>
+ <code>:hear_no_evil:</code>
+ </span>
+ <span>
+ <span class="emojify">πŸ™Š</span>
+ <code>:speak_no_evil:</code>
+ </span>
+</p>
<br>
The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes.
@@ -36,11 +49,5 @@ font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,And
font-size: 2rem;
vertical-align: middle;
}
-@media screen and (max-width:650px) {
- .nowrap {
- display: block;
- margin: 25px 0;
-}
-}
</style>
{{< /css.inline >}} \ No newline at end of file
diff --git a/exampleSite/content/blog/markdown.md b/exampleSite/content/blog/markdown.md
index 3032457..02b367b 100644
--- a/exampleSite/content/blog/markdown.md
+++ b/exampleSite/content/blog/markdown.md
@@ -16,12 +16,10 @@ This article offers a sample of basic Markdown syntax that can be used in Hugo c
The following HTML `<h1>`β€”`<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
-# H1
-## H2
-### H3
-#### H4
-##### H5
-###### H6
+<h1 style="font-size: var(--h1);">H1</h1>
+<h2 style="font-size: var(--h2);">H2</h2>
+<h3 style="font-size: var(--h3);">H3</h3>
+<h4 style="font-size: var(--h4);">H4</h4>
## Paragraph
diff --git a/exampleSite/content/blog/placeholder.md b/exampleSite/content/blog/placeholder.md
index 036a65e..9ab7450 100644
--- a/exampleSite/content/blog/placeholder.md
+++ b/exampleSite/content/blog/placeholder.md
@@ -12,7 +12,7 @@ tags: ["placeholder", "hugo"]
## Mole et vultus populifer quaque primoque non
Lorem est tota propiore conpellat pectoribus de
-pectora summo. <!--more-->Redit teque digerit hominumque toris verebor lumina non cervice
+pectora summo. Redit teque digerit hominumque toris verebor lumina non cervice
subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc
caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis
lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
diff --git a/exampleSite/content/blog/rich_content.md b/exampleSite/content/blog/rich_content.md
index c3ed9b3..d958f8d 100644
--- a/exampleSite/content/blog/rich_content.md
+++ b/exampleSite/content/blog/rich_content.md
@@ -10,7 +10,7 @@ tags: ["rich", "content", "hugo"]
---
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
-<!--more-->
+
---
## Instagram Simple Shortcode