forked from jpcarmona/generadormkdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
84 lines (71 loc) · 2.13 KB
/
Copy pathmkdocs.yml
File metadata and controls
84 lines (71 loc) · 2.13 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Información del proyecto
site_name: 'El Rincón Vacío'
site_description: 'El sitio de la informática'
site_author: 'Juan Pedro Carmona Romero'
site_url: 'https://jpcarmona.github.io/web/'
# Repositorio
repo_name: 'jpcarmona/generadormkdocs'
repo_url: 'https://github.com/jpcarmona/generadormkdocs'
#edit_uri: '?query=root/path/docs/blog/'
# ver urls
#use_directory_urls: false
# Copyright
copyright: '<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
<img alt="Licencia Creative Commons" style="border-width:0"
src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
<br />Esta obra está bajo una
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
Licencia Creative Commons Atribución 4.0 Internacional</a>'
google_analytics: ['UA-36723568-3', 'mkdocs.org']
# Configuración
theme:
name: 'material'
palette:
primary: 'red'
accent: 'red'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
logo: 'img/favicon.ico'
favicon: 'img/favicon.ico'
language: 'es'
feature:
tabs: true
# Configuración
extra:
search:
language: 'en, es'
social:
- type: 'github'
link: 'https://github.com/jpcarmona/'
- type: 'twitter'
link: 'https://twitter.com/JPCR92'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/juan-pedro-carmona-romero-70aa75183/'
# disqus: 'your-shortname' ## para comentarios
# Extensiones
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- toc:
permalink: true
# CSS Extra
extra_css:
- css/extra.css
#Navegación
nav:
- Inicio: 'index.md'
- Blog:
- 'MkDocs': 'blog/mkdocs.md'
- 'Kernel Linux': 'blog/kernel.md'
- 'PL/SQL vs PL/PGSQL': 'blog/plpgsql.md'
- 'Install Oracle 12': 'blog/oracleinstall.md'
- 'Fail2Ban': 'blog/fail2ban.md'
- 'Acceso remoto Postgresql': 'blog/postgresclient.md'
- 'Cifrado y firmas con GPG': 'blog/gpg.md'
- 'Interconexión de BBDD': 'blog/BBDD_1.md'
- 'Auditorías de BBDD': 'blog/auditoriasBBDD.md'
- 'Proyecto': 'blog/proyecto.md'
- Sobre mí: 'about.md'