From 33d1dd6401a48d52bbf3dd5b0f743d579da121ed Mon Sep 17 00:00:00 2001 From: Ahnaf Tahmid Chowdhury Date: Thu, 14 Mar 2024 03:13:46 +0600 Subject: [PATCH] add dynamic page description --- _layouts/base.html | 10 ++++------ community/events.md | 5 +++++ community/people.md | 4 ++++ index.html | 5 +++++ manual/about.md | 6 ++++++ 5 files changed, 24 insertions(+), 6 deletions(-) diff --git a/_layouts/base.html b/_layouts/base.html index fe8432f..de5995c 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -12,12 +12,10 @@ - - + {% if page.description %} + + {% endif %} + diff --git a/community/events.md b/community/events.md index 514688c..748a350 100644 --- a/community/events.md +++ b/community/events.md @@ -2,6 +2,11 @@ layout: page id: about title: Events +description: >- + Discover and engage with the latest happenings in nuclear technology. + Get comprehensive details about each event, including schedules, venues, + speakers, and more. Stay connected with the global nuclear community and + join us in shaping the future of nuclear science and engineering. permalink: /events --- diff --git a/community/people.md b/community/people.md index ce7f368..4f1564c 100644 --- a/community/people.md +++ b/community/people.md @@ -2,6 +2,10 @@ layout: page id: people title: People +description: >- + Meet the passionate individuals behind NukeHub. Discover the Executive Council + members who guide our mission in advancing nuclear technology, + their roles, affiliations, and ways to connect with them. permalink: /people --- {% for obj in site.data.people %} diff --git a/index.html b/index.html index c74dfab..29b6be7 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,11 @@ --- layout: base title: Home +description: >- + Nukehub is a pioneering platform dedicated to the exploration and + advancement of nuclear technology. Our mission is to foster a community + of innovators, enthusiasts, and professionals who are passionate about + nuclear technology. permalink: / --- diff --git a/manual/about.md b/manual/about.md index 0bd1c5a..6759280 100644 --- a/manual/about.md +++ b/manual/about.md @@ -2,6 +2,12 @@ layout: page id: about title: About +description: >- + NukeHub was born out of a shared enthusiasm for nuclear science and engineering. + We recognized the need for a dedicated platform where individuals from various + backgrounds could come together to explore, learn, and collaborate on projects + related to nuclear technology. With a vision of making nuclear knowledge + accessible and promoting innovation in this field, NukeHub was founded in 2023. permalink: /about ---