qck-ssg-final v1.0.1
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
-sor-stylesheeton the command line, it will be converted to a style tag link.$npm install --save-dev prettierPopulated the
<title>...</title>Automatically generate an
index.htmlwith all the links.Generates markdown file to html file
example:
node . --input /SherlocksStories/testmd.mdSupport 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
4 years ago