Florby
Florby is a static site generator that converts Markdown files to HTML. It's specifically designed for Digital Gardens.
Features
- Markdown to HTML conversion
- Wiki-link notation support
- Automatic sitemap generation
- File change watching functionality
- Development server
Installation
$ gem install florbyOr add to your Gemfile:
gem 'florby'And then execute:
$ bundle installUsage
Build
To generate HTML files from Markdown:
$ florby buildServer
To start the development server:
$ florby serverTo start the development server with file watching (auto rebuild):
$ florby server --watchWatch
To watch for file changes and automatically rebuild:
$ florby watchConfiguration
You can create a config.rb file in your project root as a configuration file.
host 'https://ukstudio.jp'
copy_from '/assets'
copy_from 'robots.txt'
copy_from 'CNAME'License
See the LICENSE file.