Initial commit
This commit is contained in:
41
themes/kestrel/exampleSite/content/posts/test-9.md
Normal file
41
themes/kestrel/exampleSite/content/posts/test-9.md
Normal file
@@ -0,0 +1,41 @@
|
||||
+++
|
||||
title = "Test 9"
|
||||
tags = ["test"]
|
||||
date = "1012-01-09"
|
||||
+++
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ut accumsan sem, imperdiet malesuada erat. Nam condimentum eu turpis a suscipit. Nulla leo arcu, feugiat ac orci eget, imperdiet posuere dui. In laoreet rutrum nisi vitae pretium. Aliquam id fermentum diam, et hendrerit mi. Praesent eget tristique augue. Donec a malesuada nulla, sit amet bibendum libero. Cras id eleifend enim.
|
||||
|
||||
> *You think you've got problems? What are you supposed to do if you are a manically depressed robot? No, don't try to answer that. I'm fifty thousand times more intelligent than you and even I don't know the answer. It gives me a headache just trying to think down to your level.*
|
||||
>
|
||||
> — Marvin
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ut accumsan sem, imperdiet malesuada erat. Nam condimentum eu turpis a suscipit. Nulla leo arcu, feugiat ac orci eget, imperdiet posuere dui. In laoreet rutrum nisi vitae pretium. Aliquam id fermentum diam, et hendrerit mi. Praesent eget tristique augue. Donec a malesuada nulla, sit amet bibendum libero. Cras id eleifend enim.
|
||||
|
||||
```
|
||||
## this is a comment
|
||||
$ echo this is a command
|
||||
this is a command
|
||||
|
||||
## edit the file
|
||||
$ vi foo.md
|
||||
+++
|
||||
date = "2014-09-28"
|
||||
title = "creating a new theme"
|
||||
+++
|
||||
|
||||
bah and humbug
|
||||
:wq
|
||||
|
||||
## show it
|
||||
$ cat foo.md
|
||||
+++
|
||||
date = "2014-09-28"
|
||||
title = "creating a new theme"
|
||||
+++
|
||||
|
||||
bah and humbug
|
||||
$
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user