Estrilda is a simple blog theme for Next.js
.
features:
- Responsive design
- Support Markdown (gfm)
- Based Tailwind CSS
- Based TypeScript
- Category, Tags
- Amazon.co.jp Affiliate
git clone https://github.com/big-mon/nextjs-estrilda --depth=1
yarn
config file src/lib/constants.ts
. need optimize your environment.
yarn dev
title: "Post Title Here"
description: Post Description Here
slug: post-slug
date: 2021-01-02
author: YOURNAME
image: image-url
category: CATEGORY
tags: ["TAG", "TAG"]