Skip to content

How to use Jekyll LibDoc as remote theme. This repository contains only the configuration and the content of Jekyll LibDoc theme.

License

Notifications You must be signed in to change notification settings

olivier3lanc/LibDoc-remote-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll LibDoc locally as remote theme

This localbranch is a simple example of a repository that you can build locally with Jekyll LibDoc as remote theme.

  1. Install Jekyll on your machine following the steps described here
  2. Add a Gemfile with the following line
gem "jekyll-remote-theme"

and run bundle install to install the plugin Note: If you are using a Jekyll version less than 3.5.0, use the gems key instead of plugins.

  1. Add the following to your LibDoc's local config file _config-local.yml
remote_theme: olivier3lanc/Jekyll-LibDoc plugins: - jekyll-remote-theme
  1. Run jekyll build or with any custom config file jekyll build -c _your-own-config.yml

About

How to use Jekyll LibDoc as remote theme. This repository contains only the configuration and the content of Jekyll LibDoc theme.

Resources

License

Stars

Watchers

Forks