From 8f2cb57342d715b24ee73dcd7ac98385709b95ff Mon Sep 17 00:00:00 2001 From: queenkjuul Date: Tue, 12 Nov 2024 01:53:32 -0600 Subject: [PATCH] 1.2.1.0: Documentation Improvements --- .github/workflows/jekyll-gh-pages.yml | 1 - README.md | 2 +- docs/SpotifySplash640.png | 1 + _config.yml => docs/_config.yml | 10 +++++----- docs/client/SpotifyClient97/Images | 1 + docs/screenshot98.png | 1 + docs/screenshotMac.png | 1 + docs/screenshotXP.png | 1 + 8 files changed, 11 insertions(+), 7 deletions(-) create mode 120000 docs/SpotifySplash640.png rename _config.yml => docs/_config.yml (88%) create mode 120000 docs/client/SpotifyClient97/Images create mode 120000 docs/screenshot98.png create mode 120000 docs/screenshotMac.png create mode 120000 docs/screenshotXP.png diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 9d44b76..d684b1d 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -35,7 +35,6 @@ jobs: with: source: ./docs destination: ./_site - - run: ls -la _site/server - name: Upload artifact uses: actions/upload-pages-artifact@v3 - name: Upload to retro.queenkjuul.xyz diff --git a/README.md b/README.md index 870ac6b..45b7514 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A client-server system to control Spotify Connect devices from retro machines (W ![Screenshot of Spotify Client 97 running on Windows 98](./screenshot98.png) -![Screenshot of Spotify Client 97 running on Windows XP](/screenshotXP.png) +![Screenshot of Spotify Client 97 running on Windows XP](./screenshotXP.png) ![Screenshot of Spotify 97 Mac Edition running on OS X](./screenshotMac.png) diff --git a/docs/SpotifySplash640.png b/docs/SpotifySplash640.png new file mode 120000 index 0000000..2be3674 --- /dev/null +++ b/docs/SpotifySplash640.png @@ -0,0 +1 @@ +../SpotifySplash640.png \ No newline at end of file diff --git a/_config.yml b/docs/_config.yml similarity index 88% rename from _config.yml rename to docs/_config.yml index d9d1248..28e4961 100644 --- a/_config.yml +++ b/docs/_config.yml @@ -2,11 +2,11 @@ title: Spotify 97 description: Spotify 97 is a client-server setup for controlling Spotify Connect endpoints from vintage operating systems remote_theme: queenkjuul/jekyll-98 include: - - docs/index.md - - docs/server/index.md - - docs/client/index.md - - docs/client/SpotifyClient97/index.md - - docs/client/Spotify97MacEdition/index.md + - index.md + - server/index.md + - client/index.md + - client/SpotifyClient97/index.md + - client/Spotify97MacEdition/index.md defaults: - scope: path: "" # an empty string here means all files in the project diff --git a/docs/client/SpotifyClient97/Images b/docs/client/SpotifyClient97/Images new file mode 120000 index 0000000..8951a48 --- /dev/null +++ b/docs/client/SpotifyClient97/Images @@ -0,0 +1 @@ +../../../client/SpotifyClient97/Images \ No newline at end of file diff --git a/docs/screenshot98.png b/docs/screenshot98.png new file mode 120000 index 0000000..41db066 --- /dev/null +++ b/docs/screenshot98.png @@ -0,0 +1 @@ +../screenshot98.png \ No newline at end of file diff --git a/docs/screenshotMac.png b/docs/screenshotMac.png new file mode 120000 index 0000000..8521402 --- /dev/null +++ b/docs/screenshotMac.png @@ -0,0 +1 @@ +../screenshotMac.png \ No newline at end of file diff --git a/docs/screenshotXP.png b/docs/screenshotXP.png new file mode 120000 index 0000000..639b94d --- /dev/null +++ b/docs/screenshotXP.png @@ -0,0 +1 @@ +../screenshotXP.png \ No newline at end of file