mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-13 21:32:23 +00:00
133 lines
3.1 KiB
TOML
133 lines
3.1 KiB
TOML
baseURL = 'http://leighhack.org/'
|
|
languageCode = 'en-gb'
|
|
theme = 'lhs'
|
|
title = 'Leigh Hackspace'
|
|
enableRobotsTXT = true
|
|
|
|
[sitemap]
|
|
changeFreq = 'weekly'
|
|
filename = 'sitemap.xml'
|
|
priority = -1
|
|
|
|
[params]
|
|
company = "Leigh Hackspace CIC"
|
|
company_number = "09404083"
|
|
copyright_years = "2023"
|
|
description = "Leigh Hackspace is a hackspace located in the north-west of England."
|
|
|
|
[params.social]
|
|
twitter = 'leigh_hackspace'
|
|
|
|
# Header links
|
|
[menu]
|
|
[[menu.main]]
|
|
name = "About"
|
|
pageRef = "about"
|
|
|
|
[[menu.main]]
|
|
name = "Facilities"
|
|
pageRef = "facilities"
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
pageRef = "/blog"
|
|
|
|
[[menu.main]]
|
|
name = "Visit Us"
|
|
pageRef = "visit"
|
|
|
|
[[menu.main]]
|
|
name = "Events"
|
|
pageRef = "events"
|
|
|
|
# Social links
|
|
[[params.social_links]]
|
|
name = "twitter"
|
|
url = "https://twitter.com/leigh_hackspace"
|
|
icon = "fa-twitter"
|
|
|
|
[[params.social_links]]
|
|
name = "slack"
|
|
url = "https://join.slack.com/t/leighhack/shared_invite/enQtNDYzMjEyMDMxNDExLTE1MWY5N2IwMzdhMzQ0ZWFiNDkyNzJmMGM1ZmFkODcwMGM5ODFmYmI4MjhmM2JiMWEyY2E3NTRjMTQzMzljZWU"
|
|
icon = "fa-slack"
|
|
|
|
[[params.social_links]]
|
|
name = "github"
|
|
url = "https://github.com/leigh-hackspace"
|
|
icon = "fa-github-alt"
|
|
|
|
[[params.social_links]]
|
|
name = "instagram"
|
|
url = "https://www.instagram.com/leighhackspace"
|
|
icon = "fa-instagram"
|
|
|
|
[[params.social_links]]
|
|
name = "facebook"
|
|
url = "https://www.facebook.com/groups/leighhackspace/"
|
|
icon = "fa-facebook-square"
|
|
|
|
[[params.social_links]]
|
|
name = "discourse"
|
|
url = "https://discourse.leighhack.org"
|
|
icon = "fa-discourse"
|
|
|
|
[[params.social_links]]
|
|
name = "mastodon"
|
|
url = "https://mastodon.social/@leigh_hackspace"
|
|
icon = "fa-mastodon"
|
|
|
|
# Membership Levels
|
|
|
|
[[params.membership]]
|
|
name = "Member"
|
|
price = "24"
|
|
description = "Our standard membership that allows usage of the hackspace facilities."
|
|
link = "https://pay.gocardless.com/AL00024VQTCKBK"
|
|
|
|
[[params.membership]]
|
|
name = "Member+"
|
|
price = "30"
|
|
description = "Standard membership with an additional donation."
|
|
link = "https://pay.gocardless.com/AL00024VQW2FWQ"
|
|
|
|
[[params.membership]]
|
|
name = "Concession"
|
|
price = "18"
|
|
description = "A subsidised membership for pensioners, students, and low income earners."
|
|
link = "https://pay.gocardless.com/AL0002BMN4S3AX"
|
|
|
|
[[params.membership]]
|
|
name = "Family"
|
|
price = "40"
|
|
description = "A discounted family membership for two adults and two children."
|
|
link = "https://pay.gocardless.com/AL000637J3VZP7"
|
|
|
|
[[params.membership]]
|
|
name = "Day Pass"
|
|
price = "5"
|
|
period = "per day"
|
|
description = "Access to the hackspace's facilities for a day."
|
|
link = "mailto:info@leighhack.org?subject=Day%20Pass"
|
|
button = "Enquire"
|
|
|
|
[[params.membership]]
|
|
name = "Patron"
|
|
price = "5"
|
|
description = "Support the hackspace without being a member."
|
|
link = "https://pay.gocardless.com/AL000FDGN4Q6AC"
|
|
|
|
[[params.membership]]
|
|
name = "Business"
|
|
price = " POA"
|
|
description = "Access to the hackspace for a business or community group."
|
|
link = "mailto:info@leighhack.org?subject=Corporate%20Membership"
|
|
button = "Enquire"
|
|
|
|
[[params.membership]]
|
|
name = "Creator Pod"
|
|
price = " POA"
|
|
period = "per month"
|
|
description = "An enhanced membership which includes a dedicated space for your personal use."
|
|
link = "mailto:info@leighhack.org?subject=Artist%20Pod%20Lease"
|
|
button = "Enquire"
|