Add syntax highlighting, support draft posts
This commit is contained in:
parent
94c692a54c
commit
6fffd6e1cc
16 changed files with 64 additions and 97 deletions
|
@ -11,7 +11,8 @@ GEM
|
|||
specs:
|
||||
front_matter_parser (1.0.1)
|
||||
markly (0.12.1)
|
||||
phlex (1.11.0)
|
||||
phlex (2.3.1)
|
||||
zeitwerk (~> 2.7)
|
||||
phlexite (0.1.3)
|
||||
tailwindcss-phlexite (0.1.0)
|
||||
tailwindcss-ruby (~> 4.1)
|
||||
|
@ -19,6 +20,7 @@ GEM
|
|||
tailwindcss-ruby (4.1.8-aarch64-linux-gnu)
|
||||
tailwindcss-ruby (4.1.8-arm64-darwin)
|
||||
tailwindcss-ruby (4.1.8-x86_64-linux-gnu)
|
||||
zeitwerk (2.7.3)
|
||||
|
||||
PLATFORMS
|
||||
aarch64-linux
|
||||
|
@ -28,7 +30,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
front_matter_parser (~> 1.0)
|
||||
phlex (~> 1.11)
|
||||
phlex (~> 2.3)
|
||||
phlex-markdown!
|
||||
phlexite (~> 0.1.3)
|
||||
tailwindcss-phlexite (~> 0.1.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue