1.0.4 • Published 4 years ago

ryuvigen v1.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

Ryuvigen

Static site generator but with a minimalistic touch

Description

By using some HTML knowledge and some files that serve as layouts or better yet, parts of a page that you repeat a lot, you can do a blog without any problems, just doing some changes on a folder called pages.

HighLights

  • Easy to use
  • Just need to know a npm command and HTML language
  • Can have templates and parts

Install

Yarn

yarn global add ryuvigen

NPM

npm install -g ryuvigen

Usage

$ ryuvi -h

  Usage
  $ ryuvi [<options> ...]

  Options
    -h      Display help message
    -c      Path to config file
    -v      Display version
    -p      Config port value

    build   Build the files on the public folder
    init    Start a new site with the default page
    start   Initiate the site in live-reload view
1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago