Skip to content

Commit

Permalink
Add stars to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliykmetyuk committed Sep 1, 2023
1 parent e59d14e commit 3983b9f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
24 changes: 17 additions & 7 deletions _data/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
logo: /resources/img/scala-js-dark.png
web: https://github.com/scala-js/scala-js
github: https://github.com/scala-js/scala-js
stars: 4.5k
origin: null
contributors:
- sjrd
Expand All @@ -19,6 +20,7 @@
force_name_display: true
web: https://github.com/scala-native/scala-native
github: https://github.com/scala-native/scala-native
stars: 4.3k
origin: null
contributors:
- ergys
Expand Down Expand Up @@ -101,8 +103,9 @@
projects:
- name: Scaladex
logo: /resources/img/scaladex-dark.png
web: https://github.com/scalacenter/scaladex
web: https://index.scala-lang.org/
github: https://github.com/scalacenter/scaladex
stars: 189
origin: null
contributors:
- guillaume
Expand All @@ -128,8 +131,9 @@
- name: Metals
logo: /resources/img/[email protected]
invert_logo_colors: true
web: https://github.com/scalameta/metals
web: https://scalameta.org/metals/
github: https://github.com/scalameta/metals
stars: 1.9k
origin: null
contributors:
- Olafur Geirsson
Expand All @@ -145,8 +149,9 @@
start_year: 2017
end_year: null
- name: scalameta
web: https://github.com/scalameta/scalameta
web: http://scalameta.org/
github: https://github.com/scalameta/scalameta
stars: 1.1k
origin: null
contributors:
- Eugene Burmako
Expand All @@ -159,8 +164,9 @@
- name: Scalafix
logo: /resources/img/[email protected]
invert_logo_colors: true
web: https://github.com/scalacenter/scalafix
web: https://scalacenter.github.io/scalafix/
github: https://github.com/scalacenter/scalafix
stars: 700+
origin: null
contributors:
- Olafur Geirsson
Expand All @@ -175,8 +181,9 @@
- name: Scastie
logo: /resources/img/scastie.png
invert_logo_colors: true
web: https://github.com/ScalaCenter/scastie
web: https://scastie.scala-lang.org/
github: https://github.com/ScalaCenter/scastie
stars: 400+
origin: null
contributors:
- OlegYch
Expand All @@ -190,8 +197,9 @@
start_year: 2016
end_year: 2017
- name: scalajs-bundler
web: https://github.com/scalacenter/scalajs-bundler
web: https://scalacenter.github.io/scalajs-bundler
github: https://github.com/scalacenter/scalajs-bundler
stars: 200+
origin: null
contributors: [sjrd, julien]
process: false
Expand All @@ -214,8 +222,9 @@
- name: bloop
logo: /records/first-five-years/img/logos/logo-bloop.png
force_name_display: true
web: https://github.com/scalacenter/bloop
web: https://scalacenter.github.io/bloop/
github: https://github.com/scalacenter/bloop
stars: 800+
origin: null
contributors:
- jorge
Expand Down Expand Up @@ -252,6 +261,7 @@
- name: sbt-missinglink
web: https://github.com/scalacenter/sbt-missinglink
github: https://github.com/scalacenter/sbt-missinglink
stars: 100+
origin: null
contributors:
- alexandre
Expand Down
3 changes: 3 additions & 0 deletions _includes/project-block.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ <h3>{{ project.name }}</h3>
{% if project.origin %}
<a href="{{ project.origin }}" target="_blank"><i class="fa fa-eye"></i></a>
{% endif %}
{% if project.stars %}
<a href="{{ project.github }}" target="_blank"><i class="fa fa-star"></i> {{ project.stars }}</a>
{% endif %}
</div>
</div>
<div class="clearfix"></div>
Expand Down

0 comments on commit 3983b9f

Please sign in to comment.