Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryym/ryym.log

My personal blog
https://github.com/ryym/ryym.log

blog hugo

Last synced: 6 days ago
JSON representation

My personal blog

Awesome Lists containing this project

README

        

# ryym.log

My personal blog.

## Development

This blog is built with [Hugo](https://gohugo.io/).

```shell
# Preview on your local machine.
hugo server --buildDrafts

# Add a new post.
hugo new posts/awesome-post.md
```

## Deployment

The site runs on [Firebase Hosting](https://firebase.google.com/docs/hosting/).
Push to the master branch to release.