Welcome to my Digital Bookshelf — a static website that showcases my book collection, reading progress, and favorite reads.
This project is built and hosted using GitHub Pages.
You can view the live site here: https://dt1337.github.io/bookshelf
- Clean and minimal static design
- Organized book listings with covers and descriptions
- Easy to update by editing HTML or data files
- Fully hosted on GitHub Pages
To run the site locally:
- Clone this repository:
git clone https://github.com/dt1337/bookshelf.git- Navigate to the project folder:
cd bookshelf- Build the site using go
go run main.go- Serve site using a webserver
npx http-server ./dist -p 8080
- Open the page in your browser
That’s it! You’re all set.
- HTML5
- CSS3
- Go 1.23 (static site rendering using html/template)
- GitHub Pages (hosting)
This digital bookshelf is a personal project to track and display books I’ve read, am reading, or plan to read. Feel free to fork the repo and customize it for your own reading journey!
If you have suggestions or feedback, feel free to open an issue or reach out via GitHub or by mail.