add drone
This commit is contained in:
10
config.yaml
10
config.yaml
@@ -15,6 +15,10 @@ menu:
|
||||
url: /posts/
|
||||
weight: 0
|
||||
|
||||
taxonomies:
|
||||
category: "categories"
|
||||
tag: "tags"
|
||||
|
||||
params:
|
||||
author: "Kasper J. Hermansen"
|
||||
email: contact@kasperhermansen.com # used for microformats
|
||||
@@ -29,7 +33,7 @@ params:
|
||||
# - js/main.js # relative path to "assets" directory
|
||||
dateFormat: "2006-01-02"
|
||||
paginationSinglePost: true
|
||||
style: dark-with-switcher
|
||||
style: dark
|
||||
readMore: false # show read more button
|
||||
readNextPosts: 5 # show 5 related posts, 0 by default
|
||||
disableSummary: false
|
||||
@@ -46,7 +50,7 @@ params:
|
||||
data: "https://comments.example.com/" # mandatory
|
||||
jsLocation: "https://comments.example.com/js/embed.min.js" # mandatory
|
||||
css: true # optional
|
||||
lang: "de" # optional
|
||||
lang: "dk" # optional
|
||||
replyToSelf: true # mandatory
|
||||
requireAuthor: true # mandatory
|
||||
requireEmail: true # mandatory
|
||||
@@ -60,7 +64,7 @@ params:
|
||||
pingback: true
|
||||
social:
|
||||
- id: github
|
||||
name: gohugoio
|
||||
name: kjuulh
|
||||
# - id: hugo
|
||||
# url: "https://gohugo.io/"
|
||||
# icon: "hugo"
|
||||
|
Reference in New Issue
Block a user