Skip to content

Commit d27fadb

Browse files
committed
More
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent e31aca8 commit d27fadb

14 files changed

Lines changed: 248 additions & 247 deletions

File tree

assets/main.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $primary: #000;
3232
// @import "../vendor/bootstrap/scss/breadcrumb";
3333
// @import "../vendor/bootstrap/scss/pagination";
3434
@import "../vendor/bootstrap/scss/badge";
35-
// @import "../vendor/bootstrap/scss/alert";
35+
@import "../vendor/bootstrap/scss/alert";
3636
// @import "../vendor/bootstrap/scss/progress";
3737
// @import "../vendor/bootstrap/scss/list-group";
3838
// @import "../vendor/bootstrap/scss/close";
@@ -85,3 +85,9 @@ $bootstrap-icons-font-dir: "./";
8585
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15) !important;
8686
}
8787
}
88+
89+
.highlight pre {
90+
background: transparent !important;
91+
@extend .mb-0;
92+
@extend .p-4;
93+
}

config/_default/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ staticDir = [ './vendor/bootstrap-icons/font/fonts', './static' ]
66
description = 'The JSON Schema Registry. Enterprise-grade, high-performance, and self-hosted'
77
github = 'https://github.com/sourcemeta'
88
email = 'hello@sourcemeta.com'
9+
10+
[markup]
11+
[markup.highlight]
12+
style = 'swapoff'

content/_index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
+++
22
title = "Home"
3+
github = "sourcemeta/registry"
4+
5+
[[navigation]]
6+
title = "Docs"
7+
link = "https://registry.sourcemeta.com"
8+
9+
[[navigation]]
10+
title = "Features"
11+
link = "#features"
12+
13+
[[navigation]]
14+
title = "Pricing"
15+
link = "#pricing"
16+
17+
[[navigation]]
18+
title = "Open Source"
19+
link = "#opensource"
20+
21+
[[navigation]]
22+
title = "Support"
23+
link = "https://github.com/sourcemeta/registry/discussions"
324
+++
425

526
{{< blueprint color="white" class="border-top pt-4 pt-md-5 pb-3" >}}

content/products/std/_index.html

Lines changed: 152 additions & 227 deletions
Large diffs are not rendered by default.
157 KB
Loading
157 KB
Loading
157 KB
Loading
157 KB
Loading
157 KB
Loading

content/products/std/from-zip.png

157 KB
Loading

0 commit comments

Comments
 (0)