Enabled home page and reduced landing page's image size

This commit is contained in:
Sharwin Patil 2025-01-01 20:13:49 -08:00
parent 7769520f21
commit 9c45815cdf
5 changed files with 13 additions and 12 deletions

View file

@ -31,7 +31,7 @@
{{- partial "navigators/navbar.html" . -}}
<!--- ADD HOME SECTION ---------------->
<!-- {{- partial "sections/home.html" . -}} -->
{{- partial "sections/home.html" . -}}
<!--- ADD OPTIONAL SECTIONS ----------->
{{ $sections:= site.Data.sections }}

View file

@ -146,9 +146,7 @@ namespaced by their corresponding feature.
{{ $params := dict }}
{{/* set NODE_ENV depending on if we are building for production use. */}}
{{ $defines = $defines | merge (dict
"process.env.NODE_ENV" (cond hugo.IsProduction `"production"` `"development"` )
)}}
{{ $defines = $defines | merge (dict "process.env.NODE_ENV" (cond hugo.IsProduction `"production"` `"development"` ))}}
{{/* Go through each feature defined in our config.yml/config.toml/config.json file. */}}
{{ range $feature, $featureDef := site.Params.features }}