Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 committed May 14, 2024
1 parent b528eef commit 30d47d3
Showing 1 changed file with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@

## Lab's blog
## Personal blog 📘

This is the repository of the lab blog.
Welcome to my personal blog, created using [Quarto](https://quarto.org/). This blog serves as a space where I share my thoughts, projects, and insights on various topics, including programming, data engineering, geospatial tools, and more.

## About the Blog

This blog is designed with a minimalist, modern aesthetic, focusing on readability and a clean user experience. It is built using Quarto, a powerful and flexible tool for creating scientific and technical documents.

## Features

- **Minimalist Design**: A modern, white-themed design for a clean and distraction-free reading experience.
- **Easy Navigation**: Simple and intuitive navigation to help you find content quickly.
- **Responsive Layout**: Optimized for both desktop and mobile viewing.

## Getting Started

To get started with this repository, you'll need to have Quarto installed. Follow the steps below to set up the blog locally:

1. **Clone the Repository**:

```sh
git clone https://github.com/m3nin0-labs/blog
cd blog
```

2. **Install Quarto**: If you haven't already, you can install Quarto by following the [installation guide](https://quarto.org/docs/get-started/).


3. **Preview blog content**:

```sh
quarto preview
```

0 comments on commit 30d47d3

Please sign in to comment.