CI Deploy

blog.toshimaru.net

My blog repository powered by Jekyll.

Create new post

$ bundle exec jekyll post YOUR_POST_TITLE

Serve static pages

$ bundle exec jekyll s

Build Tailwind CSS

$ npm run build

For the development:

$ npm run dev

Design

The blog design is based on timlrx/tailwind-nextjs-starter-blog.