mirror of
https://github.com/sartography/spiffworkflow_website.git
synced 2025-02-23 04:48:15 +00:00
1. Adding Terms and Conditions 1. Adding Privacy Policy
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
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
Description
Languages
HTML
75.4%
CSS
14.4%
Sass
6.8%
SCSS
2.1%
JavaScript
1.3%