diff --git a/content/blog/hello-world/images/flow.svg b/content/blog/hello-world/images/flow.svg new file mode 100644 index 0000000..1ad5703 --- /dev/null +++ b/content/blog/hello-world/images/flow.svg @@ -0,0 +1 @@ +
Netlify Hosting
Netlify CI/CD Pipeline
GitHub Repo
Live Website
Trigger CI/CD from main branch
Build with Hugo
Deploy to Netlify
Commit Changes
Website Code
Push to Repo
\ No newline at end of file diff --git a/content/blog/hello-world/index.md b/content/blog/hello-world/index.md index f089ab2..454aad2 100644 --- a/content/blog/hello-world/index.md +++ b/content/blog/hello-world/index.md @@ -48,6 +48,10 @@ Previously I had a blog that used Static Site Generator (SSG) which is [Eleventy - [Netlify](https://netlify.com) to host this site and for the CI/CD pipeline - [GitHub](https://github.com) to host the source code +## Flow + +![Flow](images/flow.svg#center "Flow") + ## Why SSG? I'm using SSG because it's easier to use and it's faster than using CMS (Content Management System) like [WordPress](https://wordpress.com/). I don't need to worry about the server, database, etc. I just need to write the content and the SSG will generate the static site for me.