Skip to content

Commit

Permalink
feat: first page and post
Browse files Browse the repository at this point in the history
  • Loading branch information
vmmusings committed Oct 11, 2024
1 parent ede7c43 commit 42cfec2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
end

gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem 'jekyll-compose', group: [:jekyll_plugins]
5 changes: 5 additions & 0 deletions _posts/2024-10-10-my-new-post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: post
title: My New Post
date: '2024-10-10 21:47:15 -0700'
---
4 changes: 4 additions & 0 deletions my-new-page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
layout: page
title: My New Page
---

0 comments on commit 42cfec2

Please sign in to comment.