Another static website generator.
$ npx pop --help
$ npx pop --markdown-file markdown_file.md --ouput html_file.html
- easy and simple to generate static website
- compatible with hexo themes
- @TODO support user custom path generator default by date
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
- 2022-05-12 Support localhost server
- 2022-01-19 Support specify output file name
- 2021-11-27 Make a little change