Skip to content

Commit

Permalink
cleaned up project blog page
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik-Nagpal authored Aug 6, 2024
1 parent c0860d1 commit 7c2052f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,16 +122,16 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
# Blog
# -----------------------------------------------------------------------------

blog_name: ICON Lab # blog_name will be displayed in your blog page
blog_description: The Berkeley Intelligent Control (ICON) Lab
blog_name: ICON Lab Projects # blog_name will be displayed in your blog page
blog_description: Notable projects by the Berkeley Intelligent Control (ICON) Lab
permalink: /blog/:year/:title/

# Pagination
pagination:
enabled: true

related_blog_posts:
enabled: true
enabled: false
max_related: 5

# Giscus comments (RECOMMENDED)
Expand Down Expand Up @@ -275,8 +275,8 @@ jekyll-archives:
tag: "/blog/tag/:name/"
category: "/blog/category/:name/"

display_tags: ["formatting", "images", "links", "math", "code"] # these tags will be displayed on the front page of your blog
display_categories: ["blockquotes"] # these categories will be displayed on the front page of your blog
display_tags: # these tags will be displayed on the front page of your blog
display_categories: # these categories will be displayed on the front page of your blog

# -----------------------------------------------------------------------------
# Jekyll Scholar
Expand Down
4 changes: 2 additions & 2 deletions _pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ pagination:
{% endfor %}
{% endif %}

{% if categories != "" %}
<!-- {% if categories != "" %}
&nbsp; &middot; &nbsp;
{% for category in post.categories %}
<a href="{{ category | slugify | prepend: '/blog/category/' | prepend: site.baseurl}}">
<i class="fa-solid fa-tag fa-sm"></i> {{ category }}</a> &nbsp;
{% endfor %}
{% endif %}
{% endif %} -->
</p>
</li>
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-07-24-POLICEd-CDC.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Learning to Provably Satisfy High Relative Degree Constraints for Black-Box Systems
date: 2024-07-24 12:20:00
description: A Page describing our recent CDC Paper
description: A page describing our recent CDC Paper
tags: CDC, Safe RL, Constraints Satisfaction, Black-Box Systems, POLICEd-RL
categories: paper-posts
---
Expand Down

0 comments on commit 7c2052f

Please sign in to comment.