-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
85 lines (77 loc) · 2 KB
/
hugo.yaml
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
baseURL: https://blog.eduvaultai.com/
languageCode: en-us
title: EduVaultAI Blog
theme: ["PaperMod"]
pagination:
pagerSize: 10
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production
title: EduVaultAI Blog
description: "EduVaultAI.app Odyssey Blog."
keywords: [Blog, EdTech, AI, App]
author: ["Maxim Shelepov", "Kerneep Sandhu"]
socialIcons:
- name: "rss"
title: RSS Feed
url: "/index.xml"
# If requested.
# - name: "email"
# title: Subscribe to newsletter
# url: "https://cdn.forms-content.sg-form.com/a315c4fd-a13e-11ef-b026-4e96dbe17048"
# --- Welcome intro ---
homeInfoParams:
Title: "EduVaultAI.app Odyssey"
Content: "
Welcome to the EduVaultAI project odyssey! 🚀 We're a team of computer science students building the EduVaultAI app. Follow the journey as we track progress, tackle challenges, and share key insights/milestones. ✨
Curious about, [*What is EduVaultAI?*](/posts/what-is-eduvaultai) 👀
"
# --- Post info ---
DateFormat: "2006-01-01"
ShowReadingTime: true
ShowShareButtons: true
ShareButtons: ['linkedin', 'x', 'telegram']
ShowBreadCrumbs: true
ShowPostNavLinks: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: true
hidemeta: false
hideSummary: false
showtoc: true
tocopen: false
# Favicon stuff.
# assets:
# favicon: "/favicon.ico"
# favicon16x16: "/favicon-16x16.png"
# favicon32x32: "/favicon-32x32.png"
# apple_touch_icon: "/apple-touch-icon.png"
# safari_pinned_tab: "/safari-pinned-tab.svg"
# Optional Menu Options.
menu:
main:
- identifier: home
name: Home
url: /
weight: 1
- identifier: posts
name: Posts
url: /posts/
weight: 2
- identifier: tags
name: Tags
url: /tags/
weight: 3
outputs:
home:
- HTML
- RSS
- JSON