Some initial content lol
This commit is contained in:
parent
7bae94b26e
commit
b1c5cc4765
3 changed files with 49 additions and 30 deletions
36
src/index.md
36
src/index.md
|
@ -3,10 +3,38 @@ title: Hello thereee - cheri.pink
|
|||
layout: base.njk
|
||||
---
|
||||
|
||||
# My website woah
|
||||
# My website woao
|
||||
|
||||
This is a site wew
|
||||
### Hewwo, I'm Cheri
|
||||
### or.. Cherri, Cherii, Cherie .. is there any other? not sure.
|
||||
so..<br />
|
||||
Won't you come climb the cherry tree with me?<br />
|
||||
Watch the plain from above...
|
||||
|
||||
**Uhh here is** more stuff <abreviation>DOE</abreviation>
|
||||
If the cherries are ripe taste some...
|
||||
<br /> maybe steal some for later too >:3
|
||||
|
||||
I just want to write some content here
|
||||
Or if the flowers are blooming vibe with them...
|
||||
|
||||
#### if yes let's go :3
|
||||
|
||||
---
|
||||
|
||||
## A bit about me
|
||||
|
||||
I'm... someone...
|
||||
Really now, how do I even describe myself?
|
||||
|
||||
First off I'm a big nerd ok?
|
||||
I mean look at me you are reading my website.
|
||||
|
||||
Maybe I should be saying things I'm into?
|
||||
|
||||
* I have... a love-hate relationship with computers, I know a thing or two about them but there are definitely others who have knowledge I dream I had.
|
||||
<br /> I weirdly enjoy doing system administration, in consequence I like messing with software surrounding that too... yes I run Linux on my computers, you dork.
|
||||
|
||||
* I also like tinkering with electronics in general when I get the chance to!
|
||||
|
||||
* I like the gamus!
|
||||
|
||||
* Sometimes, but these days way less often than I'd love to, I am drawing~ (mostly digitally)
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
title: wahoo this is another post
|
||||
description: This post also has a proper description lmao
|
||||
date: 2023-02-11 09:13:21
|
||||
---
|
||||
|
||||
## Wow!
|
||||
|
||||
This is yet another post.
|
||||
|
||||
Here is a [link](https://ddg.gg)
|
||||
|
||||
Here is an [not pressed link](https://example.org)
|
||||
|
||||
<p style="background: var(--bg)">bg</p>
|
||||
<p style="background: var(--fg)">fg</p>
|
||||
<p style="background: var(--link)">link</p>
|
||||
<p style="background: var(--link_v)">link_v</p>
|
||||
<p style="background: var(--link_h)">link_h</p>
|
||||
<p style="background: var(--bg_grey)">bg_grey</p>
|
||||
<p style="background: var(--dark_grey)">dark_grey</p>
|
|
@ -1,9 +1,21 @@
|
|||
---
|
||||
tags: posts
|
||||
title: This is a test post!
|
||||
date: 2022-02-12
|
||||
title: wahoo this is another post
|
||||
description: This post also has a proper description lmao
|
||||
date: 2023-02-11 09:13:21
|
||||
---
|
||||
|
||||
Here I am going to write **something**.
|
||||
> Very fancy
|
||||
## Wow!
|
||||
|
||||
This is yet another post.
|
||||
|
||||
Here is a [link](https://ddg.gg)
|
||||
|
||||
Here is an [not pressed link](https://example.org)
|
||||
|
||||
<p style="background: var(--bg)">bg</p>
|
||||
<p style="background: var(--fg)">fg</p>
|
||||
<p style="background: var(--link)">link</p>
|
||||
<p style="background: var(--link_v)">link_v</p>
|
||||
<p style="background: var(--link_h)">link_h</p>
|
||||
<p style="background: var(--bg_grey)">bg_grey</p>
|
||||
<p style="background: var(--dark_grey)">dark_grey</p>
|
Loading…
Reference in a new issue