Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Jekyll collaborative documentation theme with accordion sidebar, per-page TOC, SEO, Disqus, Google Analytics, and Devanagari support.
Sanskrit Documentation Theme is an open-source Jekyll theme for building collaborative documentation websites, providing an accordion sidebar, per-page table of contents, SEO tooling, and third-party integrations.
Sanskrit Documentation Theme is a Jekyll theme that takes markdown content and YAML sidebar definitions as input and generates a static HTML documentation site. It is maintained by the Sanskrit Coders GitHub organization and is a fork of the documentation-theme-jekyll theme by tomjoht. The theme is released under the MIT License, so it can be freely reused and modified.
_data/sidebars/*.yml files, giving the site a multi-level menu.The theme works with Jekyll's normal content flow: add markdown pages to the site, define sidebar structure in _data/sidebars/*.yml, and specify the theme in _config.yml using either remote_theme: sanskrit-coders/sanskrit-documentation-theme or theme: sanskrit-documentation-theme. To install locally, add gem "sanskrit-documentation-theme" to your Gemfile and run bundle install; the gem method is optional when using the remote theme approach.
Sanskrit Documentation Theme is free to use, since it is open source under the MIT License.
Yes, the theme is released under the MIT License, so it is free to use, modify, and distribute, including in commercial projects.
Add remote_theme: sanskrit-coders/sanskrit-documentation-theme to your _config.yml for use with GitHub Pages, or install the gem by adding gem "sanskrit-documentation-theme" to your Gemfile and running bundle install.
Yes, it includes configuration for Disqus comments and Google custom search, so you can add both to your documentation site without building them yourself.
It minimizes Jekyll's liquid templating in favor of JavaScript for menus, tables of contents, and page inclusions. This can reduce build times significantly—the README cites 7 seconds instead of 93 seconds in one case.
Yes, the theme includes special formatting considerations for fonts that need to be displayed larger, such as Devanagari for Sanskrit, making it suitable for Sanskrit-language documentation.
