Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
Nealium104 committed Oct 9, 2024
2 parents f47adf9 + ddbeff5 commit a3e3b48
Show file tree
Hide file tree
Showing 12 changed files with 626 additions and 88 deletions.
84 changes: 84 additions & 0 deletions js/config/sites/atlas/atlasConfig.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
export default {
hdr_simple: 1,
include: 0,
hdr_srch_include: 0,
hdr_width: 80,
hdr_alert_include: 0,
hdr_alert_title: "Scheduled Service Interruption",
hdr_alert_msg:
"The Linguistic Atlas Project will be offline for scheduled maintenance on YYYY-MM-DD from 0:00 - 0:00.",
hdr_alert_url_label: "",
hdr_alert_url: "",
home_label: "Linguistic Atlas Project",
home_url: "https://linguisticatlasproject.org/",
custom_logo: false,
image_path: "",
image_path_fallback: "",
bases: [
{
label: "home",
},
{
title: "Stuff 1",
label: "link1",
children: [
{
title: "child stuff 1",
label: "link1Child1",
url: "",
},
{
title: "child stuff 2",
label: "link1Child2",
url: "",
},
{
title: "child stuff 3",
label: "link1Child3",
url: "",
},
],
},
{
title: "Stuff 2",
label: "link2",
children: [
{
title: "child stuff 1",
label: "link2Child1",
url: "",
},
{
title: "child stuff 2",
label: "link2Child2",
url: "",
},
{
title: "child stuff 3",
label: "link2Child3",
url: "",
},
],
},
{
title: "Stuff 3",
label: "link3",
url: "",
},
{
title: "Stuff 4",
label: "link4",
url: "",
},
{
title: "Stuff 5",
label: "link5",
url: "",
},
{
title: "Stuff 6",
label: "link6",
url: "",
},
],
};
50 changes: 50 additions & 0 deletions js/config/sites/atoz/atozConfig.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
export default {
hdr_simple: 0,
include: 1,
hdr_srch_include: 1,
hdr_width: 100,
hdr_alert_include: 0,
hdr_alert_title: "Important Notice",
hdr_alert_msg:
"We are currently experiencing login issues with some databases.",
hdr_alert_url_label: "",
hdr_alert_url: "",
home_label: "Research Guides",
home_url: "https://libguides.uky.edu/az.php",
custom_logo: false,
image_path: "",
image_path_fallback: "",
bases: [
{
label: "home",
},
{
title: "",
label: "link1",
},
{
title: "",
label: "link2",
},
{
title: "'How To' Guides",
label: "link3",
url: "https://libguides.uky.edu/How",
},
{
title: "Course Guides",
label: "link4",
url: "https://libguides.uky.edu/courseguides",
},
{
title: "",
label: "link5",
url: "",
},
{
title: "",
label: "link6",
url: "",
},
],
};
84 changes: 84 additions & 0 deletions js/config/sites/infokat/infokatConfig.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
export default {
hdr_simple: 0,
include: 0,
hdr_srch_include: 0,
hdr_width: 110,
hdr_alert_include: 0,
hdr_alert_title: "Scheduled Service Interruption",
hdr_alert_msg:
"InfoKat will be offline for scheduled maintenance on YYYY-MM-DD from 0:00 - 0:00.",
hdr_alert_url_label: "",
hdr_alert_url: "",
home_label: "InfoKat",
home_url: "https://infokat.uky.edu",
custom_logo: false,
image_path: "",
image_path_fallback: "",
bases: [
{
label: "home",
},
{
title: "Stuff 1",
label: "link1",
children: [
{
title: "child stuff 1",
label: "link1Child1",
url: "",
},
{
title: "child stuff 2",
label: "link1Child2",
url: "",
},
{
title: "child stuff 3",
label: "link1Child3",
url: "",
},
],
},
{
title: "Stuff 2",
label: "link2",
children: [
{
title: "child stuff 1",
label: "link2Child1",
url: "",
},
{
title: "child stuff 2",
label: "link2Child2",
url: "",
},
{
title: "child stuff 3",
label: "link2Child3",
url: "",
},
],
},
{
title: "Stuff 3",
label: "link3",
url: "",
},
{
title: "Stuff 4",
label: "link4",
url: "",
},
{
title: "Stuff 5",
label: "link5",
url: "",
},
{
title: "Stuff 6",
label: "link6",
url: "",
},
],
};
84 changes: 84 additions & 0 deletions js/config/sites/lhl/lhlConfig.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
export default {
hdr_simple: 1,
include: 0,
hdr_srch_include: 0,
hdr_width: 110,
hdr_alert_include: 0,
hdr_alert_title: "Scheduled Service Interruption",
hdr_alert_msg:
"The Lexington Herald-Leader Photographs database will be offline for scheduled maintenance on YYYY-MM-DD from 0:00 - 0:00.",
hdr_alert_url_label: "",
hdr_alert_url: "",
home_label: "Lexington Herald-Leader Photographs",
home_url: "https://lhlphotoarchive.org/",
custom_logo: false,
image_path: "",
image_path_fallback: "",
bases: [
{
label: "home",
},
{
title: "Stuff 1",
label: "link1",
children: [
{
title: "child stuff 1",
label: "link1Child1",
url: "",
},
{
title: "child stuff 2",
label: "link1Child2",
url: "",
},
{
title: "child stuff 3",
label: "link1Child3",
url: "",
},
],
},
{
title: "Stuff 2",
label: "link2",
children: [
{
title: "child stuff 1",
label: "link2Child1",
url: "",
},
{
title: "child stuff 2",
label: "link2Child2",
url: "",
},
{
title: "child stuff 3",
label: "link2Child3",
url: "",
},
],
},
{
title: "Stuff 3",
label: "link3",
url: "",
},
{
title: "Stuff 4",
label: "link4",
url: "",
},
{
title: "Stuff 5",
label: "link5",
url: "",
},
{
title: "Stuff 6",
label: "link6",
url: "",
},
],
};
Loading

0 comments on commit a3e3b48

Please sign in to comment.