Skip to content

FurlanLuka/nano-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano Blog: A markdown powered blog platform

A simple nano inspired blog platform, that builds from markdown and includes friendly CLI tool for managing your blog.

Features

  • Markdown managed blog content
  • Friendly CLI tool for generating content
  • Minimalistic, nano text editor inspired design
  • Two different blog layouts

Nano Blog

Installation

1. Clone the repository

git clone [email protected]:FurlanLuka/nano-blog.git

cd nano-blog/blog

2. Install dependencies

npm install

3. Install the CLI tool

Use NPM package

npm i -g nano-blog-cli

Build CLI tool yourself

cd ../cli
npm install
npm run build
npm link

4. Start the blog

cd ../blog
npm run dev

Blog will be available at http://localhost:3000

5. Build the blog

npm run build

The static build should be available in the ./out directory. Uploading this build to a static hosting service will make your blog available online.

CLI Usage

nano-blog-cli 

About

Nano inspired blogging platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published