My First Post with Keo
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
- First ordered list item
- Another item
- Unordered sub-list.
- Unordered list can use asterisks
- Or minuses
- Or pluses
Links
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!