Skip to content

Commit fceba5b

Browse files
committed
docs: jekyll faulty setup for links redirects (with shortened href)
1 parent 44de45e commit fceba5b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/.nojekyll

Whitespace-only changes.

docs/Gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source "https://rubygems.org"
2+
3+
gem "jekyll", "~> 4.3"
4+
gem "just-the-docs", "~> 0.8.2"
5+
gem "jekyll-feed"
6+
gem "jekyll-sitemap"
7+
gem "jekyll-seo-tag"

docs/_config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url: "https://matars.github.io"
55
baseurl: "/gitfetch"
66

77
# Theme
8-
remote_theme: just-the-docs/just-the-docs
8+
remote_theme: just-the-docs/just-the-docs@v0.8.2
99
color_scheme: dark
1010

1111
# Just-the-docs custom tweaks (used by theme when available)
@@ -47,3 +47,6 @@ plugins:
4747
- jekyll-feed
4848
- jekyll-sitemap
4949
- jekyll-seo-tag
50+
51+
# GitHub Pages
52+
repository: Matars/gitfetch

0 commit comments

Comments
 (0)