static-site-renderer
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

site-renderer

npx static-site-renderer --srcDir . --outDir out --publicUrl https://menduz.com

It works with a folder structure like this one

src-folder
├── about.md              <--- source file
├── index.html            <--- source file
├── main.scss             <--- source file
└── .site-generator       <- (all things starting with . are ignored)
    ├── public            <- static files folder
    |   ├── favicon.png   <--- static file
    |   └── robots.txt    <--- static file
    └── layouts           <- reusable layouts
        ├── home.html     <--- layout for home site
        └── post.html     <--- layout for posts

Readme

Keywords

none

Package Sidebar

Install

npm i static-site-renderer

Weekly Downloads

0

Version

2.1.1

License

Apache-2.0

Unpacked Size

189 kB

Total Files

49

Last publish

Collaborators

  • menduz