My First Post with Keo

· Categories: Demo , Hugo · 1 min read

Welcome to your first post! This page is generated from a Markdown file in your content/posts directory.

Markdown Syntax

Keo theme supports standard Markdown syntax. Here are a few examples:

Text Formatting

  • Italic text
  • Bold text
  • Inline code
  • Strikethrough

Lists

  1. First ordered list item
  2. Another item
    • Unordered sub-list.
  • Unordered list can use asterisks
  • Or minuses
  • Or pluses

Visit the Hugo website

Quotes

Dorothy followed her through many of the beautiful rooms in her castle. The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.

Code Blocks

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Hello World</title>
</head>
<body>
  <h1>Hello, Keo!</h1>
</body>
</html>

Enjoy using the Keo theme!