Bootstrap
Saturday, April 4, 2020
Bootstrap Links Hugo sites getting started Mike Dane tutorial on Youtube. Steps Created a git repo Check out blog project locally git clone https://github.com/HamdanKhan/blog.git hamdan.blog cd .. hugo new site hamdan.blog --force –force because we already created the blog folder from git clone.
Added a theme git submodule add https://github.com/cntrump/hugo-notepadium.git themes/hugo-notepadium Theme is notepadium copy-paste its config.toml to project toml file.
Created a disqus account, also setup https://hamdan-blog.…more