The website for SpiffWorkflow.org
Go to file
danfunk e83ad6d74e moving to google tags. 2023-08-03 16:48:47 -04: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 fixing date. 2023-08-02 16:41:30 -04:00
layouts moving to google tags. 2023-08-03 16:48:47 -04:00
resources/_gen/assets/sass Emphasize our keywords and marketing phrases in our titles. 2023-07-14 15:22:39 -04:00
static * Added Jon's excellent article on the Connector Proxy to our deep dives. 2023-08-02 16:30:36 -04:00
themes/fresh Emphasize our keywords and marketing phrases in our titles. 2023-07-14 15:22:39 -04: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 updated instrunctions? 2023-05-30 16:31:36 -04:00
config.yaml moving to google tags. 2023-08-03 16:48:47 -04: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

Deployment

This is auto-deployed through CloudFlare's pages. Please be sure that the correct version of Hugo is set in Cloud Flare's Workers & Pages / Settings / Environment Variables.

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