Welcome to my personal tech blog! This repository contains the source code for my blog, which is built using Docusaurus.
I'm Juan-luke Klopper, a tech enthusiast and software engineer passionate about blockchain, AI, open-source software and basically all things tech. In this blog, I share my insights, tutorials, and thoughts on various tech topics.
To run this blog locally and start writing your own blog posts, follow these steps:
- Clone this repository:
git clone https://github.com/Juan-LukeKlopper/Exploring_the_tech_frontier.git
Navigate to the project directory:
cd Exploring_the_tech_frontier
Install dependencies:
npm install
Start the local development server:
npm start
Open your web browser and visit http://localhost:3000 to view the website locally.
To write a new post, follow these steps:
- Navigate to the docs directory:
cd Exploring_the_tech_frontier/blog
- Create a new markdown file (.md) for your article.
- Add your content using markdown syntax.
- Save the file.
- Your blog will be automatically added when building the new version of the website.
I welcome contributions from the community. If you'd like to contribute by fixing bugs, improving existing articles, or adding new content, please follow these guidelines:
- Fork this repository.
- Create a new branch for your changes.
- Make your changes and commit them with clear, concise commit messages.
- Push your changes to your fork.
- Create a pull request, explaining the changes you've made.
- GitHub: Juan-LukeKlopper
- Twitter: ScrtAgentLuke
Feel free to reach out if you have any questions, suggestions, or just want to connect!
Happy reading! 🚀