Massive work done. Finished in that the criteria of what it wanted to do is done, still lot of refining left. Added directory-local toml, local routing support
17 lines
309 B
Ruby
17 lines
309 B
Ruby
gem 'roda'
|
|
gem 'rackup'
|
|
|
|
# For parsing html and making the sidebar. Very fast
|
|
gem 'nokogiri'
|
|
|
|
# Markdown converter. Uses native C code
|
|
gem 'redcarpet'
|
|
|
|
# For parsing config. Also uses native C code and bindings, fast.
|
|
gem 'tomlib'
|
|
|
|
# embeded ruby templating lanuage
|
|
gem 'erb'
|
|
|
|
# database
|
|
gem 'activerecord'
|