site

Website's source files.
Log | Files | Refs | Submodules | LICENSE

index.json (360B)


      1 {
      2   "wins" : [
      3     {
      4     "cmds" : [
      5       {
      6       "type" : "cat",
      7       "where" : "figlet.handlebars",
      8       "trim" : true
      9     },
     10       {
     11       "type" : "ls",
     12       "where" : "~",
     13       "what" : ["software.handlebars", "posts"],
     14       "display-path" : "~"
     15     },
     16       {
     17       "type" : "cat",
     18       "where" : "front",
     19       "trim" : true
     20     }
     21     ]
     22   }
     23   ]
     24 }