Posts

  • Posted on Restricting Date Inputs

    Restricting Date Inputs

    Background In my day job I work for a software company building a clinical management system for the Aged Card sector. The system is a Rails & ReactJS application with some 3 million lines of code, so it is not a small application by any means. The Problem The issue we have is that in...

  • Posted on Simple Hugo Website

    Simple Hugo Website

    Installing Hugo Since I am using a Mac, this is as simple as brew install hugo For others, see the below list Arch Linux yay -S hugo Debian Linux sudo apt install hugo Redhat Linux yum install hugo Otherwise, you could always simple pull the latest version from the Hugo GitHub repo here https://github.com/gohugoio/hugo/releases Create your site and get a theme The first thing you will need is to create a site using the hugo cli...