Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 754 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 754 Bytes

popsite

Another static website generator.

Usage

$ npx pop --help
$ npx pop --markdown-file markdown_file.md --ouput html_file.html

Feature

  • easy and simple to generate static website
  • compatible with hexo themes
  • @TODO support user custom path generator default by date

pop init

The Command Init your working folder structure.

. |---- source # Source Folder for markdown files |---- public # Public folder which will be deployed to production |---- themes # Themes Folder

Develop Log

  • 2022-05-12 Support localhost server
  • 2022-01-19 Support specify output file name
  • 2021-11-27 Make a little change

Reference