From c886f0a23779f4b4e9bc041e3ba20f802e4ecf01 Mon Sep 17 00:00:00 2001 From: hiiruki Date: Tue, 12 Sep 2023 17:01:30 +0700 Subject: [PATCH] update(blog/hello-world): add flow Title: Hello World! --- content/blog/hello-world/images/flow.svg | 1 + content/blog/hello-world/index.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 content/blog/hello-world/images/flow.svg 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.