all repos — hastysite @ 3a83cc4accd34c12b70fd667b70baef076995d14

A high-performance static site generator.

nifty.json

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
{
  "storage": "packages", 
  "commands": 
  {
    "install": 
    {
      "git+src": 
      {
        "cmd": "git clone {{src}} --depth 1"
      }, 
      "git+src+tag": 
      {
        "cmd": "git clone --branch {{tag}} {{src}} --depth 1"
      }
    }, 
    "update": 
    {
      "git+name": 
      {
        "cmd": "git pull", 
        "pwd": "{{name}}"
      }
    }
  }, 
  "packages": 
  {
    "yaml": 
    {
      "name": "yaml", 
      "git": true, 
      "src": "https://github.com/flyx/NimYAML.git", 
      "tag": "v0.8.0"
    }, 
    "hastyscribe": 
    {
      "name": "hastyscribe", 
      "git": true, 
      "src": "https://github.com/h3rald/hastyscribe.git"
    }, 
    "minim": 
    {
      "name": "minim", 
      "git": true, 
      "src": "https://github.com/h3rald/minim.git"
    }
  }
}