initial commit
This commit is contained in:
commit
0c0d14b8fb
958 changed files with 941435 additions and 0 deletions
25
posts/topic/test.md
Normal file
25
posts/topic/test.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
title: Test post!
|
||||
date: 2024-02-06 11:08
|
||||
tags: topic
|
||||
summary: topical
|
||||
---
|
||||
|
||||
# Top
|
||||
|
||||
**Bold** *cursive*
|
||||
|
||||
## second
|
||||
|
||||
` backtick `
|
||||
|
||||

|
||||
|
||||
```rust
|
||||
|
||||
# Code here
|
||||
use::std::io
|
||||
|
||||
fn main() {
|
||||
println!("Hello, Code!");
|
||||
}
|
||||
```
|
13
posts/topic/test.md~
Normal file
13
posts/topic/test.md~
Normal file
|
@ -0,0 +1,13 @@
|
|||
title: Test post!
|
||||
date: 2024-02-06 11:08
|
||||
tags: topic
|
||||
summary: topical
|
||||
---
|
||||
|
||||
# Top
|
||||
|
||||
**Bold** *cursive*
|
||||
|
||||
## second
|
||||
|
||||
` backtick `
|
Loading…
Add table
Add a link
Reference in a new issue