1.0.1 • Published 2 years ago

qck-ssg-final v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Quick- Static Site Generator

Version: Release 0.3

Quick (Static Site Generator)- is a software application for creating finished HTML pages from hard data and files, without having to author any HTML by hand. Made with Node.js.

:warning: For Development: visit CONTRIBUTING!

Features

  • node . -- version (-v)

  • node . -- help (-h)

  • node . -- input (-i)

  • node . -- config (-c)

Option Features

  • type -s or -stylesheet on the command line, it will be converted to a style tag link.

  • $npm install --save-dev prettier

  • Populated the <title>...</title>

  • Automatically generate an index.html with all the links.

  • Generates markdown file to html file

    example: node . --input /SherlocksStories/testmd.md

  • Support for configuration files

Configuration file

Configuration file should contain the following attributes: input, stylesheet

{
    "input":"SherlocksStories/testmd.md",
    "stylesheet": "https://cdnjs.cloudflare.com/ajax/libs/tufte-css/1.8.0/tufte.min.css"
}

Authors

Anatoliy Serputov

Links

License

MIT License