diff --git a/_config.yml b/_config.yml index c58bc91..a274a91 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,12 @@ -url: https://lbryians.github.io -baseurl: "" - -# Build settings - -markdown: kramdown - +sass: + load_paths: + - _sass + - node_modules +exclude: + - node_modules + - LICENSE + - Makefile + - README.md + - package.json + - package-lock.json + - yarn.lock \ No newline at end of file