Skip to content

Opinionated github flavored standard document theme for open source projects, with few options, but everything!

License

Notifications You must be signed in to change notification settings

jpcranford/jekyll-rtd-theme

 
 

Repository files navigation

jekyll-rtd-theme

CI jsDelivr

Opinionated github flavored standard document theme for open source projects, with few options, but everything!

What it does?

This theme is inspired by sphinx-rtd-theme and refactored with:

Give you a native GitHub experience and solved the issue of open source project documentation site

  • No need to learn other programming languages for building documentation
  • No need to care about the site SEO
  • Markdown syntax extended
  • Native support for mermaid chart plugin

Quick start

remote_theme: rundocs/jekyll-rtd-theme

You can generate with the same files and folders from rundocs/starter-slim

Options

title: Your awesome title
lang: # default: en
description: Write an awesome description for your new site here

readme_index:
  with_frontmatter: true

## optional settings ##
meta:
  key1: value1
  key2: value2

google:
  gtag:
  adsense:

mermaid:
  custom: # mermaid link
  initialize: # mermaid options, default: {}

# also available via file: _include/assets/custom.scss
scss:

# also available via file: _include/assets/custom.js
script:

# also available via file: _data/translate.yml
translate:
  # shortcodes
  danger:
  note:
  tip:
  warning:
  # 404
  not_found:
  # search
  searching:
  search:
  search_docs:
  search_results:
  search_results_found: # the "#" in this translate will replaced with results size!
  search_results_not_found:

## optional plugins ##
plugins:
  - jemoji
  - jekyll-avatar
  - jekyll-mentions

Writing

Document writing specifications, please refer to rundocs.io for details

The license

The theme is available as open source under the terms of the MIT License

About

Opinionated github flavored standard document theme for open source projects, with few options, but everything!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 80.8%
  • Liquid 13.2%
  • JavaScript 4.8%
  • Other 1.2%