Skip to content

Commit

Permalink
Merge pull request #1 from Jwaminju/main
Browse files Browse the repository at this point in the history
✨ Add site title in menu navigation
  • Loading branch information
heuristicwave authored Sep 19, 2024
2 parents 3ba2dae + 67f6614 commit 96d04db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
29 changes: 12 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@ GEM
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.0-x64-mingw-ucrt)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x64-unknown)
forwardable-extended (2.6.0)
google-protobuf (4.28.0-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -39,8 +36,8 @@ GEM
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
Expand All @@ -58,28 +55,27 @@ GEM
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
rake (13.2.1)
public_suffix (5.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.7)
rouge (4.3.0)
rouge (3.30.0)
safe_yaml (1.0.5)
sass-embedded (1.78.0-x64-mingw-ucrt)
google-protobuf (~> 4.27)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
wdm (0.2.0)
webrick (1.8.1)

PLATFORMS
x64-mingw-ucrt
arm64-darwin-23
x64-unknown

DEPENDENCIES
jekyll-archives
Expand All @@ -89,7 +85,6 @@ DEPENDENCIES
jekyll-sitemap
tzinfo
tzinfo-data
wdm (>= 0.1.0)

BUNDLED WITH
2.5.18
2.4.22
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
{% else %}
<span class="d-none d-md-inline-block">{{ site.title }}</span>
{% endif %}

<span class="font-weight-bold serif-font">Hugging Face KREW Blog</span>
</a>

<button
Expand Down

0 comments on commit 96d04db

Please sign in to comment.