Skip to content

Commit

Permalink
Add front-matter-parser in order to Extract metadata of documents
Browse files Browse the repository at this point in the history
  • Loading branch information
malkoG committed Apr 20, 2024
1 parent bede446 commit 5c8c7a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ end
gem "bridgetown-lit-renderer", "= 2.1.0.beta2"

gem "ruby-vips", "~> 2.2"

gem "front_matter_parser", "~> 1.0"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ GEM
faraday (>= 1, < 3)
faraday-net_http (3.0.2)
ffi (1.16.3)
front_matter_parser (1.0.1)
hash_with_dot_access (1.2.0)
activesupport (>= 5.0.0, < 8.0)
i18n (1.14.1)
Expand Down Expand Up @@ -182,6 +183,7 @@ DEPENDENCIES
bridgetown-feed (~> 2.1)
bridgetown-lit-renderer (= 2.1.0.beta2)
bridgetown-webfinger (~> 0.1.0)
front_matter_parser (~> 1.0)
puma (~> 5.6)
redcarpet (~> 3.5)
ruby-lsp (~> 0.14.6)
Expand Down

0 comments on commit 5c8c7a6

Please sign in to comment.