Skip to content

Commit e5d20e5

Browse files
committed
feat: new post to test system
1 parent 2fabbf3 commit e5d20e5

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

Gemfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ gemspec
66

77
gem "html-proofer", "~> 5.0", group: :test
88

9-
platforms :mingw, :x64_mingw, :mswin, :jruby do
9+
platforms :windows, :jruby do
1010
gem "tzinfo", ">= 1", "< 3"
1111
gem "tzinfo-data"
1212
end
1313

14-
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
14+
gem "wdm", "~> 0.2.0", :platforms => [:windows]
1515

1616
gem 'jekyll-compose', group: [:jekyll_plugins]
17+
gem "csv"
18+
gem "logger"
19+
gem "base64"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: post
3+
title: New Path for Me
4+
date: 2025-11-23 15:20 +0000
5+
author: b3rdma
6+
description: Test post on new system
7+
image:
8+
categories: []
9+
tags: []
10+
published: true
11+
---
12+
# Test post on a new system
13+
14+
Hope this works.

0 commit comments

Comments
 (0)