Skip to content

Commit

Permalink
Add Plash app
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 10, 2020
1 parent e3169ee commit a59acfd
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 7 deletions.
1 change: 1 addition & 0 deletions _apps/kap.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
url: https://getkap.co
links:
'Product Hunt post': https://www.producthunt.com/posts/kap-2
show_support_link: false
---
11 changes: 11 additions & 0 deletions _apps/plash.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Plash
subtitle: Make any website your desktop wallpaper
description: 'This enables you to have a highly dynamic desktop wallpaper. You could display your favorite news site, Facebook feed, or a random beautiful scenery photo. The use-cases are limitless. You could even set an animated GIF as wallpaper.'
type: macOS
date: 2020-01-09
mac_app_store_url: https://apps.apple.com/us/app/plash/id1494023538?mt=12
main_button:
title: Read more
url: https://github.com/sindresorhus/Plash
---
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ defaults:
values:
layout: 'app'
type: 'app'
show_support_link: true
exclude:
- Gemfile
- Gemfile.lock
Expand Down
15 changes: 9 additions & 6 deletions _layouts/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,18 @@ <h2 class="subtitle">{{ page.subtitle }}</h2>
</p>
{% endif %}
<ul class="app-links">
<li>
{% if page.repo_url %}
{% if page.repo_url %}
<li>
<a class="is-link" href="{{ page.repo_url }}">Source on GitHub</a>
{% else %}
{% unless page.is_prerelease %}
</li>
{% endif %}
{% unless page.is_prerelease %}
{% if page.show_support_link %}
<li>
<a class="is-link" href="https://sindresorhus.com/feedback?product={{ page.title | url_encode }}">Support</a>
{% endunless %}
</li>
{% endif %}
</li>
{% endunless %}
{% for link in page.links %}
<li>
<a href="{{ link[1] }}">{{ link[0] }}</a>
Expand Down
Binary file added assets/plash/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/plash/screenshot1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/plash/screenshot2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/plash/screenshot3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/plash/screenshot4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/plash/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,16 @@ a.navbar-item:not(.button) {

.box .image {
margin-bottom: 10px;
border-radius: 2px;
box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.6);
}

.box .image img {
border-radius: 2px;
}

.box .title {
margin-bottom: 2rem;
margin-bottom: 1.8rem;
}

.box .title a {
Expand Down

0 comments on commit a59acfd

Please sign in to comment.