implement blog
This commit is contained in:
parent
b4dcd84581
commit
a52f258402
8 changed files with 77 additions and 2 deletions
12
Gemfile.lock
12
Gemfile.lock
|
@ -1,6 +1,16 @@
|
|||
GIT
|
||||
remote: https://github.com/phlex-ruby/phlex-markdown
|
||||
revision: ee1e2763fc842563577003a269982cfc4ac79006
|
||||
specs:
|
||||
phlex-markdown (0.3.0)
|
||||
markly (~> 0.7)
|
||||
phlex (>= 0.5)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
front_matter_parser (1.0.1)
|
||||
markly (0.12.1)
|
||||
phlex (1.11.0)
|
||||
phlexite (0.1.3)
|
||||
|
||||
|
@ -9,7 +19,9 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
front_matter_parser (~> 1.0)
|
||||
phlex (~> 1.11)
|
||||
phlex-markdown!
|
||||
phlexite (~> 0.1.3)
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue