Appeasing the Google God some more - greater sacrifice of my dignity as I assure there are no possible redirects from the navigation.

This commit is contained in:
danfunk 2023-05-22 16:28:53 -04:00
parent ff01db36f6
commit 9eb553035c
1 changed files with 23 additions and 23 deletions

View File

@ -47,7 +47,7 @@ params:
# Button text # Button text
buttontext: Get started buttontext: Get started
# Where the main hero button links to # Where the main hero button links to
buttonlink: "/posts/articles/get_started" buttonlink: "/posts/articles/get_started/"
# Hero image (from static/images/___) # Hero image (from static/images/___)
image: illustrations/flow.svg image: illustrations/flow.svg
# Footer logos (from static/images/logos/clients/___.svg) # Footer logos (from static/images/logos/clients/___.svg)
@ -57,23 +57,23 @@ params:
# Customizable navbar. For a dropdown, add a "sublinks" list. # Customizable navbar. For a dropdown, add a "sublinks" list.
navbar: navbar:
- title: Features - title: Features
url: /pages/features url: /pages/features/
- title: Projects - title: Projects
sublinks: sublinks:
- title: SpiffWorkflow - title: SpiffWorkflow
url: /pages/spiffworkflow url: /pages/spiffworkflow/
- title: SpiffArena - title: SpiffArena
url: /pages/spiffarena url: /pages/spiffarena/
- title: SpiffEditor - title: SpiffEditor
url: /pages/spiffeditor url: /pages/spiffeditor/
- title: Articles - title: Articles
sublinks: sublinks:
- title: Introductory Articles - title: Introductory Articles
url: /posts/articles url: /posts/articles/
- title: Deep Dives - title: Deep Dives
url: /posts/deep_dives url: /posts/deep_dives/
- title: Support - title: Support
url: /pages/support url: /pages/support/
button: true button: true
sidebar: sidebar:
# Logo (from /images/logos/___.svg) # Logo (from /images/logos/___.svg)
@ -83,18 +83,18 @@ params:
icon: user icon: user
links: links:
- text: SpiffWorkflow - text: SpiffWorkflow
url: /pages/spiffworkflow url: /pages/spiffworkflow/
- text: SpiffArena - text: SpiffArena
url: /pages/spiffarena url: /pages/spiffarena/
- text: SpiffEditor - text: SpiffEditor
url: /pages/spiffeditor url: /pages/spiffeditor/
- title: Articles - title: Articles
icon: envelope icon: envelope
links: links:
- text: Introductory Articles - text: Introductory Articles
url: /posts/articles url: /posts/articles/
- text: Deep Dive Articles - text: Deep Dive Articles
url: /posts/deep_dives url: /posts/deep_dives/
section1: section1:
title: Open Source Software title: Open Source Software
subtitle: It's all open. All of it. The whole enchilada. (Well it would be a tostada then, wouldn't it?) subtitle: It's all open. All of it. The whole enchilada. (Well it would be a tostada then, wouldn't it?)
@ -102,17 +102,17 @@ params:
- title: SpiffWorkflow - title: SpiffWorkflow
icon: spiffworkflow icon: spiffworkflow
text: The original lightweight diagram execution library. text: The original lightweight diagram execution library.
url: /pages/spiffworkflow url: /pages/spiffworkflow/
buttonText: Learn More buttonText: Learn More
- title: SpiffArena - title: SpiffArena
icon: spiffarena icon: spiffarena
text: A complete platform for managing diagrams. text: A complete platform for managing diagrams.
url: /pages/spiffarena url: /pages/spiffarena/
buttonText: Learn More buttonText: Learn More
- title: SpiffEditor - title: SpiffEditor
icon: spiffedit icon: spiffedit
text: Extensions for the popular BPMN.io diagram editor. text: Extensions for the popular BPMN.io diagram editor.
url: /pages/spiffeditor url: /pages/spiffeditor/
buttonText: Learn More buttonText: Learn More
section2: section2:
title: It's about people title: It's about people
@ -133,7 +133,7 @@ params:
subtitle: Diagrams can be intuitive AND executable - removing monotony, adding transparency and opening opportunities for improvement and adaptation. subtitle: Diagrams can be intuitive AND executable - removing monotony, adding transparency and opening opportunities for improvement and adaptation.
image: illustrations/school.svg image: illustrations/school.svg
buttonText: Features buttonText: Features
buttonLink: "/pages/features" buttonLink: "/pages/features/"
section4: section4:
title: Join the Innovators title: Join the Innovators
subtitle: We are just getting started. Join these innovators and help us continue to refine and improve this important open source project. subtitle: We are just getting started. Join these innovators and help us continue to refine and improve this important open source project.
@ -171,20 +171,20 @@ params:
title: "Projects" title: "Projects"
links: links:
- text: SpiffArena - text: SpiffArena
link: /pages/spiffarena link: /pages/spiffarena/
- text: SpiffWorkflow - text: SpiffWorkflow
link: /pages/spiffworkflow link: /pages/spiffworkflow/
- text: SpiffEditor - text: SpiffEditor
link: /pages/spiffeditor link: /pages/spiffeditor/
column2: column2:
title: "Docs" title: "Docs"
links: links:
- text: Get started - text: Get started
link: /posts/articles/get_started link: /posts/articles/get_started/
column3: column3:
title: "Blog" title: "Blog"
links: links:
- text: Introductory Articles - text: Introductory Articles
link: /posts/articles link: /posts/articles/
- text: Deep Dives - text: Deep Dives
link: /posts/deep_dives link: /posts/deep_dives/