serverx-org / SERVER-X-101

Unite developers, create impactful products together
https://serverx.org.in
1 stars 1 forks source link
developer-community server-x-101 serverx
SERVER-X-101

SERVER X 101

To work on this repository install Hugo

In Windows:

Chocolatey
Chocolatey is a free and open-source package manager for Windows. To install the extended edition of Hugo:

choco install hugo-extended

Scoop
Scoop is a free and open-source package manager for Windows. To install the extended edition of Hugo:

scoop install hugo-extended

Winget
Winget is Microsoft’s official free and open-source package manager for Windows. To install the extended edition of Hugo:

winget install Hugo.Hugo.Extended

In Linux:
To install the extended edition of Hugo:

sudo snap install hugo

To enable or revoke access to removable media:

sudo snap connect hugo:removable-media
sudo snap disconnect hugo:removable-media

To enable or revoke access to SSH keys:

sudo snap connect hugo:ssh-keys
sudo snap disconnect hugo:ssh-keys

In macOS:

Homebrew
Homebrew is a free and open-source package manager for macOS and Linux. To install the extended edition of Hugo:

brew install hugo

MacPorts
MacPorts is a free and open-source package manager for macOS. To install the extended edition of Hugo:

sudo port install hugo

Website Development Instructions

To contribute to the development of our website, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/SERVER-X-101/SERVER-X-101.git
  2. Install Dependencies:

    npm i
  3. Start Localhost Server:

    npm start
  4. Make Changes: Once the server is running, make your desired changes to the codebase.

  5. Create a Pull Request: After making changes, create a pull request (PR) to merge your code into the main branch.

  6. Resolve Issues: Ensure that your PR addresses and resolves any related issues by mentioning them in the PR description.

Thank you for contributing to our project!

Instructions for Content Contributors::

For Articles:

Articles template:

---
title: Article Title
description: Small Description for Your Article
author: Author Name
lastmod: 2024-03-18T00:00:00-00:00 (example)
github: link (if any GitHub link is available; otherwise, do not add)
tags:
  - tag1
  - tag2

---

From here, you can write your article...

For Contests:

Contests template:

---
title: Contest Title
description: Small Description for Your Contest
author: Author Name
lastmod: 2024-03-18T00:00:00-00:00 (example)
practice: true | false (for contests which come under practice)
vignan-challenges: true | false (for contests which come under vignan challenges)
tags:
  - tag1
  - tag2

---

From here, you can write your article...

If you want to contribute to the website layout:

Thank you for your contribution!