Skip to content

Commit 90456eb

Browse files
committed
add mermaid support
1 parent 3d19b89 commit 90456eb

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

blog/Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
source "https://rubygems.org"
22
gem 'github-pages'
33
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

blog/_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
99
author: 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

9193
include: ['_pages']
9294

blog/_includes/svg-icons.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
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 %}

0 commit comments

Comments
 (0)