-
Notifications
You must be signed in to change notification settings - Fork 77
/
hugo.toml
33 lines (26 loc) · 1.17 KB
/
hugo.toml
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
baseURL = "https://fastbootstrap.com"
languageCode = "en"
title = "Awesome Bootstrap Theme with Atlassian Design - FastBootstrap"
enableRobotsTXT = true
disableKinds = ["404", "taxonomy", "term", "RSS"]
enableGitInfo = true
publishDir = "public"
enableInlineShortcodes = true
[outputs]
home = ["HTML", "JSON", "RSS"]
[params]
description = "Beautiful Bootstrap UI components designed with Atlassian Design."
page_title_suffix = "FastBootstrap"
images = ["https://fastbootstrap.com/default-preview.jpg"]
github_org = "https://github.com/fastbootstrap"
repo = "https://github.com/fastbootstrap/atlassian-design-for-bootstrap"
docs_repo = "https://github.com/fastbootstrap/docs"
current_version = "2.2.0"
[params.download]
source = "https://github.com/fastbootstrap/atlassian-design-for-bootstrap/archive/refs/tags/v2.0.2.zip"
[params.cdn]
css = "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/fastbootstrap.min.css"
css_hash = "sha256-V6lu+OdYNKTKTsVFBuQsyIlDiRWiOmtC8VQ8Lzdm2i4="
[params.bootstrap.cdn]
js_bundle = "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
js_bundle_hash = "sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"