demo - https://rtharusha.tech/
Welcome to the CyberScourge Hub Blog repository! This repository contains the source code and assets for our tech-focused blog.
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!
- Hugo - The static site generator used for this blog.
- Clone the repository:
git clone https://github.com/randilt/cyberscourge-hub.git
- Navigate to the project folder:
cd cyberscourge-hub
- Run Hugo:
hugo server -D
- Open your browser and visit
http://localhost:1313/
to preview the blog locally.
The blog is organized using Hugo's structure. You can create new posts, modify the theme, and customize the layout to suit your preferences.
- Run
hugo new content your-new-post.md
to create a new post. - Open the newly created Markdown file in the
content
directory. - Add your content using Markdown syntax.
Feel free to customize the blog theme as you wish. You can modify styles, layouts, and more to match your blog's visual identity.
We welcome contributions! If you'd like to contribute to the blog, please follow our contribution guidelines.
This project is licensed under the MIT License - see the LICENSE.md file for details.