Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toshimaru/blog.toshimaru.net
My blog powered by Jekyll.
https://github.com/toshimaru/blog.toshimaru.net
blog github-pages jekyll
Last synced: about 2 months ago
JSON representation
My blog powered by Jekyll.
- Host: GitHub
- URL: https://github.com/toshimaru/blog.toshimaru.net
- Owner: toshimaru
- Created: 2013-02-20T19:06:18.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T10:12:26.000Z (4 months ago)
- Last Synced: 2024-08-25T11:27:24.007Z (4 months ago)
- Topics: blog, github-pages, jekyll
- Language: HTML
- Homepage: https://blog.toshimaru.net/
- Size: 124 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![CI](https://github.com/toshimaru/blog.toshimaru.net/actions/workflows/ci.yml/badge.svg)](https://github.com/toshimaru/blog.toshimaru.net/actions/workflows/ci.yml)
[![Deploy](https://github.com/toshimaru/blog.toshimaru.net/actions/workflows/deploy.yml/badge.svg)](https://github.com/toshimaru/blog.toshimaru.net/actions/workflows/deploy.yml)# blog.toshimaru.net
My blog repository powered by [Jekyll](https://github.com/jekyll/jekyll).
## Create new post
```console
$ bundle exec jekyll post YOUR_POST_TITLE
```## Serve static pages
```console
$ bundle exec jekyll s
```## Build Tailwind CSS
```console
$ npm run build
```For the development:
```console
$ npm run dev
```## Design
The blog design is based on [timlrx/tailwind-nextjs-starter-blog](https://github.com/timlrx/tailwind-nextjs-starter-blog).