generated from sawhney17/logseq-hugo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
48 lines (44 loc) · 1.19 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
baseURL: https://toolsforthoughts.com
languageCode: en-us
title: Tools for Thoughts 💭
theme: "PaperMod"
params:
homeInfoParams:
Title: A Project by [PKM.ONE](https://pkm.one)
Content: Helping you decide which are the right tools for your thoughts
socialIcons: # optional
- name: "github"
url: "https://github.com/exist2021"
- name: "Instagram"
url: "https://instagram.com/pkmwiki"
- name: "twitter"
url: "https://twitter.com/pkm_one"
- name: "kofi"
url: "https://www.buymeacoffee.com/Manoj"
- name: "rss"
url: "https://toolsforthoughts.com/index.xml"
ShowReadingTime: true
author: "Manoj Nayak"
outputs:
home:
- HTML
- RSS
- JSON # is necessary
menu:
main:
- identifier: categories
name: Categories
url: /categories/
weight: 10
- identifier: tags
name: Tags
url: /tags/
weight: 20
- identifier: search
name: Search
url: /search/
weight: 20
- identifier: archive
name: Archive
url: /archives/
weight: 20