Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1.87 KB

README.md

File metadata and controls

71 lines (45 loc) · 1.87 KB

Exploring the tech frontier

Welcome to my personal tech blog! This repository contains the source code for my blog, which is built using Docusaurus.

About Me

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.

Quick Start

To run this blog locally and start writing your own blog posts, follow these steps:

  1. 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.

Writing Blogs

To write a new post, follow these steps:

  1. Navigate to the docs directory:
cd Exploring_the_tech_frontier/blog
  1. Create a new markdown file (.md) for your article.
  2. Add your content using markdown syntax.
  3. Save the file.
  4. Your blog will be automatically added when building the new version of the website.

Contributing

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.

Contact

Feel free to reach out if you have any questions, suggestions, or just want to connect!

Happy reading! 🚀