From 6a602c97ce81ede306b53419521d6a2ef25d537d Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Wed, 2 Apr 2025 13:53:17 +0200 Subject: [PATCH 1/7] Rebrand index.md to psp sdk --- index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 009dc5f..4e5712a 100644 --- a/index.md +++ b/index.md @@ -9,20 +9,22 @@ nav_order: 1 # Welcome to PSPDEV {: .fs-8 .fw-700 .text-center } +# The PSP SDK for Homebrew +{: .fs-6 .fw-700 .text-center } -An open source toolchain 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**. +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**. {: .fs-5 .text-center } # Getting started {: .fs-6 .fw-700 } -Want to install the PSPDEV toolchain? [Go here](installation.html). +Want to install the PSP SDK? [Go here](installation.html). {: .fs-5 } Don't know how to get started? [Go here](how_to_use.html). {: .fs-5 } -Need some examples for what you can do with the PSPDEV toolchain? [Go here](basic_programs.html). +Need some examples for what you can do with the PSP SDK? [Go here](basic_programs.html). {: .fs-5 } Is your code is not working? [Go here](debugging.html). From 2b6fe518b341fe9c0cf7aa70a4a05336f0910daf Mon Sep 17 00:00:00 2001 From: Diamond Rivero Date: Thu, 3 Apr 2025 09:50:08 +0800 Subject: [PATCH 2/7] SEO: "PSPDEV toolchain" renamed to "PSP SDK" --- basic_programs.md | 2 +- contributing.md | 2 +- debugging.md | 2 +- downloads.md | 2 +- how_to_use.md | 4 ++-- installation/docker.md | 4 ++-- installation/fedora.md | 6 +++--- installation/macos.md | 6 +++--- installation/ubuntu.md | 6 +++--- installation/windows.md | 10 +++++----- tips_tricks.md | 12 ++++++------ 11 files changed, 28 insertions(+), 28 deletions(-) diff --git a/basic_programs.md b/basic_programs.md index bf8210e..fa2b39c 100644 --- a/basic_programs.md +++ b/basic_programs.md @@ -379,7 +379,7 @@ Documentation for SDL2_ttf can be found 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 From 6fd0c3714d2109c132ebc06cc87eb57b4715b2e5 Mon Sep 17 00:00:00 2001 From: Diamond Rivero Date: Thu, 3 Apr 2025 15:34:23 +0800 Subject: [PATCH 4/7] SEO: Gemfile: add each gem details --- Gemfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 7ea60fd..a4bc029 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,8 @@ source 'https://rubygems.org' -gem "jekyll" -gem "just-the-docs" -gem "jekyll-seo-tags" -gem "jekyll-github-metadata" -gem "jekyll-include-cache" -gem "jekyll-sitemap" +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 From 5ecc869301829cb11a5e9fa918f347b34bc7e6d0 Mon Sep 17 00:00:00 2001 From: Diamond Rivero Date: Thu, 3 Apr 2025 15:48:23 +0800 Subject: [PATCH 5/7] SEO: tips_tricks.md: Toolchain -> PSP SDK --- tips_tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tips_tricks.md b/tips_tricks.md index 8a6bb7d..f2009f7 100644 --- a/tips_tricks.md +++ b/tips_tricks.md @@ -88,7 +88,7 @@ If you're not sure what the library you used is called exactly, you can use the psp-create-license-directory -l ``` -## Updating the Toolchain +## Updating the PSP SDK {: .fs-6 .fw-700 } A new version of the PSP SDK is released at least once a month, so updating should be done regularly if you want to benefit from new features and bug fixes. From c0a4c733afd7f5d53ac7a9e1ff768a77e2d1cffc Mon Sep 17 00:00:00 2001 From: Diamond Rivero Date: Thu, 3 Apr 2025 19:23:50 +0800 Subject: [PATCH 6/7] SEO: customize head tag --- _config.yml | 4 ++-- _includes/head.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 _includes/head.html diff --git a/_config.yml b/_config.yml index 3b2ba27..1fed942 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ title: PSPDEV -description: "PSP SDK: 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" @@ -22,7 +22,7 @@ nav_external_links: back_to_top: true back_to_top_text: "Back to top" -footer_content: 'Copyright © 2025 PSPDEV. Distributed by The Unlicense.' +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 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 %} + + + + {{ page.title }} | PSP SDK: Development tools for the Playstation Portable + + + + + {% seo title=false %} + \ No newline at end of file From caa55ed5d3576335025d623379ca18a6ab330ca9 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Fri, 4 Apr 2025 22:46:35 +0200 Subject: [PATCH 7/7] Fix spacing between title and subtitle --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 4e5712a..3cb0a6f 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,7 @@ nav_order: 1
# Welcome to PSPDEV -{: .fs-8 .fw-700 .text-center } +{: .fs-8 .fw-700 .text-center .lh-0 } # The PSP SDK for Homebrew {: .fs-6 .fw-700 .text-center }