My First Cloud Journey
My FCJ Blog
Overview
This is a personal blog created with Hugo to document my “First Cloud Journey” (FCJ). It serves as a living journal of my learning experiences, challenges, and insights as I explore the fundamentals and advanced topics of cloud computing.
About This Project
This blog is a static site generated by Hugo, known for its speed and simplicity. The content focuses on my personal journey and practical projects related to cloud technologies, including topics like:
Setting up my first cloud environment
Deploying applications
Exploring different cloud services
Infrastructure as Code (IaC)
Getting Started
To run this blog locally, you will need to have Hugo installed on your machine.
1. Clone the repository:
Shell
git clone https://github.com/trungnte/my-fcj-blog.git
cd my-fcj-blog
2. Run the Hugo server:
Shell
hugo server
This command will build the site and start a local server, allowing you to view the blog at http://localhost:1313
. Any changes you make to the content will be reflected automatically.
Contribution
This is a personal blog, but you are welcome to use it as a reference for your own projects. If you find any issues or have suggestions, feel free to open an issue.
License
This project is open-sourced under the MIT License. See the LICENSE file for more details.