-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
28 lines (23 loc) · 803 Bytes
/
_config.yml
File metadata and controls
28 lines (23 loc) · 803 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
#Update all the sections by editing the data.yml file inside _data folder.
# Site Settings
title: BrightCoders Academy
url: '' # dejar en blanco, NO modificar
baseurl: 'https://brightcoders-institute.github.io/scorecard-ernesto2001-code' # escribe la URL que se generó para tu GiitHub Pages
theme_skin: blue # NO modificar
chrome_mobile_color: #use hex colors (ex:#1976d2) or leave empty if you don't want a color for chrome mobile searchbar
# Tracker
analytics: #UA-83979019-1
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
# Build settings
encoding: 'utf-8'
compress_html: # - http://jch.penibelst.de/
clippings: all
ignore:
envs: development
# Development Settings
port: 4000
host: 0.0.0.0
safe: false