An open API service indexing awesome lists of open source software.

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

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.