https://github.com/xiaoronglv/thoughts
Engineering lessons learned: Ryan Lyu's tech blog
https://github.com/xiaoronglv/thoughts
engineering-blogs hugo
Last synced: 11 months ago
JSON representation
Engineering lessons learned: Ryan Lyu's tech blog
- Host: GitHub
- URL: https://github.com/xiaoronglv/thoughts
- Owner: xiaoronglv
- Created: 2025-05-07T09:47:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-08T13:10:35.000Z (about 1 year ago)
- Last Synced: 2025-07-04T02:02:20.633Z (12 months ago)
- Topics: engineering-blogs, hugo
- Language: HTML
- Homepage: https://thoughts.mednoter.com/posts/
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hi, I'm Ryan
I'm a software engineer. Welcome to my blog. In this blog, I write about my thoughts and experiences on software development.
## 📚 What is this blog built with?
This blog is built with [Hugo](https://gohugo.io/) and the theme is [Hugo Coder](https://github.com/luizdepra/hugo-coder). It's hosted on [Cloudflare Pages](https://developers.cloudflare.com/pages/framework-guides/deploy-a-hugo-site/).
## 💭 What is [Hugo](https://gohugo.io/)?
Hugo is a static-site generation tool written in Go. The tool allows for a quick, beautiful, and easy way to deploy a personal website. No web development knowledge is required, and all content is written using markdown.
## 🎨 Which theme is used?
This site uses the [Hugo Coder](https://github.com/luizdepra/hugo-coder)
## 🚀 How is this site deployed?
This site is deployed and hosted on [Cloudflare Pages](https://developers.cloudflare.com/pages/framework-guides/deploy-a-hugo-site/)
## 🔄 How to update the site?
This site is updated by pushing to the `main` branch. The site is automatically deployed to Cloudflare Pages.
## 📝 How to write a new post?
To write a new post, you need to create a new markdown file in the `content/posts` directory.