use user defined frontmatter and stylesheet #23

This commit is contained in:
Henrique Dias
2016-08-21 20:50:23 +01:00
parent 35a9798278
commit 0b5a318728
4 changed files with 6 additions and 8 deletions

View File

@@ -37,9 +37,7 @@ type UserConfig struct {
Rules []*Rule `json:"-"` // Access rules
}
// TODO: USE USER StyleSheet
// TODO: USE USER FRONTMATTER
// TODO: USE USER ROOT
// REVIEW: USE USER ROOT
// Rule is a dissalow/allow rule
type Rule struct {