An Asciidoc server.
- Ruby 95.9%
- Mustache 3.5%
- CSS 0.6%
| bin | feat: command line | |
| example | feat: tonton as a gem | |
| lib | feat: command line | |
| .gitignore | feat: tonton as a gem | |
| config.ru | feat: command line | |
| Gemfile | feat: tonton as a gem | |
| LICENSE | feat: tonton as a gem | |
| readme.md | docs: build instructions | |
| tonton.gemspec | feat: tonton as a gem | |
Tonton
A Ruby Rack web server to view and explore personal notes containing adoc, md, asciimath and d2 and more.
Building
Clone the repository then build and install the gem locally.
git clone "https://codeberg.org/seruna/tonton"
cd tonton
gem build tonton.gemspec
gem install --local tonton-?.?.?.gem
If the installation succeeds, the command tonton will be avaiable to start the server.
Usage
Use tonton command to start a server with a given root path.
tonton <root-path>