Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ryym/ryym.log
- Owner: ryym
- Created: 2017-05-20T09:24:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T23:15:50.000Z (over 1 year ago)
- Last Synced: 2024-04-14T10:52:48.729Z (9 months ago)
- Topics: blog, hugo
- Language: HTML
- Homepage: https://ryym.tokyo
- Size: 532 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.