Added content, projects and dark mode
This commit is contained in:
parent
4a9cfda0bd
commit
e1b43bc4c3
23 changed files with 280 additions and 31 deletions
42
articles/hello-world.yamd
Normal file
42
articles/hello-world.yamd
Normal file
|
@ -0,0 +1,42 @@
|
|||
title: Hello World
|
||||
slug: hello-world
|
||||
firstPublished: 2019-06-30 14:31:45
|
||||
updated: 2020-06-23 23:05:00
|
||||
author: Chris
|
||||
tags:
|
||||
- test
|
||||
- test2
|
||||
- test3
|
||||
---
|
||||
Hello, world! This is the first article ever written on this site! It
|
||||
mainly consists of tests to check out the features of this website.
|
||||
|
||||
# Second paragraph
|
||||
|
||||
[test](https://example.com)
|
||||
|
||||
> Lololo
|
||||
> <footer>Very wise man</footer>
|
||||
|
||||
`
|
||||
code.execute();
|
||||
`
|
||||
|
||||
Quibusdam laborum reprehenderit voluptate labore perferendis consequatur odit laboriosam. Perspiciatis saepe consequuntur voluptas. Deserunt et totam asperiores natus nulla illum.
|
||||
|
||||
Laborum quibusdam commodi corporis debitis velit eum autem. Quo labore numquam ipsa quo corrupti maxime ratione cupiditate. Ab impedit et et quo et sed.
|
||||
|
||||
Eaque officiis ut minus. Repellat commodi illum qui voluptas quos. Ut labore quod adipisci enim. Dolor pariatur ut earum id quia eum non. Consequatur assumenda nihil neque nihil cupiditate corrupti eaque sint.
|
||||
|
||||
Est at a quo atque vel est itaque quis. Illo enim omnis maiores quia dolorum cumque aspernatur. Rem debitis delectus eius et possimus nihil sed veniam.
|
||||
|
||||
Saepe non quidem id ab dicta aliquid. Ut consequatur sint non. Enim veritatis dolor asperiores consequatur itaque aliquid dolorem. Perspiciatis rem quidem voluptas qui esse recusandae.
|
||||
|
||||
```{.html .numberSource .literate}
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>This is supposed to be such a large title that the page has to scroll</title>
|
||||
</head>
|
||||
</html>
|
||||
```
|
3
articles/hi.yamd
Normal file
3
articles/hi.yamd
Normal file
|
@ -0,0 +1,3 @@
|
|||
title: "chris"
|
||||
---
|
||||
Yet another article. How boring.
|
8
articles/second.yamd
Normal file
8
articles/second.yamd
Normal file
|
@ -0,0 +1,8 @@
|
|||
title: Second!
|
||||
author: Chris Josten
|
||||
slug: second
|
||||
---
|
||||
Hi there, lovely people!
|
||||
|
||||
# Test
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue