How to integrate Disqus into your Hugo site?

What is Disqus? The internet’s favorite comment plug-in makes it easy for publishers to bring their content to life, fuel colorful discussions, efficiently moderate comments, and build engaged communities. Step by step to integrate Disqus into your Hugo Site Step 1: Sign up for Disqus Step 2: Install Disqus Step 3: Chose “I want to install Disqus on my site.” Step 4: Fill in the Form details for your Hugo site Step 5: Copy the discussion templates, and create a disqus....

February 5, 2022 · 2 min · Andrew Wu

How to add Google Analytics to Hugo?

What is Google Analytics? Google Analytics is a web analytics service that provides statistics and basic analytical tools for search engine optimization (SEO) and marketing purposes. The service is part of the Google Marketing Platform and is available for free to anyone with a Google account. How to add google analytics to Hugo site? Step 1: Create a google account Step 2: Go to google analytics site Step 3: Set up your site details in google analytics Step 4: Get your site google analytics ID Step 5: Set up your Hugo config....

February 4, 2022 · 1 min · Andrew Wu

Git Basic Commands

Checks your Git version git --version Settings your Git user name & email git config --global user.name "Andrew_Wu" git config --global user.email "[email protected]" Checks your configurations git config --list Get Help git help <command> #get help for a git command Creates a new git repo git init # create a new git repo, with data stored in the `.git` directory Shows current repo status git status #tells you what's going on Adds files to stage git add <filename> #adds seleted filename to stagin area git add ....

January 12, 2022 · 2 min · Andrew Wu

How to use Hugo to create your Blog?

Step by step, teach you to create a static Blog, and deploy it to GitHub! Preface I recently had a thought to create my blog, and I used many blog services but ended up with nothing. And this time I made a decision, I want to write something, so after googling, I found “Hugo” this framework, you can use Markdown to create a static blog site. by the way, I don’t want to spend too much time creating a dynamic blog site to keep my thoughts and notes....

January 5, 2022 · 10 min · Andrew Wu

Hello 2022!

Hello 2022: Today is the first day of 2022. This world has changed a lot since Covid-19 for almost two years, and yesterday I saw many countries and cities celebrate New Year’s Eve and had firework shows. And I hope it’s the final stage of Covid-19, and this world can go back to normal, and people cannot worry about this virus, meet their family or friends, and travel this world to explore their futures....

January 1, 2022 · 1 min · Andrew Wu