Initial commit
This commit is contained in:
commit
720fa4a18b
17 changed files with 882 additions and 0 deletions
31
config.yaml
Normal file
31
config.yaml
Normal file
|
@ -0,0 +1,31 @@
|
|||
baseURL: "https://dadada.li/"
|
||||
title: "dadada"
|
||||
defaultContentLanguage: "en"
|
||||
paginate: 5
|
||||
theme: "smol"
|
||||
enableRobotsTXT: true
|
||||
|
||||
params:
|
||||
author: "dadada"
|
||||
rss:
|
||||
includeContent: true
|
||||
|
||||
taxonomies:
|
||||
tag: "tags"
|
||||
|
||||
author:
|
||||
name: "dadada"
|
||||
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: blog
|
||||
name: Blog
|
||||
title: Blog
|
||||
url: /blog/
|
||||
weight: 0
|
||||
- identifier: talks
|
||||
name: Talks
|
||||
title: Talks
|
||||
url: /talks/
|
||||
weight: 0
|
Loading…
Add table
Add a link
Reference in a new issue