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

https://github.com/jayqi/blog

Personal website and blog
https://github.com/jayqi/blog

Last synced: 3 months ago
JSON representation

Personal website and blog

Awesome Lists containing this project

README

          

This is the source for my personal website and blog. It is a static site using [Hugo](https://gohugo.io/).

## Run development server

```bash
hugo server
```

## Update PaperMod theme

When cloning a new copy of the repo:

```bash
git submodule init
git submodule update
```

Update the submodule:

```bash
git submodule foreach git pull origin
```

To update to a specific version:

```bash
git submodule foreach git pull origin v8.0
```