kooku0 / blog-template-kooku

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 86.8%Language:CSS 9.9%Language:HTML 2.6%Language:JavaScript 0.6%Language:Shell 0.1%