File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33Subpages have "edit this page link" at the bottom. I tried to make the formatting as easy as possible for editing
44- to add a Blogs or News entry, you just create a markdown file under the blogs or news folder.
5- - To add a user, modify the facultyMembers, phdStudents or alumni arrays in docs/member.mdx
6- - to edit the projects page, edit docs/projects.md file.
7- - to edit the join us page, edit the docs/join-us.md file.
5+ - To add a user, modify the facultyMembers, phdStudents or alumni arrays in ` / docs/member.mdx`
6+ - to edit the projects page, edit ` / docs/projects.md` file.
7+ - to edit the join us page, edit the ` / docs/join-us.md` file.
88
99Editing the landing page is tricky but minor edits are easy:
10- - the quote under the slider is kept in /src/pages/index.js
11- - the text for Grad/Undergrad Students are kept in /src/components/HomepageFeatures/index.js
10+ - the quote under the slider is kept in ` /src/pages/index.js `
11+ - the text for Grad/Undergrad Students are kept in ` /src/components/HomepageFeatures/index.js `
1212- Recent news holds the most recent 4 news automatically. no need to edit that.
13- - sponsor thank you note is kept in /src/components/SponsorBanner.js
14- - sponsor logos are under /static/img/logos, just add/remove an image and it updates automatically.
13+ - sponsor thank you note is kept in ` /src/components/SponsorBanner.js `
14+ - sponsor logos are under ` /static/img/logos ` , just add/remove an image and it updates automatically.
1515
1616## Local development
1717
You can’t perform that action at this time.
0 commit comments