Skip to content

Commit 7efc1cd

Browse files
committed
enable search, disable jekyll-relative-links
1 parent e2a2446 commit 7efc1cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ gem "jekyll", "~> 4.3.4" # installed by `gem jekyll`
66
gem "just-the-docs", "0.10.0" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release
88

9-
gem 'jekyll-relative-links'
9+
#gem 'jekyll-relative-links'

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ theme: just-the-docs
44
#logo: "your_logo_path"
55
favicon_ico: "favicon.ico"
66
# search does not work with jekyll-relative-links :(
7-
search_enabled: false
7+
#search_enabled: false
88
# requires footer generation
99
#back_to_top: true
1010
#back_to_top_text: "Back to top"
@@ -14,8 +14,8 @@ callouts:
1414
title: Warning
1515
color: red
1616

17-
plugins:
18-
- jekyll-relative-links
17+
#plugins:
18+
# - jekyll-relative-links
1919

2020
url: https://torte71.github.io/InsideSovolKlipperScreen
2121

0 commit comments

Comments
 (0)