{"id":21053468,"url":"https://github.com/serverx-org/server-x-101","last_synced_at":"2026-02-14T07:03:01.492Z","repository":{"id":238656088,"uuid":"780990200","full_name":"serverx-org/SERVER-X-101","owner":"serverx-org","description":"Unite developers, create impactful products together","archived":false,"fork":false,"pushed_at":"2024-08-30T17:09:42.000Z","size":43688,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-13T23:29:55.338Z","etag":null,"topics":["developer-community","server-x-101","serverx"],"latest_commit_sha":null,"homepage":"https://serverx.org.in","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serverx-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-02T14:44:15.000Z","updated_at":"2024-07-27T19:36:29.000Z","dependencies_parsed_at":"2025-03-13T23:38:32.391Z","dependency_job_id":null,"html_url":"https://github.com/serverx-org/SERVER-X-101","commit_stats":null,"previous_names":["server-x-101/server-x-101","serverx-org/server-x-101"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/serverx-org/SERVER-X-101","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverx-org%2FSERVER-X-101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverx-org%2FSERVER-X-101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverx-org%2FSERVER-X-101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverx-org%2FSERVER-X-101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverx-org","download_url":"https://codeload.github.com/serverx-org/SERVER-X-101/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverx-org%2FSERVER-X-101/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263445975,"owners_count":23467652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["developer-community","server-x-101","serverx"],"created_at":"2024-11-19T16:06:44.230Z","updated_at":"2025-10-05T16:51:21.023Z","avatar_url":"https://github.com/serverx-org.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\".github/images/logo.png\" alt=\"SERVER-X-101\" title=\"SERVER-X-101\" width=\"350px\"/\u003e\n\u003ch3\u003e \u003cb\u003eSERVER X 101\u003c/b\u003e \u003c/h3\u003e\n\u003c/div\u003e\n\n## To work on this repository install Hugo\n\n**In Windows:**\n\n**Chocolatey**  \n[Chocolatey](https://chocolatey.org) is a free and open-source package manager for Windows. To install the extended edition of Hugo:\n\n```bash\nchoco install hugo-extended\n```\n\n**Scoop**  \n[Scoop](https://scoop.sh) is a free and open-source package manager for Windows. To install the extended edition of Hugo:\n\n```bash\nscoop install hugo-extended\n```\n\n**Winget**  \n[Winget](https://learn.microsoft.com/en-us/windows/package-manager/) is Microsoft’s official free and open-source package manager for Windows. To install the extended edition of Hugo:\n\n```bash\nwinget install Hugo.Hugo.Extended\n```\n\n**In Linux:**  \nTo install the extended edition of Hugo:\n\n```bash\nsudo snap install hugo\n```\n\nTo enable or revoke access to removable media:\n\n```bash\nsudo snap connect hugo:removable-media\nsudo snap disconnect hugo:removable-media\n```\n\nTo enable or revoke access to SSH keys:\n\n```bash\nsudo snap connect hugo:ssh-keys\nsudo snap disconnect hugo:ssh-keys\n```\n\n**In macOS:**\n\n**Homebrew**  \n[Homebrew](https://brew.sh) is a free and open-source package manager for macOS and Linux. To install the extended edition of Hugo:\n\n```bash\nbrew install hugo\n```\n\n**MacPorts**  \n[MacPorts](https://www.macports.org) is a free and open-source package manager for macOS. To install the extended edition of Hugo:\n\n```bash\nsudo port install hugo\n```\n\n## Website Development Instructions\n\nTo contribute to the development of our website, follow these steps:\n\n1. **Clone the Repository:** \n   ```\n   git clone https://github.com/SERVER-X-101/SERVER-X-101.git\n   ```\n\n2. **Install Dependencies:** \n   ```\n   npm i\n   ```\n\n3. **Start Localhost Server:** \n   ```\n   npm start\n   ```\n\n\n4. **Make Changes:** \n   Once the server is running, make your desired changes to the codebase.\n\n5. **Create a Pull Request:** \n   After making changes, create a pull request (PR) to merge your code into the main branch.\n\n6. **Resolve Issues:** \n   Ensure that your PR addresses and resolves any related issues by mentioning them in the PR description.\n\nThank you for contributing to our project!\n\n## Instructions for Content Contributors::\n\nFor Articles:\n\n- Navigate to the `content` directory.\n- Then to the `articles` directory.\n- Create a folder using snake_case with your article title, e.g., `article_name`.\n- Add an `img` folder for images related to your article inside the created directory.\n- Add a `featured.png` file for the card image of your article.\n- Create an `_index.md_` file and add your article in Markdown format.\n- Inside `_index.md`, use the following template format:\n\nArticles template:\n\n```md\n---\ntitle: Article Title\ndescription: Small Description for Your Article\nauthor: Author Name\nlastmod: 2024-03-18T00:00:00-00:00 (example)\ngithub: link (if any GitHub link is available; otherwise, do not add)\ntags:\n  - tag1\n  - tag2\n\n---\n\nFrom here, you can write your article...\n```\n\nFor Contests:\n\n- Navigate to the `content` directory.\n- Then to the `contests` directory.\n- Create a folder using snake_case with your contest title, e.g., `contest_name`.\n- Add an `img` folder for images related to your contest inside the created directory.\n- Add a `featured.png` file for the card image of your contest.\n- Create an `_index.md_` file and add your contest in Markdown format.\n- Add information about the contest, a small description, or any images if available.\n- Create `problem_1.md` and add the first problem name of the contest inside the `contest_name` directory that you created.\n- Similarly, create content for other problems.\n- Inside each problem's Markdown file, use the following template format:\n\nContests template:\n\n```md\n---\ntitle: Contest Title\ndescription: Small Description for Your Contest\nauthor: Author Name\nlastmod: 2024-03-18T00:00:00-00:00 (example)\npractice: true | false (for contests which come under practice)\nvignan-challenges: true | false (for contests which come under vignan challenges)\ntags:\n  - tag1\n  - tag2\n\n---\n\nFrom here, you can write your article...\n```\n\nIf you want to contribute to the website layout:\n\n- You can refer to the HUGO [documentation](https://gohugo.io/documentation/) for more information.\n- You can use the `layout` directory for the layout of the website.\n\nThank you for your contribution!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverx-org%2Fserver-x-101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverx-org%2Fserver-x-101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverx-org%2Fserver-x-101/lists"}