Skip to content

Commit

Permalink
add: conflicts resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
dipenkhatri7 committed Sep 23, 2023
2 parents 54e092f + d468bee commit 83968cc
Show file tree
Hide file tree
Showing 67 changed files with 21,463 additions and 14,079 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
# The GH actions bot is used by default if you didn't specify the two fields.
# You can swap them out with your own user credentials.
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
user_email: 41898282+github-actions[bot]@users.noreply.github.com
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website
run: yarn build
run: yarn build
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ $ GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

### Contributing

You can contribute in this repository by forking it, creating a separate branch to do the task, making some changes, and creating pull request in this repository.

**Warning:** DONOT use `npm` or `pnpm` to install dependencies. Rather, just use `yarn`. Github actions will fail if you use anything other than yarn.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
presets: [require.resolve('@docusaurus/core/lib/babel/preset')]
};
12 changes: 0 additions & 12 deletions blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions blog/2019-05-29-long-blog-post.md

This file was deleted.

20 changes: 0 additions & 20 deletions blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions blog/2021-08-26-welcome/index.md

This file was deleted.

26 changes: 26 additions & 0 deletions blog/2023-08-28-websitelaunch/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
slug: websitelaunch
title: Launch of the KUOSC Website
authors: [aadarshadhakalg]
tags: [kuosc, website, launch]
---

![KUOSC Banner](./kuosc-plain-banner.jpeg)

Introducing the New KUOSC Website: Unveiling a Hub of Open Source Activities!

The Kathmandu University Open Source Community (KUOSC) proudly presents its brand-new website! Loaded with features and insights, this platform is set to become the go-to destination for all things related to open source.

## What's Inside:

**Project Showcase:** Dive into the world of open source of KUOSC through detailed project descriptions.Our projects are here to inspire and engage.

**Contributors Leaderboard:** Recognizing the dedicated individuals behind our success. The leaderboard highlights top contributors and their valuable contributions.

**Knowledge Base:** Whether you're a beginner or a seasoned pro, our knowledge base has something for you. Find tutorials, guides, and resources to enhance your skills.

**Stay Updated:** Keep track of all KUOSC activities and updates in one place. From events to announcements, you'll never miss a beat.

Join us on this exciting journey towards open source innovation. Explore the new KUOSC website today and unlock a world of collaboration and learning. Check it out now at website link!

Stay tuned for a remarkable open source experience brought to you by KUOSC!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 5 additions & 17 deletions blog/authors.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
endi:
name: Endilie Yacop Sucipto
title: Maintainer of Docusaurus
url: https://github.com/endiliey
image_url: https://github.com/endiliey.png

yangshun:
name: Yangshun Tay
title: Front End Engineer @ Facebook
url: https://github.com/yangshun
image_url: https://github.com/yangshun.png

slorber:
name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
aadarshadhakalg:
name: Aadarsha Dhakal
title: Coordinator, KUOSC
url: https://github.com/aadarshadhakalg
image_url: https://github.com/aadarshadhakalg.png
32 changes: 16 additions & 16 deletions data/sponsors.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[
{
"name": "Tech Himalaya",
"url": "https://techhimalaya.com",
"logo": "/img/sponsors/techhimalaya.png"
},
{
"name": "Mudita Store",
"url": "https://mudita.com.np/",
"logo": "/img/sponsors/mudita.svg"
},
{
"name": "Vercel (Infrastructure)",
"url": "https://vercel.com/",
"logo": "/img/sponsors/powered-by-vercel.svg"
}
]
{
"name": "Tech Himalaya",
"url": "https://techhimalaya.com",
"logo": "/img/sponsors/techhimalaya.png"
},
{
"name": "Mudita Store",
"url": "https://mudita.com.np/",
"logo": "/img/sponsors/mudita.svg"
},
{
"name": "Vercel (Infrastructure)",
"url": "https://vercel.com/",
"logo": "/img/sponsors/powered-by-vercel.svg"
}
]
8 changes: 8 additions & 0 deletions docs/Events/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Events",
"position": 1,
"link": {
"type": "generated-index",
"description": "5 minutes to learn the most important Docusaurus concepts."
}
}
5 changes: 5 additions & 0 deletions docs/Events/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 0
---

# About
5 changes: 5 additions & 0 deletions docs/Events/running-on-servers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 2
---

# Running on Servers
5 changes: 5 additions & 0 deletions docs/Events/setup-and-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 1
---

# Setup and Run
7 changes: 7 additions & 0 deletions docs/NepLib Linux/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "NepLib Linux",
"position": 2,
"link": {
"type": "generated-index"
}
}
5 changes: 5 additions & 0 deletions docs/NepLib Linux/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 1
---

# About
File renamed without changes
5 changes: 5 additions & 0 deletions docs/NepLib Linux/setup-and-build-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 2
---

# Setup and Build Guide
7 changes: 7 additions & 0 deletions docs/Website/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Website",
"position": 2,
"link": {
"type": "generated-index"
}
}
5 changes: 5 additions & 0 deletions docs/Website/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 0
---

# About
5 changes: 5 additions & 0 deletions docs/certifly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 3
---

# Certifly
5 changes: 5 additions & 0 deletions docs/contributor-leaderboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 4
---

# Contributor Leaderboard
46 changes: 2 additions & 44 deletions docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,5 @@
---
sidebar_position: 1
sidebar_position: 0
---

# Tutorial Intro

Let's discover **Docusaurus in less than 5 minutes**.

## Getting Started

Get started by **creating a new site**.

Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**.

### What you'll need

- [Node.js](https://nodejs.org/en/download/) version 16.14 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.

## Generate a new site

Generate a new Docusaurus site using the **classic template**.

The classic template will automatically be added to your project after you run the command:

```bash
npm init docusaurus@latest my-website classic
```

You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.

The command also installs all necessary dependencies you need to run Docusaurus.

## Start your site

Run the development server:

```bash
cd my-website
npm run start
```

The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there.

The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.

Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes.
# KUOSC Projects
5 changes: 5 additions & 0 deletions docs/sfd-website.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 5
---

# SFD Website
8 changes: 0 additions & 8 deletions docs/tutorial-basics/_category_.json

This file was deleted.

23 changes: 0 additions & 23 deletions docs/tutorial-basics/congratulations.md

This file was deleted.

Loading

0 comments on commit 83968cc

Please sign in to comment.