A simple nano inspired blog platform, that builds from markdown and includes friendly CLI tool for managing your blog.
- Markdown managed blog content
- Friendly CLI tool for generating content
- Minimalistic, nano text editor inspired design
- Two different blog layouts
git clone git@github.com:FurlanLuka/nano-blog.git
cd nano-blog/blog
npm install
npm i -g nano-blog-cli
cd ../cli
npm install
npm run build
npm link
cd ../blog
npm run dev
Blog will be available at http://localhost:3000
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.
nano-blog-cli