eclipsefdn-hugo-solstice-theme 0.0.190 → 0.0.192
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,9 +14,8 @@ baseURL = "https://webdev.eclipse.org/docs/hugo"
|
|
|
14
14
|
keywords = ["hugo", "solstice", "eclipse foundation"]
|
|
15
15
|
# logo = "images/logo/eclipse-foundation-white.svg"
|
|
16
16
|
# favicon = "images/favicon.ico"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
js = "js/astro.js"
|
|
17
|
+
styles = "css/quicksilver.css"
|
|
18
|
+
js = "js/solstice.js"
|
|
20
19
|
gcse = "011805775785170369411:p3ec0igo0qq"
|
|
21
20
|
gcse_result_url = "/search"
|
|
22
21
|
# eclipse_search_icon = "<i data-feather=\"search\" stroke-width=\"1\"></i>"
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: "Custom Jumbotron"
|
|
3
3
|
headline: "Custom Jumbotron 2021"
|
|
4
|
-
subtitle:
|
|
4
|
+
subtitle: >
|
|
5
|
+
A Custom Jumbotron <span class="orange">Summit Event</span>
|
|
5
6
|
custom_jumbotron: "<h2 class=\"margin-top-10\">Guiding the Future of IDE Development</h2><p class=\"margin-top-20\">May 19, 2021 8AM-11AM PST (5PM-8PM CET)</p>"
|
|
6
7
|
date: 2021-03-07T08:00:00-24:00
|
|
7
8
|
hide_breadcrumb: true
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<h1 class="featured-jumbotron-headline">{{ .Page.Params.headline | title | safeHTML }}</h1>
|
|
34
34
|
{{ end }}
|
|
35
35
|
{{ if isset .Page.Params "subtitle" }}
|
|
36
|
-
<div class="featured-jumbotron-subtitle">{{ .Page.Params.subtitle | title }}</div>
|
|
36
|
+
<div class="featured-jumbotron-subtitle">{{ .Page.Params.subtitle | title | safeHTML }}</div>
|
|
37
37
|
{{ end }}
|
|
38
38
|
|
|
39
39
|
{{ if isset .Page.Params "tagline" }}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<div class="{{- .Params.jumbotron_class | default .Site.Params.jumbotron_class | default "col-md-20 col-md-offset-2 col-sm-18 col-sm-offset-3"}}">
|
|
20
20
|
<h1>{{ .Page.Params.headline | title | safeHTML }}</h1>
|
|
21
21
|
{{ if isset .Page.Params "subtitle" }}
|
|
22
|
-
<h2>{{ .Page.Params.subtitle | title }}</h2>
|
|
22
|
+
<h2>{{ .Page.Params.subtitle | title | safeHTML }}</h2>
|
|
23
23
|
{{end}}
|
|
24
24
|
|
|
25
25
|
{{ if isset .Page.Params "tagline" }}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "webpack.min.js",
|
|
5
5
|
"author": "Christopher Guindon",
|
|
6
6
|
"license": "EPL-2.0",
|
|
7
|
-
"version": "0.0.
|
|
7
|
+
"version": "0.0.192",
|
|
8
8
|
"bugs": {
|
|
9
9
|
"url": "https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/issues"
|
|
10
10
|
},
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"readmeFilename": "README.md",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"axios": "^0.21.1",
|
|
26
|
-
"eclipsefdn-solstice-assets": "0.0.
|
|
26
|
+
"eclipsefdn-solstice-assets": "0.0.237",
|
|
27
27
|
"json2yaml": "^1.1.0",
|
|
28
28
|
"toml": "^3.0.0"
|
|
29
29
|
},
|