Skip to content

Commit

Permalink
Create exploreukConfig.js
Browse files Browse the repository at this point in the history
New config for ExploreUK
  • Loading branch information
libmanuk authored Aug 21, 2024
1 parent fd93cfc commit a4d1b75
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions js/config/sites/exploreuk/exploreukConfig.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
export default {
hdr_simple: 1,
include: 1,
hdr_srch_include: 0,
hdr_width: 100,
hdr_alert_include: 1,
hdr_alert_title: "Scheduled Service Disruption",
hdr_alert_msg:
"The site will be offline for scheduled maintenance on YYYY-MM-DD.",
hdr_alert_url_label: "More information",
hdr_alert_url: "https://google.com",
home_label: "ExploreUK",
home_url: "https://exploreuk.uky.edu/",
custom_logo: false,
image_path: "./js/config/sites/exploreuk/logo.png",
bases: [
{
label: "home",
},
{
title: "About",
label: "link1",
children: [
{
title: "About ExploreUK",
label: "link1Child1",
url: "https://exploreuk.uky.edu/about",
},
],
},
{
title: "How to",
label: "link2",
children: [
{
title: "Activate your Researcher Account",
label: "link2Child1",
url: "https://libguides.uky.edu/SCRCaccount",
},
{
title: "Request Materials",
label: "link2Child2",
url: "https://libguides.uky.edu/SCRCaccount/archivesrequests",
},
{
title: "Visit SCRC",
label: "link2Child3",
url: "https://libraries.uky.edu/locations/special-collections-research-center",
},
{
title: "Find Copyright and Use Information",
label: "link2Child4",
url: "https://exploreuk.uky.edu/takedown-policy",
},
],
},
{
title: "Contact Us",
label: "link5",
url: "https://libraries.uky.edu/ContactSCRC",
},
{
title: "Researcher Account Login",
label: "link6",
url: "https://requests-libraries.uky.edu/logon",
},
],
};

0 comments on commit a4d1b75

Please sign in to comment.