generated from CharlesChiuGit/Logseq-Hugo-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
71 lines (65 loc) · 1.99 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
baseURL: https://howarddo2208.github.io
languageCode: en-us
title: Howard Do
theme: "PaperMod"
params:
meta:
favicon: true
comments: true
homeInfoParams:
Title: What's up? 😎 Welcome to my blog
Content: I'm Howard, a developer based in Vietnam and an open-source enthusiast. I love Neovim and my configs more than my girlfriend, which I don't have. Check out my [dotfiles](https://github.com/howarddo2208/nixfiles). My knowledge is collected from various sources on the internet so I'm trying to write something to consolidate it, and hopefully I can help you guys in the process.
socialIcons: # optional
- name: "github"
url: "https://github.com/howarddo2208"
# - name: "youtube"
# url: "https://www.youtube.com/channel/XXX"
- name: "twitter"
url: "https://twitter.com/howarddo2208"
# - name: "kofi"
# url: "https://buymeacoffee.com/XXX"
- name: "rss"
url: "https://howarddo2208.github.io/index.xml"
ShowReadingTime: true
author: "Howard Do"
contact: "[email protected]"
feedlinks: true
copyright: "<!--Creative Commons License-->This site is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).<!--/Creative Commons License-->"
mobileMenu: true
#Google Analytics 4 optional
# env: #production
# GoogleAnalytics: "G-00000XXXXX"
# sitemap:
# changefreq: daily
# filename: sitemap.xml
# priority: 0.5
outputs:
home:
- HTML
- RSS
- JSON # is necessary
section:
- HTML
- RSS
- JSON
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
enableGitInfo: true
frontmatter:
lastmod: ["lastmod", ":git", "date", "publishDate"]