File tree 2 files changed +16
-0
lines changed 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ gem "webrick"
13
13
# Happy Jekylling!
14
14
gem "jekyll" , "~> 4.2.0"
15
15
16
+ # Use Vite.js to HMR assets during development and bundle them in production.
17
+ gem 'jekyll-vite'
18
+
16
19
# This is the default theme for new Jekyll sites. You may change this to anything you like.
17
20
gem "minima" , github : 'jekyll/minima' , ref : '7a326eb6df07ee6ee5305cfc1b28f7092037e67d'
18
21
Original file line number Diff line number Diff line change 15
15
public_suffix (>= 2.0.2 , < 5.0 )
16
16
colorator (1.1.0 )
17
17
concurrent-ruby (1.1.9 )
18
+ dry-cli (0.7.0 )
18
19
em-websocket (0.5.2 )
19
20
eventmachine (>= 0.12.9 )
20
21
http_parser.rb (~> 0.6.0 )
45
46
sassc (> 2.0.1 , < 3.0 )
46
47
jekyll-seo-tag (2.7.1 )
47
48
jekyll (>= 3.8 , < 5.0 )
49
+ jekyll-vite (3.0.1 )
50
+ jekyll (>= 3 , < 5 )
51
+ vite_ruby (~> 3.0 )
48
52
jekyll-watch (2.2.1 )
49
53
listen (~> 3.0 )
50
54
kramdown (2.3.1 )
59
63
pathutil (0.16.2 )
60
64
forwardable-extended (~> 2.6 )
61
65
public_suffix (4.0.6 )
66
+ rack (2.2.3 )
67
+ rack-proxy (0.7.0 )
68
+ rack
62
69
rb-fsevent (0.11.0 )
63
70
rb-inotify (0.10.1 )
64
71
ffi (~> 1.0 )
70
77
terminal-table (2.0.0 )
71
78
unicode-display_width (~> 1.1 , >= 1.1.1 )
72
79
unicode-display_width (1.8.0 )
80
+ vite_ruby (3.0.2 )
81
+ dry-cli (~> 0.7.0 )
82
+ rack-proxy (~> 0.6 , >= 0.6.1 )
83
+ zeitwerk (~> 2.2 )
73
84
webrick (1.7.0 )
85
+ zeitwerk (2.5.1 )
74
86
75
87
PLATFORMS
76
88
x86_64-darwin-19
77
89
78
90
DEPENDENCIES
79
91
jekyll (~> 4.2.0 )
80
92
jekyll-feed (~> 0.12 )
93
+ jekyll-vite
81
94
minima !
82
95
tzinfo (~> 1.2 )
83
96
tzinfo-data
You can’t perform that action at this time.
0 commit comments