Learning Quantum (Part One)
IntroductionI joined a Quantum Software Bootcamp from January to February in 2024. During this period, I learned about quantum computing and some basic knowledge about quantum physics. I preferred to keep a record about this learning experience. It was only when I was actually exposed to it that I realized that quantum physics and quantum computing are not the same as what I used to understand from books. Quantum technology is still considered to be in its infancy. Although IBM and other compani ...
How to Create and Deploy a Hexo Blog Using GitHub and Amazon Route 53
IntroductionJust started creating my own blog, and here I’m documenting the process of using GitHub and Amazon Route 53 to create and deploy a Hexo blog.Note: Due to different network environments, there might be some issues during the setup. This is just a record of my own process, and I hope it can help you.
StepsInstalling HexoThe Hexo Official Documentation provides detailed installation instructions, so I won’t repeat them here.
Creating a GitHub Repository
Create a new GitHub repository na ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment