File tree 5 files changed +25
-21
lines changed
5 files changed +25
-21
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
3
gem "jekyll" , "~> 4.4.1" # installed by `gem jekyll`
4
- gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
5
-
6
- # gem "just-the-docs", "0.10.1" # pinned to the current release
7
- # gem "just-the-docs" # always download the latest release
4
+ # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
8
5
6
+ gem "just-the-docs" , "0.10.1" # pinned to the current release
7
+ # gem "just-the-docs" # always download the latest release
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
4
- remote_theme : carlosperate/jekyll-theme-rtd
3
+ theme : just-the-docs
5
4
6
5
# GitHub Pages base URL
7
6
baseurl : " /poulpe_ethercat_controller" # Change this to match your GitHub repository name
8
7
url : " https://pollen-robotics.github.io"
9
8
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
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
+
22
27
aux_links :
23
28
Github Repository : https://github.com/pollen-robotics/poulpe_ethercat_controller
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Configure Poulpes for EtherCAT
3
- layout : page
3
+ layout : default
4
4
---
5
5
6
6
## Configuring the Poulpe board for the EtherCAT network
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Starting with the poulpe ethercat controller
3
- layout : page
3
+ layout : default
4
4
back_to_top : true
5
5
back_to_top_text : " Back to top"
6
6
---
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Installing EtherCAT master
3
- layout : page
3
+ layout : default
4
4
position : 2
5
5
---
6
6
You can’t perform that action at this time.
0 commit comments