-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.yml
53 lines (50 loc) · 1.25 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
menu:
title: NCIT Alumns
main:
- title: Home
link: /
- title: Alumni Directory
subMenu:
- category: Graduation Yearss
inRange: true
rangeStart: 2000
rangeEnd: 2024 #default to current year
link: /profiles/{range}
- category: Departments
items:
- SE
- IT
- ELX
- COM
- CIVIL
- BCA
- BBA
link: /profiles/{item}
- title: Events
link: /events
- title: Blog
link: /blog
- title: About
link: /about
- title: Contact Us
link: /contact
footer:
tagline: Open Alumn Portal - An alumni portal connecting NCIT Alumns maintained by NOSK and contributors.
items:
- title: About
link: #
- title: GitHub
link: https://github.com/noskofficial/ncitalums
- title: Contribute Now
link: https://github.com/noskofficial/ncitalums/blob/develop/CONTRIBUTING.md
featured:
profiles:
- "2005/nitesh-rijal"
- "2016/mukhez"
- "2021/satyarajawasth1" # slug
blogs:
- "2017/ncit-alumni-reflections"
events:
upcoming:
title: Upcoming Events
link: "https://raw.githubusercontent.com/noskofficial/noskofficial.github.io/main/events.json"