-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
31 lines (29 loc) · 808 Bytes
/
mkdocs.yaml
File metadata and controls
31 lines (29 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
site_description: Setup a developer machine in a single command (Cross Platform)
site_name: DevInstall.com
repo_name: saul-salazar-dotcom/devinstall.com
repo_name_short: github/DevInstall.com
repo_url: https://github.com/saul-salazar-dotcom/devinstall.com
site_url: https://www.devinstall.com/
copyright: Powered by Open Source Software. Logo and Favicon by <a href="https://icons8.com">icons8</a>.
nav:
- Home: index.md
theme:
name: simple-blog
favicon: assets/favicon.png
logo: assets/favicon.png
theme_style: white
site_name_style: normal
title_style: bold
highlightjs: false
custom_dir: custom_theme
colors:
text: black
title: black
primary: black
background: white
components:
site_name: true
title: true
menu: true
preview: true
footer: true