Skip to content

ylines/static-125

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-125

Introduction

English | 中文

Usage

# install dependencies
npm i

# generate blog
node index.js --baseURL "https://ylines.org" --title "Y Lines" --fromPath "posts" --destPath "build" --themePath "themes/ylines.org"

Params

  • --baseURL: base url of your blog
  • --title: title of your blog
  • --fromPath: the folder path where you store blog posts
  • --destPath: where you want to store the blogs
  • --themePath: the folder path where theme is stored

About

Build a static blog generator in 125 lines of JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages