Hello world

Hello!

markdown书写格式。2022-05-25

TOML&TAML

TOML格式

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
+++
author = "Erio"
title = "hello world"
date = "2021-06-11"
description = "Guide to emoji usage in Hugo"
categories = [
    "gossip",
    "Template",
]
tags = [
    "markdown",
    "text",
    "tag with whitespaces"
]
image = "matt-le-SJSpo9hQf7s-unsplash.jpg"

series = ["Themes Guide"]
aliases = ["migrate-from-jekyl"]

+++

YAML格式

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
---
author: Erio
title: Math Typesetting
date: 2021-06-10
description: A brief guide to setup KaTeX
math: true
lastmod: '2021-06-13'
categories:
   - Test
   - Template
---

markdown 基本语法

1
[markdown 基本语法](https://www.jianshu.com/p/191d1e21f7ed)

列表

  • Security Skills
    • Software security, like stack overflow
    • Web security, like XSS,SQL injection
    • Cryptology
    • OS, like ubuntu, centos and Kali
1
2
3
4
5
- Security Skills
    - Software security, like stack overflow
    - Web security, like XSS,SQL injection
    - Cryptology
    - OS, like ubuntu, centos and Kali
Licensed under CC BY-NC-SA 4.0
Built with Hugo
Theme Stack designed by Jimmy