Tasks:
-create folders in Obsidian for posts and for where the website will be located
-install go(google golang)
-install hugo
-download and install ‘Terminal’ theme for hugo and update hugo config
REF: https://github.com/panr/hugo-theme-terminal
-create ‘images’ subfolder of static folder in hugo website to sync posts images to
-install latest Python
-copy python script and modify for my settings
Posts syncing command:
robocopy “C:\Users\username\iCloudDrive\iCloudmdobsidian\master\posts” “C:\Users\username\iCloudDrive\iCloudmdobsidian\master\MyWebsite\jblog\content\posts” /mir
Hugo Local Server Test Command
hugo server -t terminal