Contents

Hugo Test Post

Hugo test post.

h1

h2

h3

h4

h5
h6

LoveIt/exampleSite/content/about/index.en.md

https://hugoloveit.com/about

https://img.shields.io/github/v/release/dillonzq/LoveIt?style=flat-square https://img.shields.io/badge/Hugo-%5E0.62.0-ff4088?style=flat-square&logo=hugo

 LoveIt is a clean, elegant but advanced blog theme for Hugo developed by Dillon.

https://hugoloveit.com/theme-documentation-content/#fontawesome

  • Performance and SEO
  • Appearance and Layout
  • /
  • /
  • Social and Comment Systems
  • Social and Comment Systems
  • Extended Features

LoveIt/exampleSite/content/posts/emoji-support/index.en.md

https://hugoloveit.com/emoji-support/

1
2
:tent:
⛺

🤔

LoveIt/exampleSite/content/posts/basic-markdown-syntax/index.en.md

https://hugoloveit.com/basic-markdown-syntax/

Heading IDs
1
### A Great Heading {#custom-id}
1
<h3 id="custom-id">A Great Heading</h3>
1
2
3
```js
grunt.initConfig({});
```

LoveIt/exampleSite/content/posts/theme-documentation-basics/index.en.md

https://hugoloveit.com/theme-documentation-basics/

1
2
3
4
5
[params]
  # LoveIt CHANGED | 0.2.0 LoveIt theme version
  version = "0.2.X"
  # LoveIt NEW | 0.2.0 new
  # LoveIt DELETED | 0.2.0 deleted

LoveIt/exampleSite/content/posts/theme-documentation-content/index.en.md

https://hugoloveit.com/theme-documentation-content/

TODO

LoveIt/exampleSite/content/posts/theme-documentation-built-in-shortcodes/index.en.md

https://hugoloveit.com/theme-documentation-built-in-shortcodes/

TODO

LoveIt/exampleSite/content/posts/theme-documentation-extended-shortcodes/index.en.md

TODO

Admonitions

https://hugoloveit.com/theme-documentation-extended-shortcodes/

Note
A note banner
Abstract
An abstract banner
Info
A info banner
Tip
A tip banner
Success
A success banner
Question
A question banner
Warning
A warning banner
Failure
A failure banner
Danger
A danger banner
Bug
A bug banner
Example
An example banner
Quote
A quote banner

parameters

1
2
{{< admonition type "title" open(true/false) >}}
{{< /admonition >}}
Title
example

Images

TODO

Hack hugo

1
2
3
![](ubuntu.png "Ubuntu")
↓ complete by hugo
![Ubuntu](ubuntu.png "Ubuntu")

/hugo-test-post/ubuntu.png
Ubuntu
./ubuntu.png
Ubuntu ./
../hugo-test-post/ubuntu.png
Ubuntu ../hugo-test-post/ubuntu.png
/hugo-test-post/ubuntu.png
Ubuntu /hugo-test-post/ubuntu.png (cannot jump with vscode)

Shortcodes

/hugo-test-post/ubuntu.png
Ubuntu (markdown)

Ubuntu (figure)

/hugo-test-post/ubuntu.png
Ubuntu (image)

/hugo-test-post/ubuntu.png
<hi> & "there"