laradock/DOCUMENTATION/config.toml

97 lines
1.6 KiB
TOML
Raw Normal View History

baseurl = "http://laradock.io/"
languageCode = "en-us"
publishDir = "../docs"
2017-03-11 02:48:13 +08:00
title = "Laradock"
theme = "hugo-material-docs"
metadataformat = "yaml"
canonifyurls = true
# Enable Google Analytics by entering your tracking id
2017-02-23 11:19:03 +08:00
googleAnalytics = "UA-37514928-9"
[params]
# General information
author = "Mahmoud Zalt"
description = "Laradock documentations."
copyright = ""
# Repository
2017-03-11 02:48:13 +08:00
provider = ""
repo_url = ""
version = ""
2017-04-15 05:58:10 +08:00
logo = "images/logo.png"
favicon = ""
permalink = "#"
# Custom assets
custom_css = []
custom_js = []
# Syntax highlighting theme
highlight_css = ""
[params.palette]
2017-03-11 02:48:13 +08:00
primary = "deep-purple"
accent = "purple"
[params.font]
2017-02-23 11:19:03 +08:00
text = "Doctarine"
code = "Source Code Pro"
[social]
twitter = ""
2017-03-11 02:48:13 +08:00
github = "laradock/laradock"
email = ""
# ------- MENU START -----------------------------------------
[[menu.main]]
2017-02-23 12:08:54 +08:00
name = "Introduction"
url = "introduction/"
2017-02-23 04:58:06 +08:00
weight = 1
[[menu.main]]
2017-02-23 04:58:06 +08:00
name = "Getting Started"
url = "getting-started/"
2017-02-23 04:58:06 +08:00
weight = 2
[[menu.main]]
name = "Documentation"
url = "documentation/"
2017-02-23 04:58:06 +08:00
weight = 3
[[menu.main]]
2017-04-14 16:43:26 +08:00
name = "Giudes"
url = "guides/"
2017-02-23 04:58:06 +08:00
weight = 4
[[menu.main]]
name = "Help & Questions"
url = "help/"
2017-02-23 04:58:06 +08:00
weight = 5
2017-04-14 16:43:26 +08:00
[[menu.main]]
name = "Related Projects"
url = "related-projects/"
weight = 6
[[menu.main]]
name = "Contributing"
url = "contributing/"
2017-04-14 16:43:26 +08:00
weight = 7
[[menu.main]]
name = "License"
url = "license/"
2017-04-14 16:43:26 +08:00
weight = 8
# ------- MENU END -----------------------------------------
[blackfriday]
2017-02-23 04:58:06 +08:00
smartypants = true
fractions = true
smartDashes = true
plainIDAnchors = true
2017-02-23 10:35:05 +08:00