Welcome!
This is the personal website of Yanxu Chen.
I'm currently an undergraduate student in the Department of Electronic Engineering, Tsinghua University.
In this site I plan to share some knowledge and skills during my study in computer, focusing on some environmental settings, development tools, programming and professional softwares.
Clone the repository:
git clone https://github.com/DerrickMarcus/DerrickMarcus.github.io.git
cd DerrickMarcus.github.ioCreate a vitrual environment:
python -m venv blog_env
source blog_env/bin/activate # Linux / macOS
blog_env\Scripts\activate # Windows
pip install -r requirements.txtNote: this project has been migrated to use uv.
Build the site:
mkdocs serveThen open your browser and visit http://127.0.0.1:8000/ to view the site.
It is recommended to add a file .github/workflow/ci.yml to use Github Actions to deploy the site.
Create your Dockerfile and docker-compose.yml in the root directory of the project.
Run the command:
docker compose -d --buildThe documents of knowledge and technology is under CC-BY-SA-4.0 license.
The code is under MIT license.
If you have any question or advice, welcome to contact me by contact@yanxuchen.com .