0.1.3 • Published 3 years ago

spili v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Spili

spili it's an opinioneted Static blog generator, starting a blog has never been so easy! You can visit documentation here. It cames out of the box with:

  • a responsive, mobile friendly template
  • a powerfull cli
  • a live server with hot reload

lighthouse

Getting started

install

npm install -g spili

inizialize a new blog

spili new <your-blog-name>

start the project

start a local server with hot Reaload cd <your-blog-name> && spili serve

default port is: 3333 but you can use any port, simply specify the port after serve

spili serve 8080

crate a new article

spili article "<Name of the Article>"


build the blog

spili build


this is an alpha version

0.1.1

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago