File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
gem 'github-pages'
3
3
gem "webrick" , "~> 1.7"
4
+
5
+ # If you have any plugins, put them here!
6
+ group :jekyll_plugins do
7
+ gem 'jekyll-spaceship'
8
+ end
Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
# Name of your site (displayed in the header)
6
- name : ThirdKey.ai Research
6
+ name : ThirdKey Research
7
7
8
8
# Name of the author
9
9
author : ThirdKey
@@ -35,6 +35,7 @@ footer-links:
35
35
googleplus : # anything in your profile username that comes after plus.google.com/
36
36
playconsole :
37
37
mastodon : # <your-mastodon-instance>/@<your-user-name> eg. fosstodon.org/@username
38
+ huggingface : thirdkey
38
39
39
40
# Enter your Disqus shortname (not your username) to enable commenting on posts
40
41
# You can find your shortname on the Settings page of your Disqus account
@@ -87,6 +88,7 @@ plugins:
87
88
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
88
89
- jekyll-seo-tag
89
90
- jekyll-paginate
91
+ - jekyll-spaceship
90
92
91
93
include : ['_pages']
92
94
Original file line number Diff line number Diff line change 13
13
{% if site.footer-links.googleplus %}< a href ="https://plus.google.com/{{ site.footer-links.googleplus }} " target ="_blank "> < i class ="svg-icon googleplus "> </ i > </ a > {% endif %}
14
14
{% if site.footer-links.playconsole %}< a href ="https://play.google.com/store/apps/dev?id={{ site.footer-links.playconsole }} " target ="_blank "> < i class ="svg-icon playconsole "> </ i > </ a > {% endif %}
15
15
{% if site.footer-links.mastodon %}< a rel ="me " href ="https://{{ site.footer-links.mastodon }} " target ="_blank "> < i class ="svg-icon mastodon "> </ i > </ a > {% endif %}
16
+ {% if site.footer-links.huggingface %}< a href ="https://huggingface.co/{{ site.footer-links.huggingface }} " target ="_blank "> < i class ="svg-icon huggingface "> </ i > </ a > {% endif %}
You can’t perform that action at this time.
0 commit comments