mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 01:22:29 +00:00
Switch themes to minimo
This commit is contained in:
21
themes/minimo/exampleSite/staticman.yml
Normal file
21
themes/minimo/exampleSite/staticman.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
comments:
|
||||
allowedFields: ['author', 'content', 'email', 'parent_id', 'permalink', 'site']
|
||||
branch: 'master'
|
||||
commitMessage: "add [comment]: by {fields.author} <Staticman>\n\n{fields.permalink}#comment-{@id}"
|
||||
filename: '{@id}'
|
||||
format: 'yaml'
|
||||
generatedFields:
|
||||
date:
|
||||
type: date
|
||||
options:
|
||||
format: 'timestamp'
|
||||
moderation: false
|
||||
name: 'Minimo'
|
||||
path: 'data/comments/{options.postId}'
|
||||
requiredFields: ['author', 'content', 'email', 'permalink']
|
||||
reCaptcha:
|
||||
enabled: false
|
||||
# siteKey: ''
|
||||
# secret: ''
|
||||
transforms:
|
||||
email: md5
|
Reference in New Issue
Block a user