2019-01-08 11:33:28 -05:00
languageCode : "en"
title : "Bootstrap"
2020-11-24 14:05:11 -05:00
baseURL : "https://getbootstrap.com"
2021-12-21 01:39:43 -05:00
security :
enableInlineShortcodes : true
funcs :
getenv :
- ^HUGO_
- NETLIFY
2019-01-08 11:33:28 -05:00
2019-11-27 05:51:52 -05:00
markup :
goldmark :
renderer :
unsafe : true
highlight :
noClasses : false
2020-02-17 14:46:18 -05:00
tableOfContents :
startLevel : 2
endLevel : 6
2019-01-08 11:33:28 -05:00
buildDrafts : true
buildFuture : true
enableRobotsTXT : true
metaDataFormat : "yaml"
2021-05-25 01:32:27 -04:00
disableKinds : [ "404" , "taxonomy" , "term" , "RSS" ]
2019-01-08 11:33:28 -05:00
2021-03-02 10:05:26 -05:00
publishDir : "_site"
2019-01-08 11:33:28 -05:00
2019-07-29 03:57:54 -04:00
module :
mounts :
- source : dist
2022-05-06 16:57:58 -04:00
target : static/docs/5.2/dist
2019-09-16 17:22:49 -04:00
- source : site/assets
target : assets
2019-07-30 05:37:45 -04:00
- source : site/content
2019-07-29 03:57:54 -04:00
target : content
2019-07-30 05:37:45 -04:00
- source : site/data
2019-07-29 03:57:54 -04:00
target : data
2019-07-31 09:34:45 -04:00
- source : site/layouts
target : layouts
- source : site/static
target : static
2022-05-06 16:57:58 -04:00
- source : site/static/docs/5.2/assets/img/favicons/apple-touch-icon.png
2019-08-01 10:30:15 -04:00
target : static/apple-touch-icon.png
2022-05-06 16:57:58 -04:00
- source : site/static/docs/5.2/assets/img/favicons/favicon.ico
2019-08-01 10:30:15 -04:00
target : static/favicon.ico
2019-07-29 03:57:54 -04:00
2019-01-08 11:33:28 -05:00
params :
2022-07-26 12:25:47 -04:00
subtitle : "The most popular HTML, CSS, and JS library in the world."
description : "Powerful, extensible, and feature-packed frontend toolkit. Build and customize with Sass, utilize prebuilt grid system and components, and bring projects to life with powerful JavaScript plugins."
2019-01-08 11:33:28 -05:00
authors : "Mark Otto, Jacob Thornton, and Bootstrap contributors"
2022-10-03 03:44:02 -04:00
current_version : "5.2.2"
current_ruby_version : "5.2.2"
2022-05-06 16:57:58 -04:00
docs_version : "5.2"
2021-09-08 02:03:04 -04:00
rfs_version : "v9.0.6"
2020-03-24 15:39:42 -04:00
github_org : "https://github.com/twbs"
repo : "https://github.com/twbs/bootstrap"
2019-01-08 11:33:28 -05:00
twitter : "getbootstrap"
2019-07-26 12:05:51 -04:00
opencollective : "https://opencollective.com/bootstrap"
2019-07-26 10:06:17 -04:00
blog : "https://blog.getbootstrap.com/"
2019-08-14 14:47:41 -04:00
themes : "https://themes.getbootstrap.com/"
2019-10-18 03:28:17 -04:00
icons : "https://icons.getbootstrap.com/"
2022-05-17 02:37:00 -04:00
swag : "https://cottonbureau.com/people/bootstrap"
2019-01-08 11:33:28 -05:00
download :
2022-10-03 03:44:02 -04:00
source : "https://github.com/twbs/bootstrap/archive/v5.2.2.zip"
dist : "https://github.com/twbs/bootstrap/releases/download/v5.2.2/bootstrap-5.2.2-dist.zip"
dist_examples : "https://github.com/twbs/bootstrap/releases/download/v5.2.2/bootstrap-5.2.2-examples.zip"
2019-01-08 11:33:28 -05:00
cdn :
# See https://www.srihash.org for info on how to generate the hashes
2022-10-03 03:44:02 -04:00
css : "https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
css_hash : "sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
css_rtl : "https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.rtl.min.css"
css_rtl_hash : "sha384-7mQhpDl5nRA5nY9lr8F1st2NbIly/8WqhjTp+0oFxEA/QUuvlbF6M1KXezGBh3Nb"
js : "https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.min.js"
js_hash : "sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk"
js_bundle : "https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
js_bundle_hash : "sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
2022-09-01 07:44:13 -04:00
popper : "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"
popper_hash : "sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
2022-02-19 08:16:23 -05:00
anchors :
min : 2
max : 5