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

svgsprite.config.json - github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 45c68e8f641790900d343db147145e8fbcd3ac0e (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
28
29
30
31
32
33
34
35
{
  "shape": {
    "id": {
      "generator": "gblog_%s"
    },
    "dimension": {
      "maxWidth": 22,
      "maxHeight": 22,
      "attributes": false
    },
    "spacing": {
      "padding": 5,
      "box": "content"
    },
    "dest": "build/icons"
  },
  "svg": {
    "xmlDeclaration": false,
    "rootAttributes": {
      "class": "svg-sprite"
    }
  },
  "mode": {
    "defs": {
      "dest": "build/sprites/",
      "sprite": "geekblog.svg",
      "bust": false
    },
    "stack": {
      "dest": "build/img/",
      "sprite": "geekblog-stack.svg",
      "bust": false
    }
  }
}