Skip to content

eddynguyen981-git/HTML_CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML CLI

A lightweight Static Site Generator (SSG) built with Node.js.

Installation

  1. Clone the repository.
  2. Install dependencies:
    npm install
  3. (Optional) Link globally:
    npm link

Usage

Place your Markdown files in the content/ directory and run:

html-cli build

The generated HTML files will be in the dist/ directory.

Customization

Modify template/layout.html to change the appearance of your website. Use the {{content}} placeholder to define where the content should be injected.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors