From a79caeb5eed0b4468a97dc2ce270abc4fa9d1f6f Mon Sep 17 00:00:00 2001 From: Wu-Jung Lee Date: Sun, 3 Nov 2024 09:58:00 -0800 Subject: [PATCH] fix order and change type --- config/_default/menus.toml | 2 +- content/home/contact.md | 3 +-- content/home/misc.md | 2 +- content/misc/_index.md | 2 +- content/misc/coc/index.md | 4 ++-- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/config/_default/menus.toml b/config/_default/menus.toml index fbc6a7dc10d..c4daa575e94 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -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. diff --git a/content/home/contact.md b/content/home/contact.md index 1e0dba97ae2..3d02f4e686f 100644 --- a/content/home/contact.md +++ b/content/home/contact.md @@ -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 = "" @@ -17,4 +17,3 @@ autolink = true # 2: formspree.io email_form = 0 +++ - diff --git a/content/home/misc.md b/content/home/misc.md index db86e3e7cb4..3265cb02a7c 100644 --- a/content/home/misc.md +++ b/content/home/misc.md @@ -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 = "" diff --git a/content/misc/_index.md b/content/misc/_index.md index 681944e18e4..e25b548313f 100644 --- a/content/misc/_index.md +++ b/content/misc/_index.md @@ -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: diff --git a/content/misc/coc/index.md b/content/misc/coc/index.md index 61ee506a238..16c6638d68a 100644 --- a/content/misc/coc/index.md +++ b/content/misc/coc/index.md @@ -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."