A curated list of libraries & SDKs for the Bluesky API and AT Protocol

created project from the template

+353
+5
.gitignore
··· 1 + _site 2 + .sass-cache 3 + .jekyll-cache 4 + .jekyll-metadata 5 + vendor
+25
404.html
··· 1 + --- 2 + permalink: /404.html 3 + layout: default 4 + --- 5 + 6 + <style type="text/css" media="screen"> 7 + .container { 8 + margin: 10px auto; 9 + max-width: 600px; 10 + text-align: center; 11 + } 12 + h1 { 13 + margin: 30px 0; 14 + font-size: 4em; 15 + line-height: 1; 16 + letter-spacing: -1px; 17 + } 18 + </style> 19 + 20 + <div class="container"> 21 + <h1>404</h1> 22 + 23 + <p><strong>Page not found :(</strong></p> 24 + <p>The requested page could not be found.</p> 25 + </div>
+33
Gemfile
··· 1 + source "https://rubygems.org" 2 + # Hello! This is where you manage which Jekyll version is used to run. 3 + # When you want to use a different version, change it below, save the 4 + # file and run `bundle install`. Run Jekyll with `bundle exec`, like so: 5 + # 6 + # bundle exec jekyll serve 7 + # 8 + # This will help ensure the proper Jekyll version is running. 9 + # Happy Jekylling! 10 + gem "jekyll", "~> 4.3.4" 11 + # This is the default theme for new Jekyll sites. You may change this to anything you like. 12 + gem "minima", "~> 2.5" 13 + # If you want to use GitHub Pages, remove the "gem "jekyll"" above and 14 + # uncomment the line below. To upgrade, run `bundle update github-pages`. 15 + # gem "github-pages", group: :jekyll_plugins 16 + # If you have any plugins, put them here! 17 + group :jekyll_plugins do 18 + gem "jekyll-feed", "~> 0.12" 19 + end 20 + 21 + # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem 22 + # and associated library. 23 + platforms :mingw, :x64_mingw, :mswin, :jruby do 24 + gem "tzinfo", ">= 1", "< 3" 25 + gem "tzinfo-data" 26 + end 27 + 28 + # Performance-booster for watching directories on Windows 29 + gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin] 30 + 31 + # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem 32 + # do not have a Java counterpart. 33 + gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
+182
Gemfile.lock
··· 1 + GEM 2 + remote: https://rubygems.org/ 3 + specs: 4 + addressable (2.8.7) 5 + public_suffix (>= 2.0.2, < 7.0) 6 + bigdecimal (3.1.8) 7 + colorator (1.1.0) 8 + concurrent-ruby (1.3.4) 9 + em-websocket (0.5.3) 10 + eventmachine (>= 0.12.9) 11 + http_parser.rb (~> 0) 12 + eventmachine (1.2.7) 13 + ffi (1.17.0) 14 + ffi (1.17.0-aarch64-linux-gnu) 15 + ffi (1.17.0-aarch64-linux-musl) 16 + ffi (1.17.0-arm-linux-gnu) 17 + ffi (1.17.0-arm-linux-musl) 18 + ffi (1.17.0-arm64-darwin) 19 + ffi (1.17.0-x86-linux-gnu) 20 + ffi (1.17.0-x86-linux-musl) 21 + ffi (1.17.0-x86_64-darwin) 22 + ffi (1.17.0-x86_64-linux-gnu) 23 + ffi (1.17.0-x86_64-linux-musl) 24 + forwardable-extended (2.6.0) 25 + google-protobuf (4.28.3) 26 + bigdecimal 27 + rake (>= 13) 28 + google-protobuf (4.28.3-aarch64-linux) 29 + bigdecimal 30 + rake (>= 13) 31 + google-protobuf (4.28.3-arm64-darwin) 32 + bigdecimal 33 + rake (>= 13) 34 + google-protobuf (4.28.3-x86-linux) 35 + bigdecimal 36 + rake (>= 13) 37 + google-protobuf (4.28.3-x86_64-darwin) 38 + bigdecimal 39 + rake (>= 13) 40 + google-protobuf (4.28.3-x86_64-linux) 41 + bigdecimal 42 + rake (>= 13) 43 + http_parser.rb (0.8.0) 44 + i18n (1.14.6) 45 + concurrent-ruby (~> 1.0) 46 + jekyll (4.3.4) 47 + addressable (~> 2.4) 48 + colorator (~> 1.0) 49 + em-websocket (~> 0.5) 50 + i18n (~> 1.0) 51 + jekyll-sass-converter (>= 2.0, < 4.0) 52 + jekyll-watch (~> 2.0) 53 + kramdown (~> 2.3, >= 2.3.1) 54 + kramdown-parser-gfm (~> 1.0) 55 + liquid (~> 4.0) 56 + mercenary (>= 0.3.6, < 0.5) 57 + pathutil (~> 0.9) 58 + rouge (>= 3.0, < 5.0) 59 + safe_yaml (~> 1.0) 60 + terminal-table (>= 1.8, < 4.0) 61 + webrick (~> 1.7) 62 + jekyll-feed (0.17.0) 63 + jekyll (>= 3.7, < 5.0) 64 + jekyll-sass-converter (3.0.0) 65 + sass-embedded (~> 1.54) 66 + jekyll-seo-tag (2.8.0) 67 + jekyll (>= 3.8, < 5.0) 68 + jekyll-watch (2.2.1) 69 + listen (~> 3.0) 70 + kramdown (2.5.1) 71 + rexml (>= 3.3.9) 72 + kramdown-parser-gfm (1.1.0) 73 + kramdown (~> 2.0) 74 + liquid (4.0.4) 75 + listen (3.9.0) 76 + rb-fsevent (~> 0.10, >= 0.10.3) 77 + rb-inotify (~> 0.9, >= 0.9.10) 78 + mercenary (0.4.0) 79 + minima (2.5.2) 80 + jekyll (>= 3.5, < 5.0) 81 + jekyll-feed (~> 0.9) 82 + jekyll-seo-tag (~> 2.1) 83 + pathutil (0.16.2) 84 + forwardable-extended (~> 2.6) 85 + public_suffix (6.0.1) 86 + rake (13.2.1) 87 + rb-fsevent (0.11.2) 88 + rb-inotify (0.11.1) 89 + ffi (~> 1.0) 90 + rexml (3.3.9) 91 + rouge (4.5.1) 92 + safe_yaml (1.0.5) 93 + sass-embedded (1.81.0) 94 + google-protobuf (~> 4.28) 95 + rake (>= 13) 96 + sass-embedded (1.81.0-aarch64-linux-android) 97 + google-protobuf (~> 4.28) 98 + sass-embedded (1.81.0-aarch64-linux-gnu) 99 + google-protobuf (~> 4.28) 100 + sass-embedded (1.81.0-aarch64-linux-musl) 101 + google-protobuf (~> 4.28) 102 + sass-embedded (1.81.0-aarch64-mingw-ucrt) 103 + google-protobuf (~> 4.28) 104 + sass-embedded (1.81.0-arm-linux-androideabi) 105 + google-protobuf (~> 4.28) 106 + sass-embedded (1.81.0-arm-linux-gnueabihf) 107 + google-protobuf (~> 4.28) 108 + sass-embedded (1.81.0-arm-linux-musleabihf) 109 + google-protobuf (~> 4.28) 110 + sass-embedded (1.81.0-arm64-darwin) 111 + google-protobuf (~> 4.28) 112 + sass-embedded (1.81.0-riscv64-linux-android) 113 + google-protobuf (~> 4.28) 114 + sass-embedded (1.81.0-riscv64-linux-gnu) 115 + google-protobuf (~> 4.28) 116 + sass-embedded (1.81.0-riscv64-linux-musl) 117 + google-protobuf (~> 4.28) 118 + sass-embedded (1.81.0-x86-cygwin) 119 + google-protobuf (~> 4.28) 120 + sass-embedded (1.81.0-x86-linux-android) 121 + google-protobuf (~> 4.28) 122 + sass-embedded (1.81.0-x86-linux-gnu) 123 + google-protobuf (~> 4.28) 124 + sass-embedded (1.81.0-x86-linux-musl) 125 + google-protobuf (~> 4.28) 126 + sass-embedded (1.81.0-x86-mingw-ucrt) 127 + google-protobuf (~> 4.28) 128 + sass-embedded (1.81.0-x86_64-cygwin) 129 + google-protobuf (~> 4.28) 130 + sass-embedded (1.81.0-x86_64-darwin) 131 + google-protobuf (~> 4.28) 132 + sass-embedded (1.81.0-x86_64-linux-android) 133 + google-protobuf (~> 4.28) 134 + sass-embedded (1.81.0-x86_64-linux-gnu) 135 + google-protobuf (~> 4.28) 136 + sass-embedded (1.81.0-x86_64-linux-musl) 137 + google-protobuf (~> 4.28) 138 + terminal-table (3.0.2) 139 + unicode-display_width (>= 1.1.1, < 3) 140 + unicode-display_width (2.6.0) 141 + webrick (1.9.0) 142 + 143 + PLATFORMS 144 + aarch64-linux 145 + aarch64-linux-android 146 + aarch64-linux-gnu 147 + aarch64-linux-musl 148 + aarch64-mingw-ucrt 149 + arm-linux-androideabi 150 + arm-linux-gnu 151 + arm-linux-gnueabihf 152 + arm-linux-musl 153 + arm-linux-musleabihf 154 + arm64-darwin 155 + riscv64-linux-android 156 + riscv64-linux-gnu 157 + riscv64-linux-musl 158 + ruby 159 + x86-cygwin 160 + x86-linux 161 + x86-linux-android 162 + x86-linux-gnu 163 + x86-linux-musl 164 + x86-mingw-ucrt 165 + x86_64-cygwin 166 + x86_64-darwin 167 + x86_64-linux 168 + x86_64-linux-android 169 + x86_64-linux-gnu 170 + x86_64-linux-musl 171 + 172 + DEPENDENCIES 173 + http_parser.rb (~> 0.6.0) 174 + jekyll (~> 4.3.4) 175 + jekyll-feed (~> 0.12) 176 + minima (~> 2.5) 177 + tzinfo (>= 1, < 3) 178 + tzinfo-data 179 + wdm (~> 0.1) 180 + 181 + BUNDLED WITH 182 + 2.5.7
+55
_config.yml
··· 1 + # Welcome to Jekyll! 2 + # 3 + # This config file is meant for settings that affect your whole blog, values 4 + # which you are expected to set up once and rarely edit after that. If you find 5 + # yourself editing this file very often, consider using Jekyll's data files 6 + # feature for the data you need to update frequently. 7 + # 8 + # For technical reasons, this file is *NOT* reloaded automatically when you use 9 + # 'bundle exec jekyll serve'. If you change this file, please restart the server process. 10 + # 11 + # If you need help with YAML syntax, here are some quick references for you: 12 + # https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml 13 + # https://learnxinyminutes.com/docs/yaml/ 14 + # 15 + # Site settings 16 + # These are used to personalize your new site. If you look in the HTML files, 17 + # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. 18 + # You can create any custom variable you would like, and they will be accessible 19 + # in the templates via {{ site.myvariable }}. 20 + 21 + title: Your awesome title 22 + email: your-email@example.com 23 + description: >- # this means to ignore newlines until "baseurl:" 24 + Write an awesome description for your new site here. You can edit this 25 + line in _config.yml. It will appear in your document head meta (for 26 + Google search results) and in your feed.xml site description. 27 + baseurl: "" # the subpath of your site, e.g. /blog 28 + url: "" # the base hostname & protocol for your site, e.g. http://example.com 29 + twitter_username: jekyllrb 30 + github_username: jekyll 31 + 32 + # Build settings 33 + theme: minima 34 + plugins: 35 + - jekyll-feed 36 + 37 + # Exclude from processing. 38 + # The following items will not be processed, by default. 39 + # Any item listed under the `exclude:` key here will be automatically added to 40 + # the internal "default list". 41 + # 42 + # Excluded items can be processed by explicitly listing the directories or 43 + # their entries' file path in the `include:` list. 44 + # 45 + # exclude: 46 + # - .sass-cache/ 47 + # - .jekyll-cache/ 48 + # - gemfiles/ 49 + # - Gemfile 50 + # - Gemfile.lock 51 + # - node_modules/ 52 + # - vendor/bundle/ 53 + # - vendor/cache/ 54 + # - vendor/gems/ 55 + # - vendor/ruby/
+29
_posts/2024-11-19-welcome-to-jekyll.markdown
··· 1 + --- 2 + layout: post 3 + title: "Welcome to Jekyll!" 4 + date: 2024-11-19 18:55:38 +0200 5 + categories: jekyll update 6 + --- 7 + You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. 8 + 9 + Jekyll requires blog post files to be named according to the following format: 10 + 11 + `YEAR-MONTH-DAY-title.MARKUP` 12 + 13 + Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works. 14 + 15 + Jekyll also offers powerful support for code snippets: 16 + 17 + {% highlight ruby %} 18 + def print_hi(name) 19 + puts "Hi, #{name}" 20 + end 21 + print_hi('Tom') 22 + #=> prints 'Hi, Tom' to STDOUT. 23 + {% endhighlight %} 24 + 25 + Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. 26 + 27 + [jekyll-docs]: https://jekyllrb.com/docs/home 28 + [jekyll-gh]: https://github.com/jekyll/jekyll 29 + [jekyll-talk]: https://talk.jekyllrb.com/
+18
about.markdown
··· 1 + --- 2 + layout: page 3 + title: About 4 + permalink: /about/ 5 + --- 6 + 7 + This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) 8 + 9 + You can find the source code for Minima at GitHub: 10 + [jekyll][jekyll-organization] / 11 + [minima](https://github.com/jekyll/minima) 12 + 13 + You can find the source code for Jekyll at GitHub: 14 + [jekyll][jekyll-organization] / 15 + [jekyll](https://github.com/jekyll/jekyll) 16 + 17 + 18 + [jekyll-organization]: https://github.com/jekyll
+6
index.markdown
··· 1 + --- 2 + # Feel free to add content and custom Front Matter to this file. 3 + # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults 4 + 5 + layout: home 6 + ---