Skip to content
/ DarkZone Public

A blog created to share study content in various fields, such as programming and languages, in addition to discussing other topics of interest.

License

Notifications You must be signed in to change notification settings

akyua/DarkZone

Repository files navigation

DarkZone Blog

This is my personal blog, a space I've created to share and document what I'm learning. The main goal is to write about topics I'm studying or curious about, with a focus on learning and exploration.

See website live on

Languages

  • Portuguese
  • English (not available for now)

Technologies Used

VUE Vite TypeScript SASS

How to run the Project

To get the project up and running on your local machine, follow these steps:

Clone the repository: First, clone the project to your local machine using Git.

Install dependencies: Navigate to the project's folder in your terminal and run the following command to install all the necessary dependencies:

npm install

Run the project: Finally, start the project in development mode with this command:

npm run dev

How to create a new Post

To create a new post, navigate to the posts folder within the project. Inside, create a new .md file. While it's not mandatory, it's a good practice to name the file after the post's title for better organization.

At the beginning of the file, you must include and fill in the following information:

---
title: 'How to use GIT'
slug: 'how-to-use-git'
date: '2025-09-09'
author: 'Gabriel Silveira'
category: 'GIT'
---

After adding this information, you can freely write the content of your post. Feel free to use the existing posts as examples.

Pictures of the Project

Image Image Image Image

License

GPLv3 © Gabriel Silveira

About

A blog created to share study content in various fields, such as programming and languages, in addition to discussing other topics of interest.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published