Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hugo-webslides.sublime-project - github.com/RCJacH/hugo-webslides.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53936f96f7fdda5adb0fc6e466c66b7e0a24b71b (plain)
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
{
  "build_systems":
  [
    {
      "name": "Start Hugo Server",
      "target": "console_exec",
      "cmd": ["start", "microsoft-edge:http://localhost:1313", "&;", "hugo", "server", "--disableFastRender", "--buildDrafts", "--watch", "--verbose", ],
      "working_dir": "$project_path",
      "shell": false,
      "variants":
      [
        {
          "name": "Build",
          "cmd": "hugo",
          "shell": false
        }
      ],
    }
  ],
  "folders":
  [
    {
      "path": "."
    }
  ],

}