Update _config.yml
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
4c08999c78
commit
0bb8ec1dd0
1 changed files with 5 additions and 0 deletions
|
@ -7,5 +7,10 @@ kramdown:
|
||||||
input: GFM
|
input: GFM
|
||||||
math_engine: mathjax
|
math_engine: mathjax
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
- scope:
|
||||||
|
path: "" # An empty string here means all files in the project
|
||||||
|
values:
|
||||||
|
layout: "default" # Set the default layout
|
||||||
|
|
||||||
use_math: true
|
use_math: true
|
||||||
|
|
Loading…
Reference in a new issue