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
- Host: GitHub
- URL: https://github.com/jayqi/blog
- Owner: jayqi
- Created: 2023-05-07T05:12:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T23:29:34.000Z (over 1 year ago)
- Last Synced: 2025-03-02T00:24:06.690Z (over 1 year ago)
- Language: HTML
- Homepage: https://jayqi.com
- Size: 957 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```