mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-09-29 14:50:39 +00:00
29 lines
No EOL
441 B
YAML
29 lines
No EOL
441 B
YAML
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" ] |