Skip to content

big-mon/nextjs-estrilda

Repository files navigation

nextjs-estrilda

FOSSA Status

Estrilda is a simple blog theme for Next.js.

DEMO

features:

  • Responsive design
  • Support Markdown (gfm)
  • Based Tailwind CSS
  • Based TypeScript
  • Category, Tags
  • Amazon.co.jp Affiliate

Usage

git clone https://github.com/big-mon/nextjs-estrilda --depth=1
yarn

configuration

config file src/lib/constants.ts. need optimize your environment.

run your website

yarn dev

Post Configuration

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"]

License

FOSSA Status