diff --git a/README.md b/README.md index a4a21e2..396501d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,37 @@ +# 🌟 ericxliu.me -# ericxliu.me -[![Build Status](https://drone.ericxliu.local/api/badges/eric/ericxliu-me/status.svg?ref=refs/heads/master)](https://drone.ericxliu.local/eric/ericxliu-me) \ No newline at end of file +Welcome to the repository for my personal website! 🚀 + +## 🛠️ Built With + +This website is built using: +- [Hugo](https://gohugo.io/) - A fast and modern static site generator +- [Hugo Coder](https://github.com/luizdepra/hugo-coder/) - A minimalist and elegant Hugo theme + +## 🌐 Website + +Visit my website at [ericxliu.me](https://ericxliu.me) + +## 🚀 Features + +- 📱 Responsive design +- 🎨 Clean and minimalist layout +- 📝 Blog section for articles and thoughts +- 👨‍💻 Portfolio showcase +- 📬 Contact information + +## 🛠️ Local Development + +To run this website locally: + +1. Clone this repository +2. Install Hugo (extended version) +3. Navigate to the project directory +4. Run `hugo server -D` +5. Open your browser and visit `http://localhost:1313` + +## 📄 License + +This project is open source and available under the [MIT License](LICENSE). + +Thank you for visiting my website repository! 😊 \ No newline at end of file diff --git a/ericxliu-me.code-workspace b/ericxliu-me.code-workspace new file mode 100644 index 0000000..362d7c2 --- /dev/null +++ b/ericxliu-me.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "." + } + ] +} \ No newline at end of file diff --git a/themes/hugo-coder b/themes/hugo-coder index 0048b9d..4e8ce4a 160000 --- a/themes/hugo-coder +++ b/themes/hugo-coder @@ -1 +1 @@ -Subproject commit 0048b9dc51346c55e446213649a102d31c873b89 +Subproject commit 4e8ce4a6a09c7f32548c5c33b532dcbbccc355b0