pbe/example-site/posts.yml

63 lines
1.3 KiB
YAML
Raw Normal View History

posts:
- file_path: 2023-01-01-hello-world.md
title: Hello, world!
date: 2023-01-01 12:30:42
slug: hello-world
tags:
- aaa
- hello
- testing
- file_path: 2023-02-01-markdown-testing.md
title: Markdown Testing
date: 2023-02-01
slug: markdown-testing
tags:
- testing
alternate_urls:
- /testing/markdown/
- file_path: 2023-03-20-lorem-ipsum.md
title: Lorem Ipsum
date: 2023-03-20 18:01
slug: lorem-ipsum
- file_path: 2023-04-15-static-site-generators-are-boring.md
title: Static Site Generators Are Boring
date: 2023-04-15
slug: static-site-generators-are-boring
tags:
- aaa
- rant
- file_path: 2023-05-08-plain-html-content.html
title: Plain HTML Content
date: 2023-05-08
slug: plain-html-content
tags:
- testing
- file_path: 2023-06-27-donuts-are-pretty-great.md
title: Donuts Are Pretty Great
date: 2023-06-27
slug: donuts-are-pretty-great
tags:
- aaa
- donuts
- coffee
- file_path: 2023-06-30-qbasic-is-fun.md
title: QBasic Is Fun
date: 2023-06-30
slug: qbasic-is-fun
tags:
- qbasic
- testing
rss:
title: My Site
description: This is my site. There are others like it, but this one is mine.
url: http://localhost:8080/
count: 10