Skip to content

Commit

Permalink
fix cv and research formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmagg committed May 14, 2024
1 parent da77630 commit 814ebd7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _pages/cv.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: cv
layout: default
permalink: /cv/
title: cv
nav: true
Expand Down
2 changes: 1 addition & 1 deletion _pages/dropdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ nav_order: 6
dropdown: true
children:
- title: research
permalink: /researc/
permalink: /research/
- title: divider
- title: projects
permalink: /projects/
Expand Down
6 changes: 3 additions & 3 deletions _pages/research.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ nav: true
nav_order: 1
---
<!-- _pages/research.md -->
<div class="research">
<div class="publications">

<h2 class="Journal & Conference Papers">{{ "Journal & Conference Papers" }}</h2>
{% bibliography -f papers -q @*[keywords={{ "J" }}]* %}
{% bibliography -f papers -q @*[keywords={{ J }}]* %}

<h2 class="Contributed Talks">{{ "Contributed Talks" }}</h2>
{% bibliography -f papers -q @*[keywords={{ "T" }}]* %}
{% bibliography -f papers -q @*[keywords={{ T }}]* %}

</div>
4 changes: 2 additions & 2 deletions _sass/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
--global-code-bg-color: #{$code-bg-color-light};
--global-text-color: #{$black-color};
--global-text-color-light: #{$grey-color};
--global-theme-color: #{$purple-color};
--global-hover-color: #{$purple-color};
--global-theme-color: #{$blue-color};
--global-hover-color: #{$blue-color};
--global-footer-bg-color: #{$grey-color-dark};
--global-footer-text-color: #{$grey-color-light};
--global-footer-link-color: #{$white-color};
Expand Down

0 comments on commit 814ebd7

Please sign in to comment.