Skip to content

Commit

Permalink
✨ Add Bandcamp support
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed May 1, 2024
1 parent b496ce0 commit 97a2ba8
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Support for Blueksy, Spotify and Threads
- Support for Bandcamp, Blueksy, Spotify and Threads
- Support for X (Twitter) ([#107](https://github.com/jpanther/lynx/pull/107))

### Changed
Expand Down
4 changes: 4 additions & 0 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,10 @@ video {
background-color: #333;
}

.link-bandcamp {
background-color: #1da0c3;
}

.link-bluesky {
background: #0084ff;
background: linear-gradient(2.35619rad, #5a72fa 0%, #0084ff 100%);
Expand Down
3 changes: 3 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
.link-apple {
background-color: #333;
}
.link-bandcamp {
background-color: #1da0c3;
}
.link-bluesky {
background: #0084ff;
background: linear-gradient(2.35619rad, #5a72fa 0%, #0084ff 100%);
Expand Down
1 change: 1 addition & 0 deletions assets/icons/bandcamp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ disableKinds = ["taxonomy", "term"]
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" },
# { bandcamp = "https://username.bandcamp.com" },
# { bluesky = "https://bsky.app/profile/username" },
# { codepen = "https://codepen.io/username" },
# { dev = "https://dev.to/username" },
Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ These are all the built-in link styles available in Lynx. Don't forget that you
{{< link link >}}
{{< link amazon >}}
{{< link apple >}}
{{< link bandcamp >}}
{{< link bluesky >}}
{{< link codepen >}}
{{< link dev >}}
Expand Down
1 change: 1 addition & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
link:
amazon: Amazon
apple: Apple
bandcamp: Bandcamp
bluesky: Bluesky
codepen: CodePen
dev: DEV
Expand Down
1 change: 1 addition & 0 deletions i18n/fr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
link:
amazon: Amazon
apple: Apple
bandcamp: Bandcamp
bluesky: Bluesky
codepen: CodePen
dev: DEV
Expand Down

0 comments on commit 97a2ba8

Please sign in to comment.