blackbirdchess-docker-dev/docs/_settings/config.toml

91 lines
1.5 KiB
TOML
Raw Normal View History

baseurl = "http://laradock.io/"
languageCode = "en-us"
publishDir = "../"
title = "Laradock Docs"
theme = "hugo-material-docs"
metadataformat = "yaml"
canonifyurls = true
# Enable Google Analytics by entering your tracking id
googleAnalytics = ""
[params]
# General information
author = "Mahmoud Zalt"
description = "Laradock documentations."
copyright = ""
# Repository
provider = "GitHub"
repo_url = "https://github.com/laradock/laradock"
version = ""
logo = "images/logo.png"
favicon = ""
permalink = "#"
# Custom assets
custom_css = []
custom_js = []
# Syntax highlighting theme
highlight_css = ""
[params.palette]
primary = "red"
accent = "teal"
[params.font]
text = "Ubuntu"
code = "Ubuntu Mono"
[social]
twitter = ""
github = "laradock"
email = ""
# ------- MENU START -----------------------------------------
[[menu.main]]
2017-02-22 21:58:06 +01:00
name = "Overview"
url = "/"
2017-02-22 21:58:06 +01:00
weight = 1
[[menu.main]]
2017-02-22 21:58:06 +01:00
name = "Getting Started"
url = "getting-started/"
2017-02-22 21:58:06 +01:00
weight = 2
[[menu.main]]
name = "Documentation"
url = "documentation/"
2017-02-22 21:58:06 +01:00
weight = 3
[[menu.main]]
name = "Related Projects"
url = "related-projects/"
2017-02-22 21:58:06 +01:00
weight = 4
[[menu.main]]
name = "Help & Questions"
url = "help/"
2017-02-22 21:58:06 +01:00
weight = 5
[[menu.main]]
name = "Contributing"
url = "contributing/"
2017-02-22 21:58:06 +01:00
weight = 6
[[menu.main]]
name = "License"
url = "license/"
2017-02-22 21:58:06 +01:00
weight = 7
# ------- MENU END -----------------------------------------
[blackfriday]
2017-02-22 21:58:06 +01:00
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true