dssg 0.1.0

A simple static site generator written in D.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DSSG - A static site generator written in D

DSSG logo

About

DSSG is a static site generator written in the D programming language. It creates HTML pages out of Markdown files and Mustache templates.

Download

The latest binaries are available on https://github.com/kambrium/dssg/releases. Currently, there are just Linux binaries.

Installation

Add the directory that contains the DSSG binary to your PATH. For example, on Ubuntu, add the following line to your .bashrc.

export PATH=$PATH:/this/is/your/dssg/path/

Try the Example

$ git clone https://github.com/kambrium/dssg-example.git
$ cd dssg-example
$ dssg build
$ firefox build/index.html

Begin from Scratch

$ dssg new myproject
// Create Markdown files, CSS, JavaScript, images etc. in the directory 'contents', Mustache templates in 'contents/_templates'.
$ dssg build

Why?

I wanted to get to know the D programming language and needed a substitute for Microsoft's Dynamic Web Templates (used in deprecated Expression Web).

License

MIT

Authors:
  • Martin Muehlbauer
Dependencies:
dmarkdown, mustache-d
Versions:
1.0.0 2020-Feb-03
0.2.0 2017-Jun-03
0.1.0 2017-May-13
~master 2023-Mar-12
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 47 downloads total

Score:
1.8
Short URL:
dssg.dub.pm