Welcome to BlackSkies.net, where we navigate the vast universe of tech and programming with curiosity and passion!
Explore the Blog »
View Demo
·
Report Bug
·
Request Feature
[BlackSkies] is your go-to place for all things tech and programming. Whether you're a seasoned developer or just dipping your toes into the digital universe, we've got something for you. From coding tips to tech reviews, we're here to make your journey through the black skies of technology a little brighter.
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Hopelezz/blackskies.git
- Install NPM packages
npm install
- Start the development server
npm run astro dev
The blog posts and content are written in markdown and can be found in the src/posts
directory. To add a new post, simply create a new markdown file in the src/posts
directory and follow the existing markdown files as a template.
- Add an
About Me
page - Add a
404
page - Add a Search Feature to query the posts for keywords
- Make the Page More Accessible
- Rebuild the default component system.
- Add a Dark Theme.
- Make the Page More responsive to Mobile.
- 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.
- 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
Mark Spratt - @_hopelezz
Project Link: BlackSkies