Our company 'AutoNotes' aims to build an personal knowledge base product that rivals Obsidian without the need to know Markdown syntax. Go will be help power our backend web and database servers and distributed service offerings on the cloud. However, additional investors will be needed for this year-long project. To promote our product, we have created a basic website using HUGO. The theme for this website is the Hugo Winston theme. This theme does have a Live Demo which made it simple to deploy onto Netlify. All descriptions are fictional and generated using ChatGPT.
1. Install Hugo
To use this theme you will first need to have Hugo installed. Please follow the official installation guide
⚠️ Note: Check your Hugo version - Hugo Extended is required!
2. Import Hugo site locally
Download or git clone this project onto local machine into folder on local machine.
git clone https://github.com/asaraog/msds431week3.git
cd msds431week3
cd exampleSite
hugo serve
Now enter localhost:1313
in the address bar of your browser. Files can then be changed and then committed/pushed when complete to git. Once pushed to git, the website will be updated on the deployed Netlify website autonotes.netlify.app.