diff --git a/_config.yml b/_config.yml index a274a91..ab2e898 100644 --- a/_config.yml +++ b/_config.yml @@ -1,12 +1,29 @@ -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 +title: "Markdown Guide" +baseurl: "" # apply repo name if use it under gh-pages branch + +repo: https://github.com/LBRYians/lbry-org-new +comments: false + + +defaults: + - scope: + path: + values: + layout: layout + +# Build settings +markdown : kramdown +highlighter : rouge + +source: ./ +destination: ./ + +# Author settings +author: + name : "LBRY" + +# social settings +og_locale: "en_US" + + +exclude: [ "README.md", "TODO.md" , "LICENSE" ] \ No newline at end of file