Skip to content

Commit

Permalink
1.2.1.0: Documentation Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
queenkjuul committed Nov 12, 2024
1 parent 132d1a2 commit 8f2cb57
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions docs/SpotifySplash640.png
10 changes: 5 additions & 5 deletions _config.yml → docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/client/SpotifyClient97/Images
1 change: 1 addition & 0 deletions docs/screenshot98.png
1 change: 1 addition & 0 deletions docs/screenshotMac.png
1 change: 1 addition & 0 deletions docs/screenshotXP.png

0 comments on commit 8f2cb57

Please sign in to comment.