Skip to content

Commit

Permalink
feat(sidebar): add featured tags
Browse files Browse the repository at this point in the history
add featured tags
  • Loading branch information
maltequast committed Jun 10, 2022
1 parent 0f057ed commit c63012e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ kramdown:

# Sidebar settings
sidebar: true # whether or not using Sidebar.
sidebar-about-description: "Data Scientist on the way to automate ML"
sidebar-about-description: "Data Scientist thrilled to automate ML"
sidebar-avatar: https://avatars.githubusercontent.com/u/40795540?s=400&u=61b6b9370a6d0c1b9bd11eaa47ce8a1ec4c51d8c&v=4 # use absolute URL, seeing it's used in both `/` and `/about/`



# Featured Tags
featured-tags: false # whether or not using Feature-Tags
featured-tags: true # whether or not using Feature-Tags
featured-condition-size: 1 # A tag will be featured if the size of it is more than this condition value


Expand Down

0 comments on commit c63012e

Please sign in to comment.