diff --git a/_pages/profiles.md b/_pages/profiles.md index 3e1d07d..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. @@ -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 --- 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" } }