This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
/
mkdocs.yml
67 lines (59 loc) · 1.81 KB
/
mkdocs.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: Perú Consultas
site_url: https://giansalex.github.io/peru-consult
site_description: 'Perú Consultas · Información de DNI y RUC.'
site_author: 'Giancarlos Salas'
# Repository
repo_name: 'giansalex/peru-consult'
repo_url: 'https://github.com/giansalex/peru-consult'
nav:
- Inicio: index.md
- Dni: dni.md
- Ruc: ruc.md
- 'Usuario SOL': user-sol.md
# Configuration
theme:
name: 'material'
favicon: 'img/peru.png'
logo: 'img/peru.png'
include_search_page: false
search_index_only: true
static_templates:
- 404.html
language: 'es'
palette:
primary: 'Red'
accent: 'Amber'
extra_css:
- 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/themes/prism-okaidia.min.css'
- 'https://rawcdn.githack.com/markusressel/MkDocs-Material-Dark-Theme/7d9804adb85251a75696a3b24f7602e5df465e2a/docs/stylesheets/dark_theme.css'
- 'https://rawcdn.githack.com/markusressel/MkDocs-Material-Dark-Theme/7d9804adb85251a75696a3b24f7602e5df465e2a/docs/stylesheets/codehilite.css'
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/prism.min.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-markup-templating.min.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-php.min.js'
- 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.15.0/components/prism-json.min.js'
# Mkdocs material extras
extra:
social:
- icon: fontawesome/brands/github
link: 'https://github.com/giansalex'
author:
github: giansalex
disqus: 'peru-consult'
# Google Analytics
google_analytics:
- 'UA-90097417-4'
- 'auto'
plugins:
- search
- minify:
minify_html: true
# Extensions
markdown_extensions:
- admonition
- codehilite:
css_class: code
use_pygments: false
guess_lang: false
- toc:
permalink: true