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