Apply default layout to all pages

This commit is contained in:
Paul Pacheco 2018-12-18 17:20:55 -06:00
parent 4e28cdb56f
commit 4bd28e72c7
4 changed files with 7 additions and 12 deletions

View File

@ -19,6 +19,13 @@ exclude:
- bower_components
- README.md
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
##set this to enable disqus commenting
disqus: bitwiser

View File

@ -1,7 +1,3 @@
---
layout: default
---
# Class A
This is an example of how to document a class A

View File

@ -1,5 +1 @@
---
layout: default
---
# Markdown hello from Class B

View File

@ -1,7 +1,3 @@
---
layout: default
---
This is an example for documentation.
Create a document inside docs in markdown.