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 11source "https://rubygems.org"
22gem 'github-pages'
33gem "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 33#
44
55# Name of your site (displayed in the header)
6- name : ThirdKey.ai Research
6+ name : ThirdKey Research
77
88# Name of the author
99author : ThirdKey
@@ -35,6 +35,7 @@ footer-links:
3535 googleplus : # anything in your profile username that comes after plus.google.com/
3636 playconsole :
3737 mastodon : # <your-mastodon-instance>/@<your-user-name> eg. fosstodon.org/@username
38+ huggingface : thirdkey
3839
3940# Enter your Disqus shortname (not your username) to enable commenting on posts
4041# You can find your shortname on the Settings page of your Disqus account
@@ -87,6 +88,7 @@ plugins:
8788 - jekyll-feed # Create an Atom feed using the official Jekyll feed gem
8889 - jekyll-seo-tag
8990 - jekyll-paginate
91+ - jekyll-spaceship
9092
9193include : ['_pages']
9294
Original file line number Diff line number Diff line change 1313{% 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 %}
1414{% 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 %}
1515{% 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