Hi there 👋

Keep It Simple Stupid!

Deploy blog with Hugo and GithubPages

Record the procedure of generate static blog with Hugo, and deploy on githubPages automatically. Here is my goals: blog-source as the source content repo, <your-name>.github.io as the actually githubPages repo Connect above two repos with Github Action, trigger content generation and deploy when code pushed in blog-source The advantages is as follows: Make the blog-soursum ce as private repo, and with <your-name>.github.io as your blog URL. Implement CICD with GitHub Action I create a diagram to show this idea....

May 29, 2022 · 2 min · erenming