diff --git a/config.yaml b/config.yaml index c0d1354..960335a 100644 --- a/config.yaml +++ b/config.yaml @@ -3,6 +3,14 @@ languageCode: en-us title: SpiffWorkflow theme: fresh googleAnalytics: G-3Z83G8WLEK +privacy: + disqus: + disable: true + googleAnalytics: + anonymizeIP: true + disable: false + respectDoNotTrack: true + # Disables warnings disableKinds: - taxonomy @@ -56,8 +64,14 @@ params: url: /pages/spiffarena - title: SpiffEditor url: /pages/spiffeditor - - title: Get Started - url: /posts/articles/get_started + - title: Articles + sublinks: + - title: Introductory Articles + url: /posts/articles + - title: Deep Dives + url: /posts/deep_dives + - title: Support + url: /pages/support button: true sidebar: # Logo (from /images/logos/___.svg) @@ -75,7 +89,7 @@ params: - title: Articles icon: envelope links: - - text: Introduction Articles + - text: Introductory Articles url: /posts/articles - text: Deep Dive Articles url: /posts/deep_dives @@ -166,7 +180,7 @@ params: column3: title: "Blog" links: - - text: Business articles - link: /blog/business - - text: Techincal articles - link: /blog/technical + - text: Introductory Articles + link: /posts/articles + - text: Deep Dives + link: /posts/deep_dives diff --git a/content/pages/support.md b/content/pages/support.md new file mode 100644 index 0000000..982e81d --- /dev/null +++ b/content/pages/support.md @@ -0,0 +1,14 @@ +--- +title: "Get Support Now" +subtitle: "Outcome Based Consulting Services" +date: 2023-01-02T10:05:00-05:00 +draft: false +no_comments: true +--- + +Support and consulting services are available from the team of people who created, maintain and continue to contribute to SpiffArena, SpiffWorkflow and our other open source projects. + +Reach out to learn how our SpiffWorkflow Consutling Services can help you Design a winning strategy to meet your business goals with simplicity, clarity, and shared vision. + +{{% contact_us %}} + diff --git a/content/pages/thankyou.md b/content/pages/thankyou.md new file mode 100644 index 0000000..011fc89 --- /dev/null +++ b/content/pages/thankyou.md @@ -0,0 +1,13 @@ +--- +title: "Thank you" +subtitle: "Message Received." +date: 2023-01-02T10:05:00-05:00 +draft: false +no_comments: true +--- + +![Thank you, processing ...](./thankyou.svg) + +Thank you for getting in contact with us, we will be in touch soon. + + diff --git a/content/pages/thankyou/thankyou.svg b/content/pages/thankyou/thankyou.svg new file mode 100644 index 0000000..2fcfd3c --- /dev/null +++ b/content/pages/thankyou/thankyou.svg @@ -0,0 +1,465 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Wait a bit... + + + + + + + + + + + + + Send us aMessage + Build somethingbeautifultogether + diff --git a/content/posts/articles/_index.md b/content/posts/articles/_index.md index 45749ae..ebcdc5f 100644 --- a/content/posts/articles/_index.md +++ b/content/posts/articles/_index.md @@ -1,6 +1,6 @@ --- -title: Articles -subtitle: Introductory articles and videos to help you get started with SpiffWorkflow +title: Introductory Articles +subtitle: Articles and videos to introduce SpiffWorkflow and help you get started. date: 2022-12-29T11:16:00-05:00 --- diff --git a/layouts/_default/list.html b/layouts/_default/list.html index dfbf53b..702302e 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -91,16 +91,12 @@ -{{ if .Params.include_footer }} {{ partial "footer.html" . }} -{{ end }}
-{{ if .Params.sidebar }} -{{ partial "single/sidebar.html" . }} -{{ end }} +{{ partial "sidebar.html" . }} {{ partial "javascript.html" . }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 920565d..c84d12f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -18,19 +18,22 @@ {{ partial "single/single.html" . }} - {{ if .Params.include_footer }} - {{ partial "footer.html" . }} + {{ if not .Params.no_comments }} +
+ {{ partial "comments.html" . }} +
{{ end }} + {{ partial "footer.html" . }} +
- {{ if .Params.sidebar }} - {{ partial "single/sidebar.html" . }} - {{ end }} + {{ partial "sidebar.html" . }} {{ end }} {{ partial "javascript.html" . }} + diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..0933a04 --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1,2 @@ + +
diff --git a/layouts/partials/contact_form.html b/layouts/partials/contact_form.html new file mode 100644 index 0000000..d0b54fe --- /dev/null +++ b/layouts/partials/contact_form.html @@ -0,0 +1,26 @@ +
+
+
+ + +
+
+
+ +
+
+ +
+
+ +
+ +
+
+
+
+
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html new file mode 100644 index 0000000..20deb2a --- /dev/null +++ b/layouts/partials/meta.html @@ -0,0 +1,8 @@ +{{ template "_internal/google_analytics.html" . }} +{{ if eq .Site.Params.openGraph true }} +{{ template "_internal/opengraph.html" . }} +{{ end }} + + + + diff --git a/layouts/partials/section5.html b/layouts/partials/section5.html new file mode 100644 index 0000000..a15b06e --- /dev/null +++ b/layouts/partials/section5.html @@ -0,0 +1,10 @@ +
+
+
+

Drop us a line or two

+

We'd love to hear from you

+
+
+ {{ partial "contact_form.html" . }} +
+
diff --git a/layouts/shortcodes/contact_us.html b/layouts/shortcodes/contact_us.html new file mode 100644 index 0000000..2c3c0b5 --- /dev/null +++ b/layouts/shortcodes/contact_us.html @@ -0,0 +1 @@ +{{ partial "contact_form.html" }} diff --git a/static/images/getting_started/add_process.png b/static/images/getting_started/add_process.png deleted file mode 100644 index f980a5f..0000000 Binary files a/static/images/getting_started/add_process.png and /dev/null differ diff --git a/static/images/getting_started/add_process_model.png b/static/images/getting_started/add_process_model.png deleted file mode 100644 index 0f92170..0000000 Binary files a/static/images/getting_started/add_process_model.png and /dev/null differ diff --git a/static/images/getting_started/append_task.png b/static/images/getting_started/append_task.png deleted file mode 100644 index 009a637..0000000 Binary files a/static/images/getting_started/append_task.png and /dev/null differ diff --git a/static/images/getting_started/diagram_1.png b/static/images/getting_started/diagram_1.png deleted file mode 100644 index d3ef3e5..0000000 Binary files a/static/images/getting_started/diagram_1.png and /dev/null differ diff --git a/static/images/getting_started/diagram_2.png b/static/images/getting_started/diagram_2.png deleted file mode 100644 index 04df9c6..0000000 Binary files a/static/images/getting_started/diagram_2.png and /dev/null differ diff --git a/static/images/getting_started/diagram_3.png b/static/images/getting_started/diagram_3.png deleted file mode 100644 index ba56495..0000000 Binary files a/static/images/getting_started/diagram_3.png and /dev/null differ diff --git a/static/images/getting_started/diagram_4.png b/static/images/getting_started/diagram_4.png deleted file mode 100644 index 6b5b2ce..0000000 Binary files a/static/images/getting_started/diagram_4.png and /dev/null differ diff --git a/static/images/getting_started/diagram_5.png b/static/images/getting_started/diagram_5.png deleted file mode 100644 index d248e39..0000000 Binary files a/static/images/getting_started/diagram_5.png and /dev/null differ diff --git a/static/images/getting_started/diagram_6.png b/static/images/getting_started/diagram_6.png deleted file mode 100644 index 603da81..0000000 Binary files a/static/images/getting_started/diagram_6.png and /dev/null differ diff --git a/static/images/getting_started/diagram_7.png b/static/images/getting_started/diagram_7.png deleted file mode 100644 index a691c72..0000000 Binary files a/static/images/getting_started/diagram_7.png and /dev/null differ diff --git a/static/images/getting_started/final_screen.png b/static/images/getting_started/final_screen.png deleted file mode 100644 index c827e86..0000000 Binary files a/static/images/getting_started/final_screen.png and /dev/null differ diff --git a/static/images/getting_started/process_goup_form.png b/static/images/getting_started/process_goup_form.png deleted file mode 100644 index 5c2a539..0000000 Binary files a/static/images/getting_started/process_goup_form.png and /dev/null differ diff --git a/static/images/getting_started/prop_panel_manual.png b/static/images/getting_started/prop_panel_manual.png deleted file mode 100644 index 3b63031..0000000 Binary files a/static/images/getting_started/prop_panel_manual.png and /dev/null differ diff --git a/static/images/getting_started/prop_panel_script.png b/static/images/getting_started/prop_panel_script.png deleted file mode 100644 index 6aed4f9..0000000 Binary files a/static/images/getting_started/prop_panel_script.png and /dev/null differ diff --git a/static/images/getting_started/script_task.png b/static/images/getting_started/script_task.png deleted file mode 100644 index a5b42dd..0000000 Binary files a/static/images/getting_started/script_task.png and /dev/null differ diff --git a/static/images/getting_started/select_processes.png b/static/images/getting_started/select_processes.png deleted file mode 100644 index fce0d82..0000000 Binary files a/static/images/getting_started/select_processes.png and /dev/null differ diff --git a/static/images/getting_started/spiff_arena.png b/static/images/getting_started/spiff_arena.png deleted file mode 100644 index 649b42d..0000000 Binary files a/static/images/getting_started/spiff_arena.png and /dev/null differ diff --git a/static/images/getting_started/wrench.png b/static/images/getting_started/wrench.png deleted file mode 100644 index 6ca0a66..0000000 Binary files a/static/images/getting_started/wrench.png and /dev/null differ diff --git a/static/images/illustrations/flow.svg.2022_12_10_08_52_10.1.svg b/static/images/illustrations/flow.svg.2022_12_10_08_52_10.1.svg deleted file mode 100644 index c689e34..0000000 --- a/static/images/illustrations/flow.svg.2022_12_10_08_52_10.1.svg +++ /dev/null @@ -1,1484 +0,0 @@ - - - -