Skip to content

Commit c111590

Browse files
committed
SEO: Improvements using _config.yml
1 parent 2b6fe51 commit c111590

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
source 'https://rubygems.org'
22

33
gem "jekyll"
4-
gem "just-the-docs"
4+
gem "just-the-docs"
5+
gem "jekyll-seo-tags"
6+
gem "jekyll-github-metadata"
7+
gem "jekyll-include-cache"
8+
gem "jekyll-sitemap"

_config.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
title: PSPDEV
2-
description: "Development tools for the Playstation Portable"
2+
description: "PSP SDK: Development tools for the Playstation Portable"
33
theme: just-the-docs
4+
url: "https://pspdev.github.io"
45

56
# just-the-docs configuration
67
favicon_ico: /images/pspdev.ico
@@ -17,3 +18,21 @@ nav_external_links:
1718
- title: "PSPDEV's package index"
1819
url: "https://pspdev.github.io/psp-packages/"
1920
opens_in_new_tab: true
21+
22+
back_to_top: true
23+
back_to_top_text: "Back to top"
24+
25+
footer_content: 'Copyright &copy; 2025 PSPDEV. Distributed by <a href="https://github.com/pspdev/pspdev.github.io/blob/master/LICENSE">The Unlicense.</a>'
26+
27+
# Footer "Edit this page on GitHub" link text
28+
gh_edit_link: true # show or hide edit this page link
29+
gh_edit_link_text: "Edit this page on GitHub"
30+
gh_edit_repository: "https://github.com/pspdev/pspdev.github.io" # the github URL for your repo
31+
gh_edit_branch: "master" # the branch that your docs is served from
32+
# gh_edit_source: docs # the source that your files originate from
33+
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
34+
35+
plugins:
36+
- jekyll-seo-tag
37+
- jekyll-github-metadata
38+
- jekyll-sitemap

0 commit comments

Comments
 (0)