SSG

DSP (Syniti) Help

I completed this site as a proof-of-concept for using Hugo for our documentation project at my position at BackOffice Associates (now Syniti). We were looking at Hugo because of how fast it builds sites since our site had so many pages and we wanted to decrease load time. However, Hugo did not have a theme that met all of our needs, so I created my own theme using UIkit (https://getuikit.com/). The site is incomplete as I left the company before we were able to implement it, but I really enjoyed using UIkit and Hugo templating to create the site.
Hugo SSG markdown UIkit

Entota Help

I completed this site as a proof-of-concept for using Docusaurus for our documentation project at my position at BackOffice Associates (now Syniti). While it was fairly easy to set up and looks nice, Docusaurus did not provide for all of the functionality we required so we did not end up using it. I really enjoyed putting it together and knew enough about React to adjust the UI to fit our needs. Through this project I learned how to use GitLab's CI and wrote a script for the .gitlab-ci.yml file since GitLab did not have a sample Docusaurus project yet. Afterwards, I submitted a sample Docusaurus project for them to add to their sample projects. I also learned how to set up the search functionality through DocSearch for free.
Docusaurus SSG markdown React

SSG Presentation

Slides I created for a presentation to the Customer Service Organization (CSO) group about my journey with SSGs. It was well received and generated interest in the development team, who reached out to me to help me further my goal to convert more of our files into an SSG.
SSG Pandoc GitHub Jekyll

Docusaurus POC

A project I completed at work to create a proof of concept for moving our MadCap Flare project into a static site generator. I had a little experience with Jekyll before this and was able to set up this new site in about a week.
SSG React GitLab Bash

Creating custom shortcodes for Hugo when you are using a theme

May 31, 2020
SSG Hugo