An open API service indexing awesome lists of open source software.

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 📰

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

[![Deploy with Vercel](https://vercel.com/button)](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).