generated from Coderic/coderic.co
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
189 lines (179 loc) · 5.89 KB
/
_config.yml
File metadata and controls
189 lines (179 loc) · 5.89 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
url: "https://coderic.cloud"
baseurl: ""
title: "Coderic"
subtitle: "Cloud Infrastructure"
description: "Infraestructura en la nube y servicios de hosting. Canal de comercialización para infraestructura y servicios cloud del ecosistema Coderic."
network: "CLOUD"
# Theme
remote_theme: Coderic/jekyll-theme-coderic
# Logo
logo: "/images/logo.svg"
# Navigation (compatible with flyout menu)
navigation:
- label: "Software"
url: "/software"
has_flyout: true
flyout_sections:
- title: "SaaS - Software as a Service"
links:
- label: "Third-Party Software"
url: "/software#third-party"
description: "Soluciones de software de terceros"
- label: "Shared Platforms"
url: "/software#shared"
description: "Plataformas compartidas"
- label: "Dedicated Platforms"
url: "/software#dedicated"
description: "Plataformas dedicadas"
- label: "Scalability"
url: "/software#scalability"
description: "Escalabilidad de servicios"
- label: "Security"
url: "/software#security"
description: "Seguridad y cumplimiento"
- label: "Support"
url: "/software#support"
description: "Soporte técnico"
- label: "Platform"
url: "/platform"
has_flyout: true
flyout_sections:
- title: "PaaS - Platform as a Service"
links:
- label: "Containerization"
url: "/platform#containerization"
description: "Docker y Kubernetes"
- label: "Service Deployment"
url: "/platform#deployment"
description: "Despliegue de servicios"
- label: "Scalability"
url: "/platform#scalability"
description: "Escalabilidad automática"
- label: "Managed Services"
url: "/platform#managed"
description: "Servicios gestionados"
- label: "Integration"
url: "/platform#integration"
description: "Integración con APIs"
- label: "Support"
url: "/platform#support"
description: "Soporte técnico"
- label: "Infrastructure"
url: "/infrastructure"
has_flyout: true
flyout_sections:
- title: "IaaS - Infrastructure as a Service"
links:
- label: "Servers & VPS"
url: "/infrastructure#servers"
description: "Servidores y VPS de alto rendimiento"
- label: "Service Deployment"
url: "/infrastructure#deployment"
description: "Despliegue flexible"
- label: "AWS Solutions"
url: "/infrastructure#aws"
description: "Soluciones escalables AWS"
- label: "Azure Capabilities"
url: "/infrastructure#azure"
description: "Capacidades avanzadas Azure"
- label: "Google Cloud"
url: "/infrastructure#gcp"
description: "Servicios robustos Google Cloud"
- label: "Cloudflare Security"
url: "/infrastructure#cloudflare"
description: "Seguridad mejorada con Cloudflare"
- label: "Big Data"
url: "/big-data"
has_flyout: true
flyout_sections:
- title: "Big Data & Analytics"
links:
- label: "Third-Party Solutions"
url: "/big-data#third-party"
description: "Soluciones blockchain de terceros"
- label: "Shared Platforms"
url: "/big-data#shared"
description: "Plataformas blockchain compartidas"
- label: "Dedicated Platforms"
url: "/big-data#dedicated"
description: "Plataformas blockchain dedicadas"
- label: "Scalability"
url: "/big-data#scalability"
description: "Escalabilidad de datos"
- label: "Security"
url: "/big-data#security"
description: "Seguridad de datos"
- label: "Support"
url: "/big-data#support"
description: "Soporte técnico"
- label: "Large Scale"
url: "/large-scale"
has_flyout: true
flyout_sections:
- title: "Large Scale Solutions"
links:
- label: "Banking Solutions"
url: "/large-scale#banking"
description: "Soluciones bancarias integrales"
- label: "Loan Management"
url: "/large-scale#loans"
description: "Gestión flexible de préstamos"
- label: "Transaction Processing"
url: "/large-scale#transactions"
description: "Procesamiento seguro de transacciones"
- label: "Advanced Analytics"
url: "/large-scale#analytics"
description: "Analítica avanzada"
- label: "CRM Integration"
url: "/large-scale#crm"
description: "Gestión de relaciones con clientes"
- label: "Regulatory Compliance"
url: "/large-scale#compliance"
description: "Cumplimiento regulatorio"
# Footer Links
footer_links:
- label: "Documentation"
url: "https://github.com/Coderic/coderic.cloud"
# Legal URLs
privacy_url: "/privacy"
legal_url: "/legal"
tos_url: "/tos"
# Auth0 (auth.coderic.org, audience: Coderic)
auth0_domain: "auth.coderic.org"
auth0_client_id: "In43D8hfptI5B17Xo7XZX4aBkhfMuH56"
auth0_audience: "Coderic"
# Auth URLs
profile_url: "/profile"
dashboard_url: "/dashboard"
# Plugins
plugins:
- jekyll-remote-theme
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jekyll-github-metadata
# Sass configuration
sass:
style: compressed
sourcemap: never
# Exclude files
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .sass-cache
- .asset-cache
- .jekyll-assets-cache
- .bundle
- package.json
- package-lock.json
- build.sh
- deploy.sh
- deploy.bat
- cloudflare.toml
- DEPLOY_INSTRUCTIONS.md
- DEPLOY_WRANGLER.md
- DEPLOYMENT_SUMMARY.md
- QUICKSTART.md
- README_DEPLOY.md