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

config.yml - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a304d3ba948253c40e24d698b0ab149b49b8fdbb (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
languageCode:           "en"
title:                  "Bootstrap Icons"
baseURL:                "https://icons.getbootstrap.com"
enableInlineShortcodes: true

pygmentsUseClasses:     true
pygmentsCodeFences:     true

enableRobotsTXT:        true
metaDataFormat:         "yaml"
disableKinds:           ["404", "taxonomy", "taxonomyTerm", "RSS"]

blackfriday:
  fractions:            false

publishDir:             "_site"

module:
  mounts:
    - source:           docs/assets
      target:           assets
    - source:           docs/content
      target:           content
    - source:           docs/data
      target:           data
    - source:           docs/layouts
      target:           layouts
    - source:           docs/static
      target:           static
    - source:           docs/static/assets/img/favicons/apple-touch-icon.png
      target:           static/apple-touch-icon.png
    - source:           docs/static/assets/img/favicons/favicon.ico
      target:           static/favicon.ico

params:
  description:          "Official open source icon library for Bootstrap"
  social_image_path:    /assets/img/bootstrap-icons-social.png

  package_version:      "1.0.0-alpha"
  package_repo:         "https://github.com/twbs/icons"

  current_version:      "4.4.0"
  docs_version:         "4.4"

  main:                 "https://getbootstrap.com"
  repo:                 "https://github.com/twbs/bootstrap"
  twitter:              "getbootstrap"
  slack:                "https://bootstrap-slack.herokuapp.com"
  blog:                 "https://blog.getbootstrap.com"
  expo:                 "https://expo.getbootstrap.com"
  icons:                "https://icons.getbootstrap.com"
  themes:               "https://themes.getbootstrap.com"