generated from anxndsgn/academic-homepage-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebsite.config.js
44 lines (39 loc) · 1.28 KB
/
website.config.js
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
import TeachingSection from "./components/NewsSection";
export const personalInfo = {
name: 'Yongtong Wu | 吴永彤',
profilePicture: '/profile.jpg', //optional
role: 'Undergraduate Student',
university: 'Peking University',
universityWebsite: 'https://english.pku.edu.cn/',
socialMedia: [
{ name: 'Email', url: 'mailto:[email protected]' },
// { name: 'Twitter', url: 'https://twitter.com/anxndsgn' },
{
name: 'GitHub',
url: 'https://github.com/jokerwyt',
},
// { name: 'LinkedIn', url: 'https://linkedin.com' },
// { name: 'ORCID', url: 'https://orcid' },
// { name: 'Google Scholar', url: 'https://scholar.google.com' },
],
};
export const websiteInfo = {
title: personalInfo.name,
description: 'Researcher homepage',
// teaserImage: "/teaser.jpg",
};
export const navigations = [
// { name: 'Projects', route: '/projects' },
// { name: 'Publications', route: '/publications' },
// { name: 'Life', route: '/life' },
// { name: 'CV', route: '/cv.pdf' },
];
export const homepageSection = {
AboutSection: true,
NewsSection: true,
ExperienceSection: true,
TeachingSection: true,
SelectedPublicationsSection: true,
// ProjectSection: true,
};
export const fontStyle = 'lato'; // "sans" | "serif" | "mono" | "lato"