/blog-template-kooku

Blog Template with next.js & emotion & netlify-cms

Primary LanguageTypeScriptMIT LicenseMIT

Blog-Template

Netlify Status

Blog Template with next.js & emotion & netlify-cms

Blog Template based on Next.js

In this template

  • netlify-cms
  • Configurable
  • Enhance UX
  • Shared Link

Usecase

Demo

PC

img

Mobile

img

gif

Quick Start

1. create Blog

fork this repository

2. Start developing.

$ yarn
$ yarn dev
# open localhost:3000

3. Update config

You can write...

  • update config at /meta-config.ts
export default {
  title: "Kooku's log",
  author: 'Kooku',
  introduction: 'Development Blog',
  siteUri: '',
  profile: '/profile.png',
  social: {
    github: 'kooku94', // Your GitHub account
    medium: '', // Your Medium account
    facebook: '' // Your Facebook account
  }
};

4. Publish with netlify

Deploy to Netlify

5. Add post with Netlify CMS

you can posting with netlify cms..

img

if you want customize cms tool, edit /public/admin/config.yml

LICENSE

MIT

Project by @Kooku