1
0
Fork
You've already forked tonton
0
An Asciidoc server.
  • Ruby 95.9%
  • Mustache 3.5%
  • CSS 0.6%
2026年06月16日 20:00:26 -03:00
bin feat: command line 2026年06月16日 20:00:26 -03:00
example feat: tonton as a gem 2026年06月13日 16:19:17 -03:00
lib feat: command line 2026年06月16日 20:00:26 -03:00
.gitignore feat: tonton as a gem 2026年06月13日 16:19:17 -03:00
config.ru feat: command line 2026年06月16日 20:00:26 -03:00
Gemfile feat: tonton as a gem 2026年06月13日 16:19:17 -03:00
LICENSE feat: tonton as a gem 2026年06月13日 16:19:17 -03:00
readme.md docs: build instructions 2026年06月15日 10:56:17 -03:00
tonton.gemspec feat: tonton as a gem 2026年06月13日 16:19:17 -03:00

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>