Skip to content

Commit

Permalink
Merge pull request #90 from faucetlol/bluesky
Browse files Browse the repository at this point in the history
Add bluesky simple definition
  • Loading branch information
Earlopain authored Aug 21, 2023
2 parents bfdc5dd + b95d591 commit ca11dcf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/logical/sites/definitions/bluesky.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
type: SimpleDefinition
enum_value: bluesky
display_name: Bluesky
homepage: https://bsky.app
gallery_templates:
- bsky.app/profile/{site_artist_identifier}
username_identifier_regex: "[a-zA-Z0-9.]{1,50}"
submission_template: https://bsky.app/profile/{site_artist_identifier}/post/{site_submission_identifier}
2 changes: 1 addition & 1 deletion app/models/artist_url.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def initialize(url_identifier, site_type)
afterdark artconomy artfight boosty
buzzly furrystation toyhouse ychart
manual trello itaku artfol
cohost inkblot
cohost inkblot bluesky
].map.with_index { |v, index| [v, index] }.to_h

def self.search(params)
Expand Down
1 change: 1 addition & 0 deletions app/stylesheet/base/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $icons: (
"artfol"
"artstation"
"baraag"
"bluesky"
"boosty"
"buzzly"
"carrd"
Expand Down
Binary file added public/icons/bluesky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca11dcf

Please sign in to comment.