The website for SpiffWorkflow.org
Go to file
Dan 215f3210bf use images property on all posts and in the main page so it get's picked up by hugo as open graph tags that will show up in social media posts. 2023-01-03 16:20:38 -05:00
archetypes initial commit. 2022-12-26 15:23:37 -05:00
assets/fresh/partials initial commit. 2022-12-26 15:23:37 -05:00
content use images property on all posts and in the main page so it get's picked up by hugo as open graph tags that will show up in social media posts. 2023-01-03 16:20:38 -05:00
layouts use images property on all posts and in the main page so it get's picked up by hugo as open graph tags that will show up in social media posts. 2023-01-03 16:20:38 -05:00
resources/_gen/assets/sass updates to features page 2022-12-29 16:16:36 -05:00
static resize images to get page layout fixed. 2023-01-03 11:36:05 -05:00
themes/fresh initial commit. 2022-12-26 15:23:37 -05:00
.gitignore git ignore file. 2023-01-03 09:02:54 -05:00
.gitmodules initial commit. 2022-12-26 15:23:37 -05:00
.hugo_build.lock initial commit. 2022-12-26 15:23:37 -05:00
README.md Adding a readme. 2022-12-29 16:20:17 -05:00
config.yaml use images property on all posts and in the main page so it get's picked up by hugo as open graph tags that will show up in social media posts. 2023-01-03 16:20:38 -05:00

README.md

Spiffworkflow landing page and blog

To get started install Hugo. From there you can just run hugo serve and you should get the site as designed.

Theme

We used the Fresh Theme Documentation Live Demo

Generating Animated gifs

I used roughtly a quarter of my standard screen to record videos with OBS Studio. I then converted the mp4 files to gifs with the following command:

ffmpeg -i scripts.mp4 -r 15   -vf "scale=1024:-1,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" scripts.gif