Repo of Kixlab's redesigned website.
Please don't commit directly to master. Instead, create a pull request (PR) and then notify the website czar.
- Create a new branch from master:
git checkout -b my-branch-name
- Add and commit your changes.
git status
to check what you did,git add ...
to add new files,git commit -m "Put a comprehensive summary of your changes here"
- Push your new branch:
git push
(depending on your settings, git will complain and tell you what to do instead). - Go to https://github.com/kixlab/kixlab.github.io and create a new Pull Request for your branch.
- Someone with authority will go on and merge your changes.
- Go to
src/data/members.ts
- Add a new element object, following the format of the others.
- For the picture, please choose an image with 1:1 aspect ratio like the others. (Suggested size: 500x500px). Place the file inside
public/images/members/
and rename it to your name.
- Go to
src/data/posts.ts
- Add a new element object, following the format of others.
- For the picture, please choose an image with 1:1 aspect ratio like the others. (Suggested size: 500x500px). Place the file inside
public/images/posts/
.
- Go to
src/data/publications.ts
- Add a new element object, following the format of others.
- ???
First, clone this repo. Then, run the following:
yarn
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.