This is a personal Blog and Bookreview website. I intend to document my journey in creating the website and its features. Maybe use it as a showcase for other people to see what I am capable of.
Report Bug
·
Request Feature
Table of Contents
To run the projects you will need to follow the instructions below. This will run a localhost version of the website.
- Clone the repo:
git clone https://github.com/Hopelezz/HopelezzBlog.git
- Install NPM packages:
npm install
- Run LocalHost:
npm run dev
- Create a section for Book Reviews
- Add images to Post Preview.
- Add Author data via JSON
- Add an
About Me
page - Add a
Hire Me
page - Add a
404
page - Add a Search Feature to query the posts for keywords
- Solved on #6
- Fix the
Most Recent Posts
button on the LeftSideBar (Deprecated) - Make the Page More Accessible
- Rebuild the default component system.
- Add a Dark Theme.
- Turn the Logo into an SVG version
- Make the Page More responsive to Mobile. (Needs a bit more tweaking to get it just right)
- Add a RightSideBar that shows the
Post headers
.
- Create a template for the Astro Framework based on what I've learned here
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Mark Spratt - @_hopelezz
Project Link: BlackSkies