Skip to content

Commit

Permalink
Update website with different mlsys logo
Browse files Browse the repository at this point in the history
  • Loading branch information
vikranth22446 committed Jun 3, 2024
1 parent cc12d68 commit 10bf065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ pluralizelisttitles = false # removes the automatically appended "s" on sideba

[params]
brand = "MLSys @ WukLab" # name of your site - appears in the sidebar
brand_image = "/images/wukong-sysml.webp" # path to the image shown in the sidebar
brand_image = "/images/mlsys-wuklab.png" # path to the image shown in the sidebar
description = "Building next-generation AI/ML and systems that are efficient, scalable, and reliable." # Used as default meta description if not specified in front matter
dark_mode = true # optional - defaults to false
favicon = "/images/wukong-sysml.webp" # path to favicon (defaults to favicon.png)
favicon = "/images/mlsys-wuklab.png" # path to favicon (defaults to favicon.png)

# MENU PLACEHOLDER
# Menu dict keys:
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/sidebar/title.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="sidebar-about">
<div class="">
<h1 class="brand">
{{ if .Site.Params.remote_brand_image }}
<a href="{{ .Site.BaseURL }}">
Expand Down

0 comments on commit 10bf065

Please sign in to comment.