Skip to content

Commit

Permalink
Adding aux pages
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveBathnes committed Sep 17, 2024
1 parent c677337 commit 9aca8bd
Show file tree
Hide file tree
Showing 10 changed files with 138 additions and 10 deletions.
12 changes: 11 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ heading_anchors: true
back_to_top: true
back_to_top_text: "Back to top"

gh_edit_link: false # show or hide edit this page link
gh_edit_link: false

callouts:
synopsis:
Expand All @@ -25,6 +25,16 @@ collections:
metatags:
output: true

aux_links:
Tags:
- /tags/
Privacy:
- /privacy/
Accessibility:
- /accessibility/
Analytics:
- /analytics/

just_the_docs:
collections:
metatags:
Expand Down
6 changes: 6 additions & 0 deletions _includes/footer_custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div id="wcb" class="carbonbadge"></div>
<script src="https://unpkg.com/[email protected]/b.min.js" defer></script>

{%- if site.footer_content -%}
<p class="text-small text-grey-dk-100 mb-0">{{ site.footer_content }}</p>
{%- endif -%}
5 changes: 5 additions & 0 deletions _layouts/analytics.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: default
---

{{ content }}
5 changes: 1 addition & 4 deletions _layouts/enhanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@

{{ content }}

{% include components/tags.html %}

<div id="wcb" class="carbonbadge"></div>
<script src="https://unpkg.com/[email protected]/b.min.js" defer></script>
{% include components/tags.html %}
8 changes: 8 additions & 0 deletions accessibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Accessibility
layout: enhanced
has_children: false
nav_exclude: true
---

# Accessibility
69 changes: 69 additions & 0 deletions admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,75 @@ collections:
default: true,
}

- label: "Structural pages"
name: "structure"
files:
- name: privacy
label: Privacy policy
file: privacy.md
create: false
fields:
- *TITLE
- *BODY
- *DEFAULT_LAYOUT
- {
label: "Has children",
name: "has_children",
widget: "hidden",
default: false,
}
- {
label: "Exclude from nav",
name: "nav_exclude",
widget: "hidden",
default: true,
}
- name: accessibility
label: Accessibility statement
file: accessibility.md
create: false
fields:
- *TITLE
- *BODY
- *DEFAULT_LAYOUT
- {
label: "Has children",
name: "has_children",
widget: "hidden",
default: false,
}
- {
label: "Exclude from nav",
name: "nav_exclude",
widget: "hidden",
default: true,
}
- name: analytics
label: Analytics
file: analytics.md
create: false
fields:
- *TITLE
- *BODY
- {
label: "Layout",
name: "layout",
widget: "hidden",
default: "analytics",
}
- {
label: "Has children",
name: "has_children",
widget: "hidden",
default: false,
}
- {
label: "Exclude from nav",
name: "nav_exclude",
widget: "hidden",
default: true,
}

- label: "Title pages"
name: "pages"
files:
Expand Down
8 changes: 8 additions & 0 deletions analytics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Analytics
layout: analytics
has_children: false
nav_exclude: true
---

# Analytics
11 changes: 6 additions & 5 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ has_children: false
nav_exclude: true
published: true
---

![A text logo for Higher Education Library Technology](/assets/images/logo-no-background.svg)

## Our purpose
Expand All @@ -26,11 +27,11 @@ HELibTech is a **community resource.** The strength of our site is in drawing to

We welcome the following contributions:

* Proposals for new topics not currently covered
* Corrections / edits / enhancements to existing pages - if you spot something wrong or feel you can improve please tell us!
* Feature articles on initiatives from your institution or your experience of working with particular technologies
* Product reviews and tips articles on using particular solutions
* News items including promoting relevant events.
- Proposals for new topics not currently covered
- Corrections / edits / enhancements to existing pages - if you spot something wrong or feel you can improve please tell us!
- Feature articles on initiatives from your institution or your experience of working with particular technologies
- Product reviews and tips articles on using particular solutions
- News items including promoting relevant events.

Whatever your role either working in libraries or if you work for a technology supplier we would be keen to here from you.

Expand Down
18 changes: 18 additions & 0 deletions privacy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Privacy policy
layout: enhanced
has_children: false
nav_exclude: true
---

# Privacy Policy

This site is designed to provide users with information about library technology, and not to collect personal data. The following is some information about how we handle data on this site.

## Cookies

This site does not use cookies to track users or collect personal data. However, some third-party services may use cookies for their own purposes. We recommend reviewing the privacy policies of any third-party services you use. The site retrieves data from Google Sheets in order to populate table content (such as the Product Directory) and calls to the Website Carton Calculator API for displaying web page carbon footprint estimates.

## Hosting

The site is hosted using [Netlify](https://www.netlify.com/), which may collect data as described in their [privacy policy](https://www.netlify.com/privacy/). We recommend reviewing their privacy policy for more information.
6 changes: 6 additions & 0 deletions tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ layout: browse_tags
has_children: false
nav_exclude: true
---

# Browse site metatags

This page lists all the metatags used across the site. Metatags are used to categorize content and improve searchability. Select a tag to see all related content.

From any page on this site you can see the tags associated with that page. Selecting any tag will bring you to this page to browse related content.

0 comments on commit 9aca8bd

Please sign in to comment.