mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-31 09:21:29 +00:00
Update : config.yml
This commit is contained in:
parent
81706ebee6
commit
0ca0ac572f
1 changed files with 29 additions and 12 deletions
41
_config.yml
41
_config.yml
|
@ -1,12 +1,29 @@
|
||||||
sass:
|
title: "Markdown Guide"
|
||||||
load_paths:
|
baseurl: "" # apply repo name if use it under gh-pages branch
|
||||||
- _sass
|
|
||||||
- node_modules
|
repo: https://github.com/LBRYians/lbry-org-new
|
||||||
exclude:
|
comments: false
|
||||||
- node_modules
|
|
||||||
- LICENSE
|
|
||||||
- Makefile
|
defaults:
|
||||||
- README.md
|
- scope:
|
||||||
- package.json
|
path:
|
||||||
- package-lock.json
|
values:
|
||||||
- yarn.lock
|
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" ]
|
Loading…
Add table
Reference in a new issue