Guide to Creating a Blazing Fast Website + Blog

Useful resources: Getting started with Hugo: https://www.youtube.com/watch?v=hjD9jTi_DQ4 Markdown cheat sheet: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet Yml documentation to understand syntax Preparing your mac Brew.sh Go Git Hugo Visual studio code Netlify Fathom Install homebrew - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew -v to see if it’s already installed Install git Install visual studio code, then open explorer and look for “Shell Command: Install ‘code’ command in PATH select. Install hugo - brew install hugo Steps to creating the site Create Hugo site cd into desired location Create the new site with Hugo in terminal: hugo new site {site name} -f yml Pick or create a theme and upload into the site’s themes folder with git clone (if picking, check docs to learn theme’s capabilities - e....

January 6, 2023 · 3 min