I'm trying to get used to Jekyll, and the problem I have isn't helping. It doesn't seem to recognize that I have any. This is for both layout
and for title
.
Defaults:
default:
-
scope:
path: ""
values:
layout: "post"
title: "Default Title"
I have looked throughout the web (and Stack Overflow), and found solutions that didn't work for me:
- I have a Front Matter in index.html.
- I quit Jekyll serving and started it up multiple times.
EDIT: The repository is hosted here.