Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).