-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
72 lines (66 loc) · 1.9 KB
/
hugo.yaml
File metadata and controls
72 lines (66 loc) · 1.9 KB
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://pradhansmriti.github.io" # please update this to your actual URL
languageCode: "en-us"
title: "Smriti Pradhan"
theme: "hugo-xmin"
footnotereturnlinkcontents: "↩"
permalinks:
#post: "/post/:month/:day/:year/:slug/"
post: "/post/:year/:month/:day/:slug/"
menu:
main:
- name: Home
url: ""
weight: 1
- name: About
url: "about/"
weight: 2
- name: Posts
url: "post/"
weight: 3
- name: Projects
url: "projects/"
weight: 4
- name: Resume
url: "resume/"
weight: 5
#- name: Foraging
# url: "links/"
params:
description: "A website built through Hugo."
# Giscus comments configuration
giscus:
repo: "pradhansmriti/pradhansmriti.github.io" # Your GitHub repository
repoId: "R_kgDOLe_jGA" # You'll need to get this from giscus.app
category: "General" # GitHub Discussions category
categoryId: "" # You'll need to get this from giscus.app
mapping: "pathname" # How to map pages to discussions
reactionsEnabled: "1" # Enable emoji reactions
emitMetadata: "0" # Emit discussion metadata
inputPosition: "bottom" # Position of comment box
theme: "preferred_color_scheme" # Theme (auto, light, dark)
lang: "en" # Language
loading: "lazy" # Loading mode
# Alternative: Utterances comments (simpler setup)
# Uncomment and use this instead of giscus if you prefer
# utterances:
# repo: "pradhansmriti/pradhansmriti.github.io"
# issueTerm: "pathname" # pathname, url, title, og:title
# theme: "github-light" # github-light, github-dark, preferred-color-scheme
markup:
highlight:
codeFences: false
goldmark:
renderer:
unsafe: true
extensions:
passthrough:
enable: true
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)