From aa0fc8c95cf97c53b7daed0f05b64d2470308c05 Mon Sep 17 00:00:00 2001 From: wangfuquan0905 Date: Tue, 28 Oct 2025 21:17:45 -0500 Subject: [PATCH 1/2] Add personal website to Fuquan Wang profile --- _pages/profiles.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_pages/profiles.md b/_pages/profiles.md index 3e1d07d..8d5b564 100644 --- a/_pages/profiles.md +++ b/_pages/profiles.md @@ -34,6 +34,8 @@ profiles: image: fuquan.jpg email: fuqwan49 at uic.edu links: + - icon: fas fa-globe + url: https://wangfuquan0905.github.io/ - icon: ai ai-google-scholar - url: https://scholar.google.com/citations?user=QVQbZPYAAAAJ&hl=zh-CN + url: https://scholar.google.com/citations?user=QVQbZPYAAAAJ&hl=en --- From 9ce5ae41fc9441659248fa65b483f8857fd783c8 Mon Sep 17 00:00:00 2001 From: wangfuquan0905 Date: Tue, 28 Oct 2025 21:36:52 -0500 Subject: [PATCH 2/2] chore: format with Prettier (Liquid plugin) --- _pages/profiles.md | 2 +- package-lock.json | 7 ++++--- package.json | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/_pages/profiles.md b/_pages/profiles.md index 8d5b564..c0b200e 100644 --- a/_pages/profiles.md +++ b/_pages/profiles.md @@ -1,5 +1,5 @@ --- -layout: people-grid # <- we'll create this layout in the next step +layout: people-grid # <- we'll create this layout in the next step permalink: /people/ title: people description: Members of the ARL. diff --git a/package-lock.json b/package-lock.json index 4327cd9..312f6ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "al-folio", + "name": "Adaptive-Robotics-Lab.github.io", "lockfileVersion": 3, "requires": true, "packages": { "": { "devDependencies": { - "@shopify/prettier-plugin-liquid": "1.4.0", - "prettier": "3.1.1" + "@shopify/prettier-plugin-liquid": "^1.4.0", + "prettier": "^3.1.1" } }, "node_modules/@shopify/liquid-html-parser": { @@ -88,6 +88,7 @@ "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", "dev": true, "license": "MIT", + "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, diff --git a/package.json b/package.json index dc4c51a..7374b3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@shopify/prettier-plugin-liquid": "1.4.0", - "prettier": "3.1.1" + "@shopify/prettier-plugin-liquid": "^1.4.0", + "prettier": "^3.1.1" } }