My First Post

Introduction

This is my first blog built by Hugo.

My blog is host on https://anemele.github.io

Contact me at anemele@outlook.com

Markdown

h2

h3

h4

The smallest level of head is 4.

bold emphasized be delete highlight

ordered list

  1. one
    1. 1
    • 2
    • 3
  2. two

unordered list

  • ok
    • OK
    1. NO
  • yes

block

1
2
import sys
print(sys.version)

reference

This is a reference.

This is a subreference

  • This is an unordered list

Using a theme supports LaTeX, you can type math formula. For example, the limit of $\frac{\sin x}{x}$ while x is approaching $0$ is

$$ \lim_{x\to0}\frac{\sin x}{x}=1 $$

This is a table

EngineLanguage
HugoGo
HexoJavaScript
JekyllRuby

Reference

  1. https://gohugo.io/getting-started/quick-start/
  2. https://markdown.com.cn/basic-syntax/
  3. https://gohugo.io/hosting-and-deployment/hosting-on-github/
Built with Hugo
Theme Stack designed by Jimmy