Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 944 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 944 Bytes

glacier

Discord Shield pub

Markdown documentation in Dart language.


Features

  • Markdown to HTML
    Conversion between markdown to HTML files
  • Easy to edit template
    Using mustache templates making it easy to create a style that suits you
  • Subdirectory support
    Use subdirectory to structure files in an easy to file structure

Getting Started

We recommend you go and change a few files:

  • glacier.yml
  • authors.yml
  • README.md

After that you can run the commands described below.

Happy building with Glacier!

How to use

Creating a new project:

glacier init

Compiling to HTML:

glacier generate

Running the builtin preview server:

glacier serve