From ae468ad864eb156f53c390810164801139772cc2 Mon Sep 17 00:00:00 2001 From: adityatelange Date: Sat, 19 Sep 2020 12:03:05 +0000 Subject: [PATCH] deploy: 082d960e13edf31c7d614cc179adce7046fb4862 --- page/2/index.html | 2 +- page/3/index.html | 2 +- posts/emoji-support/index.html | 2 +- posts/markdown-syntax/index.html | 2 +- posts/math-typesetting/index.html | 2 +- posts/papermod/papermod-features/index.html | 2 +- posts/papermod/papermod-icons/index.html | 2 +- posts/papermod/papermod-installation/index.html | 2 +- posts/papermod/papermod-toctest/index.html | 2 +- posts/placeholder-text/index.html | 2 +- posts/rich-content/index.html | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/page/2/index.html b/page/2/index.html index d745092a..9a68fadd 100644 --- a/page/2/index.html +++ b/page/2/index.html @@ -1,4 +1,4 @@ -PaperMod

Hi there 👋

Welcome to my blog

Toc - test

One Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum....

+PaperMod

Toc - test

One Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum....

. 2min read . Theme PaperMod

Markdown Syntax Guide

This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. diff --git a/page/3/index.html b/page/3/index.html index bffb7ba8..61138258 100644 --- a/page/3/index.html +++ b/page/3/index.html @@ -1,4 +1,4 @@ -PaperMod

Hi there 👋

Welcome to my blog

Placeholder Text

Lorem est tota propiore conpellat pectoribus de pectora summo. +PaperMod

Placeholder Text

Lorem est tota propiore conpellat pectoribus de pectora summo. ...

. 2min read diff --git a/posts/emoji-support/index.html b/posts/emoji-support/index.html index 171e7d39..683ac74a 100644 --- a/posts/emoji-support/index.html +++ b/posts/emoji-support/index.html @@ -2,7 +2,7 @@ . Hugo Authors . 1min read

Emoji can be enabled in a Hugo project in a number of ways.

The emojify function can be called directly in templates or Inline Shortcodes.

To enable emoji globally, set enableEmoji to true in your site’s configuration and then you can type emoji shorthand codes directly in content files; e.g.

The Emoji cheat sheet is a useful reference for emoji shorthand codes.


N.B. The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.

.emoji {
   font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
-}
© 2020 PaperMod +}
© 2020 PaperMod · Powered by Hugo️️ · diff --git a/posts/markdown-syntax/index.html b/posts/markdown-syntax/index.html index 46d90aec..dac4eb23 100644 --- a/posts/markdown-syntax/index.html +++ b/posts/markdown-syntax/index.html @@ -31,7 +31,7 @@ <body> <p>Test</p> </body> -</html>

List Types

Ordered List

  1. First item
  2. Second item
  3. Third item

Unordered List

  • List item
  • Another item
  • And another item

Nested list

  • Fruit
    • Apple
    • Orange
    • Banana
  • Dairy
    • Milk
    • Cheese

Other Elements — abbr, sub, sup, kbd, mark

GIF is a bitmap image format.

H2O

Xn + Yn = Zn

Press CTRL+ALT+Delete to end the session.

Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.


  1. The above quote is excerpted from Rob Pike’s talk during Gopherfest, November 18, 2015. ↩︎

© 2020 PaperMod +</html>

List Types

Ordered List

  1. First item
  2. Second item
  3. Third item

Unordered List

  • List item
  • Another item
  • And another item

Nested list

  • Fruit
    • Apple
    • Orange
    • Banana
  • Dairy
    • Milk
    • Cheese

Other Elements — abbr, sub, sup, kbd, mark

GIF is a bitmap image format.

H2O

Xn + Yn = Zn

Press CTRL+ALT+Delete to end the session.

Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.


  1. The above quote is excerpted from Rob Pike’s talk during Gopherfest, November 18, 2015. ↩︎