Skip to content

Commit

Permalink
Updated website info, including new posts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsjunkrunner committed May 14, 2024
1 parent b080493 commit 449e092
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 32 deletions.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ source "https://rubygems.org"
gem "jekyll-theme-chirpy", "~> 7.0"

group :test do
gem "html-proofer", "~> 5.0"
gem "html-proofer", "~> 4.4.3"
end

group :jekyll_plugins do
gem 'jekyll-compose'
end
20 changes: 12 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ theme: jekyll-theme-chirpy
lang: en

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone:
timezone: Pacific/Auckland

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: Junk Store # the main title

tagline: A text-focused Jekyll theme # it will display as the sub-title
tagline: An open source extensible Steam Deck plugin for non-Steam stores. # it will display as the sub-title

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
An open source extensible Steam Deck plugin for non-Steam stores.
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
Expand All @@ -31,17 +31,21 @@ github:
twitter:
username: JunkStore4deck # change to your twitter username

patreon:
username: Junk-Store # change to your github username


social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: Junk Store Team
email: [email protected] # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your twitter homepage
- https://github.com/username # change to your github homepage
- https://twitter.com/JunkStore4deck # change to your twitter homepage
- https://github.com/ebenbruyns/junkstore # change to your github homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
- https://www.reddit.com/r/JunkStore/
# - https://www.linkedin.com/in/username

# Site Verification Settings
Expand Down Expand Up @@ -96,7 +100,7 @@ theme_mode: # [light | dark]
cdn:

# the avatar on sidebar, support local or CORS resources
avatar:
avatar: https://pbs.twimg.com/profile_images/1780351282873503744/u6bmEPuZ_400x400.jpg

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
Expand Down
46 changes: 32 additions & 14 deletions _data/contact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,44 @@
- type: github
icon: "fab fa-github"

- type: twitter
icon: "fa-brands fa-x-twitter"
- type: patreon
icon: 'fab fa-patreon' # icons powered by <https://fontawesome.com/>
url: 'https://www.patreon.com/junkstore' # Fill with your Patreon homepage

- type: ko-fi
icon: 'fa-solid fa-mug-saucer'
url: 'https://ko-fi.com/junkstore' # Fill with your ko-fi homepage

- type: discord
icon: 'fab fa-discord'
url: 'https://discord.gg/6mRUhR6Teh' # Fill with your discord homepage



- type: email
icon: "fas fa-envelope"
noblank: true # open link in current tab

- type: rss
icon: "fas fa-rss"
noblank: true
# Uncomment and complete the url below to enable more contact options
#
# - type: mastodon
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
#
# - type: linkedin
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
# url: '' # Fill with your Linkedin homepage

#
# - type: stack-overflow
# icon: 'fab fa-stack-overflow'
# url: '' # Fill with your stackoverflow homepage
- type: reddit
icon: 'fab fa-reddit'
url: 'https://www.reddit.com/r/JunkStore/' # Fill with your reddit homepage

- type: twitter
icon: "fa-brands fa-x-twitter"

- type: facebook
icon: 'fa-brands fa-facebook'
url: 'https://www.facebook.com/groups/1386077538759527'

- type: email
icon: "fas fa-envelope"
noblank: true # open link in current tab

- type: rss
icon: "fas fa-rss"
noblank: true
51 changes: 48 additions & 3 deletions _data/share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,54 @@ platforms:
icon: "fab fa-facebook-square"
link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL"

- type: Telegram
icon: "fab fa-telegram"
link: "https://t.me/share/url?url=URL&text=TITLE"
- type: reddit
icon: "fab fa-reddit"
link: "https://reddit.com/submit?url={url}&title={title}"

- type: linkedin
icon: "fab fa-linkedin"
link: "https://www.linkedin.com/sharing/share-offsite/?url={url}"

- type: whatsapp
icon: "fab fa-whatsapp"
link: "https://api.whatsapp.com/send?phone={phone_number}&text={title}%20{url}"

- type: tumblr
icon: "fab fa-tumblr"
link: "https://www.tumblr.com/widgets/share/tool?canonicalUrl={url}&title={title}&caption={text}&tags={hash_tags}"

- type: blogger
icon: "fab fa-blogger"
link: "https://www.blogger.com/blog-this.g?u={url}&n={title}&t={text}"

- type: hackernews
icon: "fa-brands fa-square-hacker-news"
link: "https://news.ycombinator.com/submitlink?u={url}&t={title}"

- type: evernote
icon: "fa-brands fa-evernote"
link: "https://www.evernote.com/clip.action?url={url}&title={title}"

- type: getpocket
icon: "fa-brands fa-get-pocket"
link: "https://getpocket.com/edit?url={url}"

- type: livejournal
icon: "fa-solid fa-square-pen"
link: "http://www.livejournal.com/update.bml?subject={title}&event={url}"

- type: pinterest
icon: "fa-brands fa-pinterest"
link: "http://pinterest.com/pin/create/link/?url={url}"

- type: gmail
icon: "fa-brands fa-google"
link: "https://mail.google.com/mail/?view=cm&to={email_address}&su={title}&body={url}&bcc={email_address}&cc={email_address}"

- type: yahoo
icon: "fa-brands fa-yahoo"
link: "http://compose.mail.yahoo.com/?to={email_address}&subject={title}&body={url}"


# Uncomment below if you need to.
#
Expand Down
34 changes: 31 additions & 3 deletions _tabs/about.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,36 @@
---
# the default layout is 'page'
icon: fas fa-info-circle
order: 4
order: 1
---

> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
{: .prompt-tip }
## What is Junk-Store?

Junk-Store is a revolutionary plugin designed to enhance your gaming experience on the Steam Deck. Developed with passion and innovation, Junk-Store seamlessly integrates non-Steam games into your Steam Deck library, opening up a world of gaming possibilities beyond Steam.


## Why should I use _Junk-Store_?
- Reduce the amount of friction required to install and run games. It feels more like steam than an external launcher.
- Seamless Integration: Easily install and update games from various platforms, currently Epic Games, directly onto your Steam Deck.
- User-Friendly Interface: Navigate through your game library with ease and discover new gaming adventures effortlessly.
- Active Development: Our dedicated team is committed to continuously improving Junk-Store, with regular updates and feature enhancements.


## Integrations
- Epic Games Store
- Example Dosbox extension available as a separate download, this may require you to tweak it.
- Prototype Gog (not released yet)
- Your own personal integrations, the sky is the limit.


## Key Features:
- **Enhanced Compatibility:** Say goodbye to compatibility issues and enjoy smooth gaming experiences with Junk-Store.
- **Seamless Integration:** Easily install and update games from various platforms, including GOG and Epic Games, directly onto your Steam Deck.
- **User-Friendly Interface:** Navigate through your game library with ease and discover new gaming adventures effortlessly.
- **Active Development:** Our dedicated team is committed to continuously improving Junk-Store, with regular updates and feature enhancements.






2 changes: 1 addition & 1 deletion _tabs/archives.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: archives
icon: fas fa-archive
order: 3
order: 5
---
2 changes: 1 addition & 1 deletion _tabs/categories.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: categories
icon: fas fa-stream
order: 1
order: 6
---
2 changes: 1 addition & 1 deletion _tabs/tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: tags
icon: fas fa-tags
order: 2
order: 7
---

0 comments on commit 449e092

Please sign in to comment.