Using Hugo
Hugo Requires Go brew install hugo create a folder for your website files hugo server up #It will generate a site locally on port 1313 Install a theme and copy exampleSite/config.toml to the root folder mkdir themes // Creates a “themes” Folder cd themes // Points to the “themes” Folder git submodule add https://github.com/pacollins/hugo-future-imperfect-slim.git Youtube references Mike Dane’s Playlist Ref ...