Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions content/post/markdown-basics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Markdown Basics"
date: 2021-10-01T12:00:00+10:00
draft: false
tags: ['example']
categories: ['markdown']
---

# Heading

Paragraph with **bold** and *italic* text.

## Lists

1. First item
2. Second item

You can also include code:

```go
fmt.Println("Hello, world!")
```
16 changes: 16 additions & 0 deletions content/post/more-markdown.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "More Markdown"
date: 2021-10-05T12:00:00+10:00
draft: false
tags: ['example']
categories: ['markdown']
---

Here is a link to [Hugo](https://gohugo.io).

And a simple table:

| Fruit | Color |
|------|-------|
| Apple | Red |
| Banana | Yellow |
2 changes: 1 addition & 1 deletion content/post/my-first-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ tags: ['sample']
categories: ['sample-posts']
---

This is my first post... Will be deleted but just to test this. Predominately for demo purposes.
Welcome to the blog! This short entry shows how a simple Markdown post looks using this theme.
9 changes: 4 additions & 5 deletions content/post/my-second-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ tags: ['sample']
categories: ['sample-posts']
---

Second post.. There are tools to generate the data above. But I just generated it.

This is
* mark down
* Compiled to html
This is my second example post. The header above was generated automatically.

Here is a small list written in Markdown:
* Item one
* Item two