Skip to content

Commit 8e66677

Browse files
committed
Rename Files, Part 2
1 parent d46edc1 commit 8e66677

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

gemfile

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# frozen_string_literal: true
2+
3+
source "https://rubygems.org"
4+
5+
gem "jekyll-theme-chirpy", "~> 7.2", ">= 7.2.4"
6+
7+
gem "html-proofer", "~> 5.0", group: :test
8+
9+
platforms :mingw, :x64_mingw, :mswin, :jruby do
10+
gem "tzinfo", ">= 1", "< 3"
11+
gem "tzinfo-data"
12+
end
13+
14+
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]

readme.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# www.codelust.dev
2+
Code, Coffee, Metal
3+
4+
<br/>
5+
6+
> [!NOTE]
7+
> to launch a local server, execute `bundle exec jekyll serve`
8+
9+
<br/>

0 commit comments

Comments
 (0)