An open API service indexing awesome lists of open source software.

https://github.com/randilt/cyberscourge-hub

🚀 Dive into the world of tech with our blog! Explore networking, cybersecurity, web development, coding tips, game development and more. Contribute your insights and stay in the loop with the latest in technology. Let's build and share knowledge together! 💻🔒🌐
https://github.com/randilt/cyberscourge-hub

blog giscus hugo markdown-to-html static-site-generator

Last synced: 2 months ago
JSON representation

🚀 Dive into the world of tech with our blog! Explore networking, cybersecurity, web development, coding tips, game development and more. Contribute your insights and stay in the loop with the latest in technology. Let's build and share knowledge together! 💻🔒🌐

Awesome Lists containing this project

README

          

![logo](https://github.com/randilt/cyberscourge-hub/assets/51049280/02dbcf54-2b3c-4dee-9ba6-3bf1835521cf)

demo - https://rtharusha.tech/

![image](https://github.com/randilt/cyberscourge-hub/assets/51049280/00443b93-345e-4075-877b-e6255a3180f0)

![Lighthouse report](https://github.com/randilt/cyberscourge-hub/assets/51049280/e0c51534-8001-4971-b846-8db0592eaff0)

# CyberScourge Hub Blog

Welcome to the CyberScourge Hub Blog repository! This repository contains the source code and assets for our tech-focused blog.

## Table of Contents

- [Overview](#overview)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Overview

CyberScourge Hub Blog is a platform dedicated to exploring and sharing insights on various tech-related topics, including networking, cybersecurity, web development, coding tips, and more. Feel free to explore our posts and join the conversation!

## Getting Started

### Prerequisites

- [Hugo](https://gohugo.io/getting-started/installing/) - The static site generator used for this blog.

### Installation

1. Clone the repository: `git clone https://github.com/randilt/cyberscourge-hub.git`
2. Navigate to the project folder: `cd cyberscourge-hub`
3. Run Hugo: `hugo server -D`
4. Open your browser and visit `http://localhost:1313/` to preview the blog locally.

## Usage

The blog is organized using Hugo's structure. You can create new posts, modify the theme, and customize the layout to suit your preferences.

### Creating a New Post

1. Run `hugo new content your-new-post.md` to create a new post.
2. Open the newly created Markdown file in the `content` directory.
3. Add your content using Markdown syntax.

### Customizing the Theme

Feel free to customize the blog theme as you wish. You can modify styles, layouts, and more to match your blog's visual identity.

## Contributing

We welcome contributions! If you'd like to contribute to the blog, please follow our [contribution guidelines](CONTRIBUTING.md).

## License

This project is licensed under the [MIT License](LICENSE.md) - see the [LICENSE.md](LICENSE.md) file for details.