File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33gem "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"
Original file line number Diff line number Diff line change 11title : PSPDEV
2- description : " Development tools for the Playstation Portable"
2+ description : " PSP SDK: Development tools for the Playstation Portable"
33theme : just-the-docs
4+ url : " https://pspdev.github.io"
45
56# just-the-docs configuration
67favicon_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 © 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
You can’t perform that action at this time.
0 commit comments