Update README and add workspace file
All checks were successful
Hugo Publish CI / build-and-deploy (push) Successful in 11s

- Enhance README with project details and local development instructions
- Add VS Code workspace file for improved project management
- Update Hugo Coder theme submodule
This commit is contained in:
Eric X. Liu 2024-09-16 10:31:07 -07:00
parent a6f28348cc
commit 39e6a27cee
3 changed files with 44 additions and 3 deletions

View File

@ -1,3 +1,37 @@
# 🌟 ericxliu.me
# ericxliu.me Welcome to the repository for my personal website! 🚀
[![Build Status](https://drone.ericxliu.local/api/badges/eric/ericxliu-me/status.svg?ref=refs/heads/master)](https://drone.ericxliu.local/eric/ericxliu-me)
## 🛠️ 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! 😊

View File

@ -0,0 +1,7 @@
{
"folders": [
{
"path": "."
}
]
}

@ -1 +1 @@
Subproject commit 0048b9dc51346c55e446213649a102d31c873b89 Subproject commit 4e8ce4a6a09c7f32548c5c33b532dcbbccc355b0