https://github.com/zeyu-li/blog
My personal blog 📰
https://github.com/zeyu-li/blog
blog personal-blog vercel
Last synced: 3 months ago
JSON representation
My personal blog 📰
- Host: GitHub
- URL: https://github.com/zeyu-li/blog
- Owner: Zeyu-Li
- License: mit
- Created: 2020-12-27T17:48:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-12-31T19:31:01.000Z (6 months ago)
- Last Synced: 2026-01-05T06:13:10.775Z (6 months ago)
- Topics: blog, personal-blog, vercel
- Language: SCSS
- Homepage: https://blog.andrewli.site
- Size: 88.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# My Personal Blog!
👋 Hey, it's Andrew and this is my personal blog!! Click [here](https://blog.andrewli.site/) to view it!
Live now @ [blog.andrewli.site](https://blog.andrewli.site/)
---
Deployed with Vercel
[](https://vercel.com/import/project?template=https://github.com/piharpi/jekyll-klise)
Forked from [jekyll-klise template](https://github.com/piharpi/jekyll-klise)
## Running
Run local server:
```bash
bundle exec jekyll serve
```
Now running on http://localhost:4001/
To add new post do
```bash
bundle exec jekyll post "Title"
```
## Generation
Use `./init.sh ` to generate a new page in the site and start the server locally
## License
This project is open source and available under the [MIT License](LICENSE).