All Projects → pmarsceill → Just The Docs

pmarsceill / Just The Docs

Licence: mit
A modern, high customizable, responsive Jekyll theme for documention with built-in search.

Programming Languages

SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
Liquid
124 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to Just The Docs

Alembic
⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
Stars: ✭ 501 (-86.63%)
Mutual labels:  jekyll, jekyll-theme, github-pages, scss
Jekyll Uno
Jekyll-Uno - a minimal, responsive theme for Jekyll based on Uno for Ghost
Stars: ✭ 559 (-85.08%)
Mutual labels:  jekyll, jekyll-theme, github-pages, scss
Hydeout
A refreshed version of Hyde for Jekyll 3.x and 4.x
Stars: ✭ 448 (-88.04%)
Mutual labels:  jekyll, jekyll-theme, github-pages, scss
So Simple Theme
A simple Jekyll theme for words and pictures.
Stars: ✭ 1,701 (-54.6%)
Mutual labels:  jekyll, jekyll-theme, github-pages, scss
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (-94.05%)
Mutual labels:  jekyll, jekyll-theme, github-pages, scss
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (-88.2%)
Mutual labels:  jekyll, jekyll-theme, github-pages, scss
Jekyll Theme Basically Basic
Your new Jekyll default theme
Stars: ✭ 524 (-86.02%)
Mutual labels:  jekyll, jekyll-theme, github-pages, scss
Cayman
Cayman is a Jekyll theme for GitHub Pages
Stars: ✭ 719 (-80.81%)
Mutual labels:  jekyll, jekyll-theme, github-pages, scss
Chalk
Chalk is a high quality, completely customizable, performant and 100% free Jekyll blog theme.
Stars: ✭ 987 (-73.66%)
Mutual labels:  jekyll, jekyll-theme, github-pages, scss
Jekyll Theme Chirpy
A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation.
Stars: ✭ 773 (-79.37%)
Mutual labels:  jekyll, jekyll-theme, github-pages, scss
Garth
🥁 A really basic theme for Jekyll
Stars: ✭ 85 (-97.73%)
Mutual labels:  jekyll, jekyll-theme, github-pages, scss
Minimal Mistakes
📐 Jekyll theme for building a personal site, blog, project documentation, or portfolio.
Stars: ✭ 8,967 (+139.31%)
Mutual labels:  jekyll, jekyll-theme, github-pages, scss
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (-97.54%)
Mutual labels:  documentation, jekyll-theme, github-pages, scss
Leap Day
Leap day is a Jekyll theme for GitHub Pages
Stars: ✭ 121 (-96.77%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Pages Gem
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
Stars: ✭ 1,670 (-55.43%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Slate
Slate is a Jekyll theme for GitHub Pages
Stars: ✭ 195 (-94.8%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Jekyll Theme Yat
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 113 (-96.98%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Gaohaoyang.github.io
blog & blog theme🤘
Stars: ✭ 1,699 (-54.66%)
Mutual labels:  jekyll, jekyll-theme, scss
Uswds Site
USWDS website and documentation
Stars: ✭ 135 (-96.4%)
Mutual labels:  documentation, jekyll, scss
Jekyll Text Theme
💎 🐳 A super customizable Jekyll theme for personal site, team site, blog, project, documentation, etc.
Stars: ✭ 2,150 (-42.62%)
Mutual labels:  jekyll, jekyll-theme, scss

Gem version Build status



Just the Docs

A modern, highly customizable, and responsive Jekyll theme for documentation with built-in search.
Easily hosted on GitHub Pages with few dependencies.

See it in action!




jtd

Installation

Add this line to your Jekyll site's Gemfile:

gem "just-the-docs"

And add this line to your Jekyll site's _config.yml:

theme: just-the-docs

And then execute:

$ bundle

Or install it yourself as:

$ gem install just-the-docs

Alternatively, you can run it inside Docker while developing your site

$ docker-compose up

Usage

View the documentation for usage information.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/pmarsceill/just-the-docs. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Submitting code changes:

  • Open a Pull Request
  • Ensure all CI tests pass
  • Await code review
  • Bump the version number in just-the-docs.gemspec and package.json according to semantic versioning.

Design and development principles of this theme:

  1. As few dependencies as possible
  2. No build script needed
  3. First class mobile experience
  4. Make the content shine

Development

To set up your environment to develop this theme, run bundle install.

Your theme is set up just like a normal Jekyll site! To test your theme, run bundle exec jekyll serve and open your browser at http://localhost:4000. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.

When the theme is released, only the files in _layouts, _includes, and _sass tracked with Git will be released.

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].