talos

Форк
0
80 строк · 3.4 Кб
1
languageCode:           "en"
2
title:                  "Bootstrap"
3
baseURL:                "https://getbootstrap.com"
4
enableInlineShortcodes: true
5

6
markup:
7
  goldmark:
8
    renderer:
9
      unsafe:           true
10
  highlight:
11
    noClasses:          false
12
  tableOfContents:
13
    startLevel:         2
14
    endLevel:           6
15

16
buildDrafts:            true
17
buildFuture:            true
18

19
enableRobotsTXT:        true
20
metaDataFormat:         "yaml"
21
disableKinds:           ["404", "taxonomy", "term", "RSS"]
22

23
publishDir:             "_site"
24

25
module:
26
  mounts:
27
    - source:           dist
28
      target:           static/docs/4.6/dist
29
    - source:           site/assets
30
      target:           assets
31
    - source:           site/content
32
      target:           content
33
    - source:           site/data
34
      target:           data
35
    - source:           site/layouts
36
      target:           layouts
37
    - source:           site/static
38
      target:           static
39
    - source:           site/static/docs/4.6/assets/img/favicons/apple-touch-icon.png
40
      target:           static/apple-touch-icon.png
41
    - source:           site/static/docs/4.6/assets/img/favicons/favicon.ico
42
      target:           static/favicon.ico
43

44
params:
45
  description:          "The most popular HTML, CSS, and JS library in the world."
46
  authors:              "Mark Otto, Jacob Thornton, and Bootstrap contributors"
47
  social_image_path:    /docs/4.6/assets/brand/bootstrap-social.png
48
  social_logo_path:     /docs/4.6/assets/brand/bootstrap-social-logo.png
49

50
  current_version:      "4.6.1"
51
  current_ruby_version: "4.6.1"
52
  docs_version:         "4.6"
53
  rfs_version:          "v8.1.0"
54
  github_org:           "https://github.com/twbs"
55
  repo:                 "https://github.com/twbs/bootstrap"
56
  twitter:              "getbootstrap"
57
  slack:                "https://bootstrap-slack.herokuapp.com/"
58
  opencollective:       "https://opencollective.com/bootstrap"
59
  blog:                 "https://blog.getbootstrap.com/"
60
  expo:                 "https://expo.getbootstrap.com/"
61
  themes:               "https://themes.getbootstrap.com/"
62
  icons:                "https://icons.getbootstrap.com/"
63

64
  download:
65
    source:             "https://github.com/twbs/bootstrap/archive/v4.6.1.zip"
66
    dist:               "https://github.com/twbs/bootstrap/releases/download/v4.6.1/bootstrap-4.6.1-dist.zip"
67
    dist_examples:      "https://github.com/twbs/bootstrap/releases/download/v4.6.1/bootstrap-4.6.1-examples.zip"
68

69
  cdn:
70
    # See https://www.srihash.org for info on how to generate the hashes
71
    css:              "https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
72
    css_hash:         "sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
73
    js:               "https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.min.js"
74
    js_hash:          "sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2"
75
    js_bundle:        "https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
76
    js_bundle_hash:   "sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
77
    jquery:           "https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
78
    jquery_hash:      "sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
79
    popper:           "https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
80
    popper_hash:      "sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
81

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.