halsa

0.4.0-dev • Public • Published

🍀 HALSA — WIP

On development don't use it — Simple static site generator using markdown for the content.

Why HALSA?

Halsa is acronym of "Halaman Statis" (Indonesian), which mean "Static Page" on english.

Feature

  • Create project
  • Serve project
  • Watching change
  • Hot reload
  • Custom html
  • Using theme
  • Custom port
  • So on.

Usage

First, install Halsa CLI using

npm i -g halsa

And then, follow instruction below :

Create new project

Just run this command to create new project

halsa new <project name>

Or, if you're already create new directory just run inside a directory

halsa new .

Serve project

Run this project to serve project on port 3000

halsa start <project name>

Or, if you're inside a project just run

halsa start .

Documentations

Show Category

  <div class="category">
    {{#each categories}}
      <div>{{name}}</div>
    {{/each}}
  </div>

License

This project under MIT License

Dependencies (15)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i halsa

    Weekly Downloads

    2

    Version

    0.4.0-dev

    License

    MIT

    Unpacked Size

    186 kB

    Total Files

    19

    Last publish

    Collaborators

    • muhibbudins