Skip to content

Commit cf90826

Browse files
committed
revert last push
1 parent f9a7bf5 commit cf90826

File tree

8 files changed

+35
-14
lines changed

8 files changed

+35
-14
lines changed

docs/_config.yml

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ description: A neofetch-style CLI tool for GitHub, GitLab, Gitea, Forgejo, Codeb
44
url: "https://matars.github.io"
55
baseurl: "/gitfetch"
66

7-
# Theme - using GitHub Pages supported theme
8-
theme: jekyll-theme-primer
7+
# Theme
8+
remote_theme: just-the-docs/just-the-docs
9+
color_scheme: light
910

10-
# Primer theme settings
11-
show_downloads: true
12-
github_username: Matars
11+
# Just the Docs settings
12+
logo: "/assets/images/logo.png" # Optional logo
13+
search_enabled: true
14+
heading_anchors: true
1315

1416
# Aux links for the upper right navigation
1517
aux_links:
@@ -18,3 +20,23 @@ aux_links:
1820

1921
# Footer content
2022
footer_content: 'Copyright &copy; 2025 Matars. Distributed by an <a href="https://github.com/Matars/gitfetch/blob/main/LICENSE">GPL-2.0</a> license.'
23+
24+
# Collections for documentation
25+
collections:
26+
docs:
27+
permalink: "/:collection/:name/"
28+
output: true
29+
30+
# Default layout
31+
defaults:
32+
- scope:
33+
path: ""
34+
type: "docs"
35+
values:
36+
layout: "default"
37+
38+
# Plugins
39+
plugins:
40+
- jekyll-feed
41+
- jekyll-sitemap
42+
- jekyll-seo-tag

docs/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Configuration
4+
nav_order: 5
45
---
56

67
# Configuration

docs/development.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Development
4+
nav_order: 7
45
---
56

67
# Development

docs/features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Features
4+
nav_order: 2
45
---
56

67
# Features

docs/index.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Home
4+
nav_order: 1
45
---
56

67
# gitfetch
@@ -32,12 +33,4 @@ Get started with gitfetch in minutes:
3233
- Gitea/Forgejo/Codeberg
3334
- Sourcehut
3435

35-
## Documentation
36-
37-
- [Installation](installation.html)
38-
- [Usage](usage.html)
39-
- [Configuration](configuration.html)
40-
- [Supported Providers](providers.html)
41-
- [Development](development.html)
42-
43-
[Get Started](installation.html)
36+
[Get Started](installation.md){: .btn .btn-primary }

docs/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Installation
4+
nav_order: 3
45
---
56

67
# Installation

docs/providers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Supported Providers
4+
nav_order: 6
45
---
56

67
# Supported Providers

docs/usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: Usage
4+
nav_order: 4
45
---
56

67
# Usage

0 commit comments

Comments
 (0)