blackbirdchess-docker-dev/DOCUMENTATION/config.toml

88 lines
1.6 KiB
TOML
Raw Normal View History

baseurl = "https://laradock.io/"
languageCode = "en-us"
publishDir = "../docs"
2017-03-10 19:48:13 +01:00
title = "Laradock"
theme = "hugo-material-docs"
metadataformat = "yaml"
canonifyurls = true
uglyurls = true
# Enable Google Analytics by entering your tracking id
2017-02-23 04:19:03 +01:00
googleAnalytics = "UA-37514928-9"
[params]
# General information
author = "Mahmoud Zalt"
description = "Full PHP development environment for Docker."
copyright = ""
# Repository
2017-03-10 19:48:13 +01:00
provider = ""
repo_url = "https://github.com/laradock/laradock"
version = ""
2020-04-29 07:10:47 +02:00
logo = "images/favicons/ms-icon-310x310.png"
favicon = "images/favicons/favicon.ico"
permalink = "#"
# Custom assets
2019-08-12 21:46:34 +02:00
custom_css = ["custom-style.css"]
custom_js = []
# Syntax highlighting theme
highlight_css = ""
[params.palette]
2017-03-10 19:48:13 +01:00
primary = "deep-purple"
accent = "purple"
[params.font]
2017-02-23 04:19:03 +01:00
text = "Doctarine"
code = "Source Code Pro"
[social]
twitter = ""
2017-03-10 19:48:13 +01:00
github = "laradock/laradock"
email = "support@laradock.io"
# ------- MENU START -----------------------------------------
[[menu.main]]
2020-04-29 07:10:47 +02:00
name = "Introduction"
2017-02-23 05:08:54 +01:00
url = "introduction/"
2017-02-22 21:58:06 +01:00
weight = 1
[[menu.main]]
2020-04-29 07:10:47 +02:00
name = "Getting Started"
url = "getting-started/"
2017-02-22 21:58:06 +01:00
weight = 2
[[menu.main]]
2020-04-29 07:10:47 +02:00
name = "Documentation"
url = "documentation/"
2017-02-22 21:58:06 +01:00
weight = 3
[[menu.main]]
2020-04-29 07:10:47 +02:00
name = "Help & Questions"
url = "help/"
weight = 4
2017-04-14 10:43:26 +02:00
[[menu.main]]
2020-04-29 07:10:47 +02:00
name = "Related Projects"
2017-04-14 10:43:26 +02:00
url = "related-projects/"
weight = 5
2017-04-14 10:43:26 +02:00
[[menu.main]]
2020-04-29 07:10:47 +02:00
name = "Contributions"
url = "contributing/"
weight = 6
# ------- MENU END -----------------------------------------
[blackfriday]
2017-02-22 21:58:06 +01:00
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true
2017-02-23 03:35:05 +01:00