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

https://github.com/greguz/personal-blog


https://github.com/greguz/personal-blog

blog

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# gblog

My personal blog.

Browse the blog [here](https://blog.greguz.me/).

## Do something

Install [hugo](https://gohugo.io/installation/) first.

Development:

```bash
hugo server -D -E -F
```

New post:

```bash
hugo new content "./posts/$(date +%Y)/draft.md"
```