The [extra] section of the config.toml files allows you to configure certains arts of the theme.
[]
= "Copyright 2021 - 2022"
# Every page CTA. At the bottom of every blog post we have a cta
= { = "Your 30 seconds away from trying us out", = "/blog", = "Sign Up" }
# On the footer we have a signup button and a call to action, set the text here
= { = "Sign up for our service", = "Get control of your secrets and add security.", = "/blog", = "Check it Out" }
# Where shall we point the sign in and sign up buttons.
= { = "/blog", = "/blog" }
# When running on localhost you can set the sign up and sign links to somewhere else.
= "http://localhost:1111"
= { = "/blog", = "/blog" }
# Information required by terms and privacy pages.
= "support@tech-startup.com"
= "71-75 Shelton Street, London, LND, WC2H 9JQ, United Kingdom"
# Social icons (shown on the footer)
= "https://github.com/purton-tech/tech-startup-theme"
= "https://twitter.com/ianpurton"
= "https://www.linkedin.com/in/ianpurton/"
= "/docs/getting-started/introduction/"
# Resources on the footer (LHS)
= [
{ = "Blog", = "/blog"},
{ = "Documentation", = "/docs/getting-started/introduction"},
{ = "FAQ", = "/blog"},
]
= [
{ = "Pricing", = "/pricing"},
{ = "Mission", = "/blog"},
{ = "Careers", = "/blog"},
]
= [
{ = "Pricing", = "/pricing"},
]
# Documentation sections
= [
{ = "Reference", = "reference"},
]