Skip to content

Commit

Permalink
fix order and change type
Browse files Browse the repository at this point in the history
  • Loading branch information
leewujung committed Nov 3, 2024
1 parent 4bd9e27 commit a79caeb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
[[main]]
name = "Contact"
url = "#contact"
weight = 90
weight = 1000

# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
Expand Down
3 changes: 1 addition & 2 deletions content/home/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
widget = "contact" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 80 # Order that this section will appear.
weight = 1000 # Order that this section will appear.

title = "Contact"
subtitle = ""
Expand All @@ -17,4 +17,3 @@ autolink = true
# 2: formspree.io
email_form = 0
+++

2 changes: 1 addition & 1 deletion content/home/misc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 100 # Order that this section will appear.
weight = 80 # Order that this section will appear.

title = "Group"
subtitle = ""
Expand Down
2 changes: 1 addition & 1 deletion content/misc/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Our values
# 1 = List
# 2 = Compact
# 3 = Card
view: 3
view: 2

# Optional header image (relative to `static/img/` folder).
header:
Expand Down
4 changes: 2 additions & 2 deletions content/misc/coc/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
# Documentation: https://sourcethemes.com/academic/docs/managing-content/
title: "Code of Conduct & What we value"
date: 2023-10-03T00:00:00-08:00
date: 2024-09-29
authors:
slug: 2023-10-coc-values
slug: coc
draft: false
tags:
summary: "We review and discuss the code of conduct and what we value as a group regularly, as reminder and inspiration for ourselves."
Expand Down

0 comments on commit a79caeb

Please sign in to comment.