diff --git a/Gemfile b/Gemfile index 0834726..a4bc029 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,8 @@ source 'https://rubygems.org' -gem "jekyll" -gem "just-the-docs" \ No newline at end of file +gem "jekyll" # static site generator used +gem "just-the-docs" # Jekyll theme used +gem "jekyll-seo-tags" # adds SEO metadata to improve search engine visibility +gem "jekyll-github-metadata" # fetches repo data for use in Jekyll +gem "jekyll-include-cache" # caches included files to speed up site gen or load +gem "jekyll-sitemap" # generate sitemap to help search engines index the site diff --git a/_config.yml b/_config.yml index 24acdde..1fed942 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ title: PSPDEV -description: "Development tools for the Playstation Portable" +description: "An open source SDK for PlayStation Portable (PSP) development. It allows you to make apps and games for both custom and official firmwares. This is a community project made by enthusiasts, it is in no way affiliated with Sony." theme: just-the-docs +url: "https://pspdev.github.io" # just-the-docs configuration favicon_ico: /images/pspdev.ico @@ -17,3 +18,21 @@ nav_external_links: - title: "PSPDEV's package index" url: "https://pspdev.github.io/psp-packages/" opens_in_new_tab: true + +back_to_top: true +back_to_top_text: "Back to top" + +footer_content: 'Copyright © 2025, PSPDEV. Distributed by The Unlicense.' + +# Footer "Edit this page on GitHub" link text +gh_edit_link: true # show or hide edit this page link +gh_edit_link_text: "Edit this page on GitHub" +gh_edit_repository: "https://github.com/pspdev/pspdev.github.io" # the github URL for your repo +gh_edit_branch: "master" # the branch that your docs is served from +# gh_edit_source: docs # the source that your files originate from +gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately + +plugins: + - jekyll-seo-tag + - jekyll-github-metadata + - jekyll-sitemap diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..056a186 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,30 @@ +
+ + + + + + + + + {% if site.search_enabled != false %} + + {% endif %} + + + +