Skip to content

Commit 7bb83a1

Browse files
committed
First Test
1 parent 6e28383 commit 7bb83a1

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
1212
end
1313

1414
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
15+
16+
gem "webrick", "~> 1.9"

_posts/TEST number 1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: TEST
3+
Date: 2025-3-11
4+
Categories: testing
5+
Tags: testing
6+
---
7+
8+
### WELCOME TO TESTING

_posts/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: home
3+
# Index page
4+
---
5+
6+
7+
8+
##### HELLO

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
layout: home
33
# Index page
44
---
5+
6+
7+
8+
##### HELLO

0 commit comments

Comments
 (0)