File tree 2 files changed +16
-29
lines changed
2 files changed +16
-29
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,7 @@ source 'https://rubygems.org'
3
3
gem "jekyll" , "~> 4.4.1" # installed by `gem jekyll`
4
4
gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
5
5
6
- gem "just-the-docs" , "0.10.1" # pinned to the current release
6
+ # gem "just-the-docs", "0.10.1" # pinned to the current release
7
7
# gem "just-the-docs" # always download the latest release
8
8
9
- group :jekyll_plugins do
10
- gem "jekyll-feed"
11
- gem "jekyll-seo-tag"
12
- end
9
+ gem "jekyll-theme-rtd"
Original file line number Diff line number Diff line change 1
1
title : Poulpe EtherCAT
2
2
description : A quick guide to the Poulpe Ethercat controller
3
- theme : just-the-docs
3
+ # theme: just-the-docs
4
+ theme : jekyll-theme-rtd
4
5
5
6
# GitHub Pages base URL
6
7
baseurl : " /poulpe_ethercat_controller" # Change this to match your GitHub repository name
7
8
url : " https://pollen-robotics.github.io"
8
9
9
- # Build settings
10
- permalink : pretty
11
- markdown : kramdown
12
- highlighter : rouge
13
-
14
- # Enable search
15
- search_enabled : true
16
-
17
- # Exclude files from Jekyll build
18
- exclude :
19
- - Gemfile
20
- - Gemfile.lock
21
- - node_modules
22
- - vendor/bundle
23
- - vendor/cache
24
- - vendor/gems
25
- - vendor/ruby
26
-
27
- # Plugins
28
- plugins :
29
- - jekyll-feed
30
- - jekyll-seo-tag
31
-
10
+ # Specific to this theme
11
+ site_author : Carlos Pereira Atencio
12
+ repo_url : ' https://github.com/pollen-robotics/poulpe_ethercat_controller'
13
+ edit_on_github : true
14
+ github_docs_folder : true
15
+ # logo: 'https://your.url/image.png'
16
+ # site_favicon: 'https://your.url/here.ico'
17
+ sticky_navigation : true
18
+ prev_next_buttons_location : None
19
+ prev_next_buttons_location : top
20
+ prev_next_buttons_location : bottom
21
+ prev_next_buttons_location : both
32
22
aux_links :
33
23
Github Repository : https://github.com/pollen-robotics/poulpe_ethercat_controller
You can’t perform that action at this time.
0 commit comments