From 36ae7b94e1ac1170bac168171ba888b358c00828 Mon Sep 17 00:00:00 2001 From: Charmgil Hong Date: Tue, 17 Sep 2024 14:57:31 +0900 Subject: [PATCH] modified: _config.yml modified: _includes/navigation.html modified: pages/projects.html --- _config.yml | 14 ++++++-------- _includes/navigation.html | 4 +++- pages/projects.html | 26 ++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 9 deletions(-) diff --git a/_config.yml b/_config.yml index 2909252..2932af3 100644 --- a/_config.yml +++ b/_config.yml @@ -1,16 +1,14 @@ # Site settings -title: -email: +title: "HAIL: Handong Artificial Intelligence Laboratory" +email: "charmgil@handong.edu" description: > # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. + Handong Artificial Intelligence Lab (HAIL) is a research group at Handong Global University, dedicated to advancing artificial intelligence and machine learning technologies to address real-world challenges across various industries. baseurl: "" # the subpath of your site, e.g. /blog/ -url: "" # the base hostname & protocol for your site +url: "hail.handong.edu" # the base hostname & protocol for your site # User setting -owner: -email: +owner: "Charmgil Hong" +email: "charmgil@handong.edu" facebook_username: twitter_username: github_username: "nth221" diff --git a/_includes/navigation.html b/_includes/navigation.html index 5656a71..dcdb91f 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -3,11 +3,13 @@