Skip to content

Commit 0a1f3ab

Browse files
committed
fix(config): Change base url
1 parent 8b49022 commit 0a1f3ab

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

_config.yml

+19-7
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,23 @@ highlighter: rouge
33
# having a host parameter like this allows us to debug
44
# the application in the local network
55
host: 0.0.0.0
6-
exclude: [package.json,jekyll-build.sh, generate.sh,README.md,bower_components,node_modules,gestalt,playground,build-tmp,excludes]
6+
exclude:
7+
[
8+
package.json,
9+
jekyll-build.sh,
10+
generate.sh,
11+
README.md,
12+
bower_components,
13+
node_modules,
14+
gestalt,
15+
playground,
16+
build-tmp,
17+
excludes,
18+
]
719
sass:
8-
sass_dir: assets/_scss
9-
style: compressed
10-
baseurl: /gestalten-in-code
20+
sass_dir: assets/_scss
21+
style: compressed
22+
baseurl: /
1123
kramdown:
1224
input: GFM
1325
syntax_highlighter: rouge
@@ -21,6 +33,6 @@ kramdown:
2133
# block:
2234
# line_numbers: true
2335
# start_line: 1
24-
excerpt_separator: "<!-- more -->"
25-
repo_url: https://github.com/fabianmoronzirfas/gestalten-in-code
26-
source_url: https://github.com/fabianmoronzirfas/gestalten-in-code/tree/master
36+
excerpt_separator: '<!-- more -->'
37+
repo_url: https://github.com/ff6347/gestalten-in-code
38+
source_url: https://github.com/ff6347/gestalten-in-code/tree/master

0 commit comments

Comments
 (0)