1.1.0 • Published 2 years ago

osd_ssg v1.1.0

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

OSD_SSG

OSD_SSG is a static site generator, implemented as part of Seneca College's OSD600 course.

An SSG is a tool for generating a complete HTML web site from raw data and files, without having to author any HTML by hand. Imagine that you have a folder of text files that you want to turn into a website. An SSG allows you to enter a simple command that creates .html output files from a given set of input files.

Demo

Demo

Options

Options:
  -i, --input       File or folder to be parsed              [string] [required]
  -o, --output      Output folder for generated files [string] [default: "dist"]
  -r, --recursive   Recursively parsed files                           [boolean]
  -e, --relative    Maintain relative folder of files                  [boolean]
  -s, --stylesheet  Custom stylesheet                                   [string]
  -h, --help        Show help                                          [boolean]
  -v, --version     Show version number                                [boolean]
  -c,--config        Use default configuration in config file [string]

Features

  • Accept .txt and .md files

Authors

License

MIT License

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.1.0

2 years ago