interestingLSY / interestingLSY.github.io

My homepage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interestingLSY.github.io

Hello! I am Shengyu Liu (刘胜与), a junior student in the Turing class at the School of EECS, Peking University.

This github repo is my personal homepage. You can visit it at interestingLSY.github.io.

Feel free to contact me at shengyu.liu@stu.pku.edu.cn.

Feel free to steal the code and modify it to make your own homepage!

Installation

If you want to use this template to make your own homepage, you can follow the steps below:

  • Fork this repo, and rename it to your_username.github.io
  • Clone this repo to your local machine via git clone https://github.com/<your_username>/<your_username>.github.io.git
  • cd <your_username>.github.io
  • npm install (you may need to install npm first)

It's all settle! Now you can execute npm run dev and preview your homepage at http://localhost:3000/.

If you want to publish your homepage, you can execute npm run deploy. It will automatically build your homepage and push it to the gh-pages branch. You may need to enable GitHub Pages in the settings of your repo.

Then you can visit your homepage at https://your_username.github.io!

About

My homepage

License:GNU General Public License v3.0


Languages

Language:Vue 43.7%Language:TypeScript 42.4%Language:CSS 11.4%Language:HTML 2.5%