You've already forked dasharo-website
mirror of
https://github.com/Dasharo/dasharo-website.git
synced 2026-03-06 14:53:28 -08:00
e88f7ba924
Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
49 lines
1.8 KiB
TOML
Executable File
49 lines
1.8 KiB
TOML
Executable File
#################### default parameters ################################
|
|
# favicon
|
|
favicon = "images/icons/favicon.png"
|
|
# logo
|
|
logo = "images/logo/dasharo-logo.png"
|
|
brand_name = "images/logo/dasharo-header.png"
|
|
# logo text will only show when logo is missing.
|
|
logo_text = "Dasharo"
|
|
# purgeCSS
|
|
purge_css = false
|
|
# google tag manager, see https://developers.google.com/tag-manager/
|
|
google_tag_manager = "G-CK3BQWWCHQ" # example: G-XXXXXXXXXX
|
|
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
|
|
custom_script = ""
|
|
# copyright
|
|
theme_copyright = false
|
|
copyright = "[3mdeb](https://3mdeb.com/) | All rights reserved."
|
|
|
|
# seo meta data for OpenGraph / Twitter Card
|
|
[metadata]
|
|
keywords = ["coreboot", "BIOS", "UEFI", "firmware", "open-source"]
|
|
description = "Open-source firmware distribution focusing on clean and simple code, long-term maintenance, transparent validation, privacy-respecting implementation, liberty for the owners, and trustworthiness for all."
|
|
author = "Dasharo"
|
|
image = "images/favicon.png"
|
|
|
|
# Subscription
|
|
[subscription]
|
|
enable = false
|
|
# mailchimp subsciption
|
|
mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
|
|
mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # replace this code with yours
|
|
|
|
############################# social site ########################
|
|
|
|
[[social]]
|
|
title = "twitter"
|
|
icon = "fab fa-twitter"
|
|
link = "https://twitter.com/Dasharo_com"
|
|
|
|
[[social]]
|
|
title = "instagram"
|
|
icon = "fab fa-youtube"
|
|
link = "https://www.youtube.com/channel/UCTYvdwdFZ7NAtGK_XRvelaw"
|
|
|
|
[[social]]
|
|
title = "github"
|
|
icon = "fab fa-reddit"
|
|
link = "https://www.reddit.com/r/dasharo/"
|