Yiyi L’s Personal Blog
Welcome to my personal blog repository! This blog is built on Jekyll and uses the JEKYLL YAT THEME theme.
Blog Introduction
This is Yiyi L’s personal blog. As a developer aspiring to become an AI engineer, I’ll share my personal development methods and experiences here. The blog is continuously being improved. Welcome to visit!
Access Link
You can visit my blog via the following link: Yiyi L’s Blog
Blog Building Process
If you’re interested in building a similar blog, you can refer to the following steps:
- Select a Theme: Go to the Jekyll official website’s theme page (http://jekyllthemes.org/) to pick a theme you like. I chose the JEKYLL YAT THEME, and its GitHub address is https://github.com/jeffreytse/jekyll-theme-yat/. After selecting the theme, visit the theme’s GitHub repository address, fork the theme, and change the repository name to your own.
- Set Up GitHub Pages: Enter the repository, click on
Settings
on the page, and you can seeGitHub Pages
on the left. Make some simple settings to deploy your web page. - Configuration: There is a
_config.yml
file in the repository, which is used to configure blog information. You can change information such astitle
,email
,description
, andfavicon
to your own. The template recommends an onlinefavicon
tool, Favicon Generator, which can generate icons for desktop, web, iOS, and Android simultaneously. After making the modifications, submit the changes. GitHub will automatically redeploy the new content, which usually takes about one or two minutes. You can view the deployment process and history on theGitHub Actions
page of the GitHub repository. - Write a Blog: Write blog articles in
markdown
format in the_post
folder. Note that the name format of the.md
file should follow the pattern of date + title. After writing, submit the changes to the GitHub repository, and the blog will be automatically deployed and updated.
Original Blog Template Project
The theme of this blog is sourced from JEKYLL YAT THEME. You can visit its GitHub repository for more information.
Contact Me
For any questions:
- GitHub: https://github.com/611de
- Email: liuyiyi-611@qq.com