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

config.yml - github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 148820934148e7f812a6cbeac18bded0847916bf (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
languageCode:           "en"
title:                  "Bootstrap Blog"
baseURL:                "https://blog.getbootstrap.com"
enableInlineShortcodes: true

security:
  enableInlineShortcodes: true
  funcs:
    getenv:
      - ^HUGO_
      - NETLIFY

markup:
  goldmark:
    renderer:
      unsafe:           true
  highlight:
    noClasses:          false
  tableOfContents:
    startLevel:         2
    endLevel:           6

buildDrafts:            true
buildFuture:            true

enableRobotsTXT:        true
metaDataFormat:         "yaml"

disableKinds:           ["404", "taxonomy", "term"]

publishDir:             "_site"

paginate:               5
rssLimit:               10

permalinks:
  posts:                "/:year/:month/:day/:filename/"

related:
  includeNewer: false
  indices:
    - name: keywords
      weight: 100
    - name: tags
      weight: 80
    - name: date
      weight: 10
  threshold: 80
  toLower:  false

outputs:
  page:                 ["HTML"]
  home:                 ["HTML", "RSS"]
  section:              ["HTML", "RSS"]

outputFormats:
  RSS:
    mediatype:          "application/rss"
    baseName:           "feed"

module:
  mounts:
    - source:           src/assets
      target:           assets
    - source:           src/content
      target:           content
    - source:           src/data
      target:           data
    - source:           src/layouts
      target:           layouts
    - source:           src/static
      target:           static
    - source:           src/static/assets/img/favicons/apple-touch-icon.png
      target:           static/apple-touch-icon.png
    - source:           src/static/assets/img/favicons/favicon.ico
      target:           static/favicon.ico
    - source:           node_modules/bootstrap/scss
      target:           assets/scss/bootstrap
    - source:           node_modules/bootstrap/dist/js/bootstrap.min.js
      target:           assets/js/bootstrap.min.js

params:
  current_version:      "5.2.2"
  docs_version:         "5.2"
  description:          "Official blog for the Bootstrap framework."
  author:               "Mark Otto"
  main:                 "https://getbootstrap.com"
  github_org:           "https://github.com/twbs"
  repo:                 "https://github.com/twbs/blog"
  twitter:              "getbootstrap"
  blog:                 "https://blog.getbootstrap.com/"
  expo:                 "https://expo.getbootstrap.com/"
  icons:                "https://icons.getbootstrap.com/"
  themes:               "https://themes.getbootstrap.com/"
  opencollective:       "https://opencollective.com/bootstrap"
  # This is currently used by Hugo's internal twitter_cards.html and opengraph.html templates;
  # the first image in the following array is always used, unless specified in the front matter
  images:
    - "/assets/img/bootstrap-social.png"