update(blog/hello-world): add flow

Title: Hello World!
This commit is contained in:
hiiruki 2023-09-12 17:01:30 +07:00
parent 51b7f19190
commit c886f0a237
No known key found for this signature in database
GPG Key ID: E40D7521AF5886C8
2 changed files with 5 additions and 0 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -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 - [Netlify](https://netlify.com) to host this site and for the CI/CD pipeline
- [GitHub](https://github.com) to host the source code - [GitHub](https://github.com) to host the source code
## Flow
![Flow](images/flow.svg#center "Flow")
## Why SSG? ## 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. 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.