-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |