2023-01-09 16:09:41 +00:00
baseURL : https://www.spiffworkflow.org/
2022-12-26 20:23:37 +00:00
languageCode : en-us
title : SpiffWorkflow
theme : fresh
2023-01-02 18:35:51 +00:00
privacy :
disqus :
disable : true
googleAnalytics :
anonymizeIP : true
disable : false
respectDoNotTrack : true
2022-12-26 20:23:37 +00:00
# Disables warnings
disableKinds :
- taxonomy
- taxonomyTerm
markup :
goldmark :
renderer :
unsafe : true # Allows you to write raw html in your md files
params :
# Open graph allows easy social sharing. If you don't want it you can set it to false or just delete the variable
openGraph : true
2023-01-03 21:20:38 +00:00
images :
2023-08-02 20:37:27 +00:00
- /images/favicon.png
- /images/default_thumbnail.png
2022-12-26 20:23:37 +00:00
# Used as meta data; describe your site to make Google Bots happy
2023-08-02 20:37:27 +00:00
description : Buisness Process Automation with BPMN and Python. Connect people and software together in a way that makes sense to everyone.
2023-06-23 21:55:55 +00:00
# Preloader ensures get_started are loaded before displaying to the user. If you don't want it uncomment to set it to false
2022-12-26 20:23:37 +00:00
# preloader: false
navbarlogo :
2023-06-23 21:55:55 +00:00
# Logo (from static/get_started/logos/___)
2022-12-26 20:23:37 +00:00
image : logos/spiffworkflow_logo.png
link : /
# Default width/height. Uncomment if you need to change
width : 138
height : 28
font :
name : "Open Sans"
sizes : [ 400 , 600 ]
hero :
# Main hero title
2023-07-14 19:22:39 +00:00
title : Process Automation with BPMN and Python
2022-12-26 20:23:37 +00:00
# Hero subtitle (optional)
subtitle : Connect people and software together in a way that makes sense to everyone.
# Button text
2023-08-02 20:37:27 +00:00
buttontext : Free Trial!
2022-12-26 20:23:37 +00:00
# Where the main hero button links to
2023-05-22 20:28:53 +00:00
buttonlink : "/posts/articles/get_started/"
2023-06-23 21:55:55 +00:00
# Hero image (from static/get_started/___)
2022-12-26 20:23:37 +00:00
image : illustrations/flow.svg
2023-06-23 21:55:55 +00:00
# Footer logos (from static/get_started/logos/clients/___.svg)
2022-12-26 20:23:37 +00:00
clientlogos :
- status
- uva
# Customizable navbar. For a dropdown, add a "sublinks" list.
navbar :
- title : Features
2023-05-22 20:28:53 +00:00
url : /pages/features/
2023-08-02 20:37:27 +00:00
- title : Support
url : /pages/support/
2022-12-26 20:23:37 +00:00
- title : Projects
2022-12-28 18:37:42 +00:00
sublinks :
- title : SpiffWorkflow
2023-05-22 20:28:53 +00:00
url : /pages/spiffworkflow/
2022-12-28 18:37:42 +00:00
- title : SpiffArena
2023-05-22 20:28:53 +00:00
url : /pages/spiffarena/
2022-12-28 18:37:42 +00:00
- title : SpiffEditor
2023-05-22 20:28:53 +00:00
url : /pages/spiffeditor/
2023-01-02 18:35:51 +00:00
- title : Articles
sublinks :
- title : Introductory Articles
2023-05-22 20:28:53 +00:00
url : /posts/articles/
2023-01-02 18:35:51 +00:00
- title : Deep Dives
2023-05-22 20:28:53 +00:00
url : /posts/deep_dives/
2022-12-26 20:23:37 +00:00
sidebar :
2023-06-23 21:55:55 +00:00
# Logo (from /get_started/logos/___.svg)
2022-12-26 20:23:37 +00:00
logo : spiffworkflow_white
sections :
- title : Projects
icon : user
links :
- text : SpiffWorkflow
2023-05-22 20:28:53 +00:00
url : /pages/spiffworkflow/
2022-12-26 20:23:37 +00:00
- text : SpiffArena
2023-05-22 20:28:53 +00:00
url : /pages/spiffarena/
2022-12-26 20:23:37 +00:00
- text : SpiffEditor
2023-05-22 20:28:53 +00:00
url : /pages/spiffeditor/
2022-12-26 20:23:37 +00:00
- title : Articles
icon : envelope
links :
2023-01-02 18:35:51 +00:00
- text : Introductory Articles
2023-05-22 20:28:53 +00:00
url : /posts/articles/
2022-12-29 21:16:36 +00:00
- text : Deep Dive Articles
2023-05-22 20:28:53 +00:00
url : /posts/deep_dives/
2022-12-26 20:23:37 +00:00
section1 :
title : Open Source Software
2023-01-03 16:49:51 +00:00
subtitle : It's all open. All of it. The whole enchilada. (Well it would be a tostada then, wouldn't it?)
2022-12-26 20:23:37 +00:00
tiles :
- title : SpiffWorkflow
icon : spiffworkflow
text : The original lightweight diagram execution library.
2023-05-22 20:28:53 +00:00
url : /pages/spiffworkflow/
2022-12-26 20:23:37 +00:00
buttonText : Learn More
2023-07-14 19:22:39 +00:00
class : tile-secondary
2022-12-26 20:23:37 +00:00
- title : SpiffArena
icon : spiffarena
text : A complete platform for managing diagrams.
2023-05-22 20:28:53 +00:00
url : /pages/spiffarena/
2022-12-26 20:23:37 +00:00
buttonText : Learn More
2023-07-14 19:22:39 +00:00
class : tile-primary
2022-12-26 20:23:37 +00:00
- title : SpiffEditor
icon : spiffedit
text : Extensions for the popular BPMN.io diagram editor.
2023-05-22 20:28:53 +00:00
url : /pages/spiffeditor/
2022-12-26 20:23:37 +00:00
buttonText : Learn More
2023-07-14 19:22:39 +00:00
class : tile-secondary
2022-12-26 20:23:37 +00:00
section2 :
2023-07-14 19:22:39 +00:00
title : Empower Your People
subtitle : We bet the future is not about monetizing people using automated systems. We believe in a future filled with human innovation that is supported by software that increases transparency, understanding, and collaboration.
2022-12-26 20:23:37 +00:00
features :
- title : Create Transparency
2023-01-03 16:30:57 +00:00
text : Only when people understand processes will they contribute to their improvement. Executable diagrams allow people to see what is happening behind the curtains. The benefit of transparency is twofold: it creates empathy ("I didn't know you were handling so much!") and it provides power ("Hey, if we reviewed this earlier it would save everyone a lot of time").
2022-12-26 20:23:37 +00:00
icon : transparency
- title : Automate The Bots
2023-01-03 16:30:57 +00:00
text : No one wants 20 applications telling them what to do all day. In many cases, what we need is a little glue -- a way to pull information from one system and use it in another. The Service Tasks in our diagrams allows us to talk to services, gather information, send that information to other services, getting ourselves out of the loop.
2023-06-23 21:55:55 +00:00
# Icon (from /get_started/illustrations/icons/___.svg)
2022-12-26 20:23:37 +00:00
icon : bots
- title : Deliver on Schedule
2023-01-03 16:30:57 +00:00
text : Computers make great clock watchers, so let them do it. We need more time by the fireplace for contemplation and less time responding to our endlessly beeping phones with their often pointless interruptions. If we can reduce the noise and think in peace, then perhaps we can do something of merit, of consequence -- something worthy of our precious time.
2022-12-26 20:23:37 +00:00
icon : clock
section3 :
2023-07-14 19:22:39 +00:00
title : A Powerful Low Code Platform
subtitle : Excellent tools may take time to master, but in the right hands yield exceptional results. This is a tool for professionals and scientists. We do not offer paint by numbers coloring books. We do not have any crayons.
2022-12-26 20:23:37 +00:00
image : illustrations/school.svg
2023-01-03 18:43:50 +00:00
buttonText : Features
2023-05-22 20:28:53 +00:00
buttonLink : "/pages/features/"
2022-12-26 20:23:37 +00:00
section4 :
title : Join the Innovators
2023-01-03 14:02:25 +00:00
subtitle : We are just getting started. Join these innovators and help us continue to refine and improve this important open source project.
2022-12-26 20:23:37 +00:00
clients :
- name : Jarrad Hope
2023-01-19 12:39:36 +00:00
quote : I’ m proud of our investment in SpiffWorkflow. It’ s in line with our mission and core principles of purposeful technology, public good, and openness. I am excited about the future and looking forward to working with you.
2022-12-26 20:23:37 +00:00
job : CoFounder - Status.im
img : jarrad
- name : Ron Hutchins
quote : You guys are rock stars. I really appreciate your passion and your expertise on this project. I’ m very excited too about what we can do with it in the future.
job : VP - IT - UVA
img : ron
section5 : true
footer :
2023-06-23 21:55:55 +00:00
# Logo (from /get_started/logos/___)
2022-12-26 20:23:37 +00:00
logo : spiffworkflow_white.svg
# Social Media Title
2023-01-02 22:02:30 +00:00
socialmediatitle : Connect
2022-12-26 20:23:37 +00:00
# Social media links (GitHub, Twitter, etc.). All are optional./
socialmedia :
2023-01-02 22:02:30 +00:00
- link : https://discord.gg/F6Kb7HNK7B
icon : comments
2022-12-26 20:23:37 +00:00
- link : https://github.com/sartography
# Icons are from Font Awesome
icon : github
- link : https://www.youtube.com/channel/UCtDHzDfhyvnAb8CFmdwucUA
icon : youtube
- link : https://twitter.com/SpiffWorkflow
icon : twitter
- link : https://spiffworkflow.readthedocs.io/en/latest/index.html
icon : book
bulmalogo : false
quicklinks :
column1 :
title : "Projects"
links :
- text : SpiffArena
2023-05-22 20:28:53 +00:00
link : /pages/spiffarena/
2022-12-26 20:23:37 +00:00
- text : SpiffWorkflow
2023-05-22 20:28:53 +00:00
link : /pages/spiffworkflow/
2022-12-26 20:23:37 +00:00
- text : SpiffEditor
2023-05-22 20:28:53 +00:00
link : /pages/spiffeditor/
2022-12-26 20:23:37 +00:00
column2 :
title : "Docs"
links :
2023-05-30 19:38:24 +00:00
- text : Privacy Policy
link : /pages/privacy_policy/
- text : Terms of Service
link : /pages/demo_terms_of_service/
2023-06-23 21:55:55 +00:00
- text : Service Level Expectations
link : /pages/service_level/
2022-12-26 20:23:37 +00:00
column3 :
title : "Blog"
links :
2023-05-30 19:38:24 +00:00
- text : Get started
link : /posts/articles/get_started/
2023-01-02 18:35:51 +00:00
- text : Introductory Articles
2023-05-22 20:28:53 +00:00
link : /posts/articles/
2023-01-02 18:35:51 +00:00
- text : Deep Dives
2023-05-22 20:28:53 +00:00
link : /posts/deep_dives/