From de8df72b38b71750eb7674028555bc07c180988d Mon Sep 17 00:00:00 2001
From: Aju Tamang
+ पहुनु होस् द्य्नामिचल्ली गेनेरटे गितहब रेअडमी सतत
+
GitHub Readme Stats
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ डेमो हेर्नुहोस् + · + रिपोर्ट बग + · + अनुरोध सुविधा +
++ Français + · + 简体中文 + · + Español + · + Deutsch + · + 日本語 + · + Português Brasileiro + · + Italiano + · + 한국어 + · + नेपाली +
+ +परियोजना मनपर्यो? तपाईं मद्दत गर्न सक्नुहुन्छ यो परियोजना बढ्न
+
+# विशेषताहरु
+
+- [गितहब स्टेट कार्ड](#गितहब-स्टेट-कार्ड)
+- [गितहब अतिरिक्त पिन्स](#गितहब-अतिरिक्त-पिन्स)
+- [टोप भाषा कार्ड](#टोप-भाषा-कार्ड)
+- [वाका समय वीक स्तट्स ](#वाका-समय-वीक-स्तट्स )
+- [विषयवस्तुहरू](#विषयवस्तुहरू)
+- [अनुकूलन](#अनुकूलन)
+- [आफैलाई तैनाथ गर्नुहोस्](#देप्लोय-आफ्नै-वेर्चेल-इन्स्तंस )
+
+# गितहब स्टेट कार्ड
+
+Copy-paste this into your markdown content, and that's it. Simple!
+
+Change the `?username=` value to your GitHub's username.
+
+```md
+[](https://github.com/anuraghazra/github-readme-stats)
+```
+
+_Note: Ranks are calculated based on user's stats, see [src/calculateRank.js](./src/calculateRank.js)_
+
+### लुकाउनु होस् व्यक्तिगत स्टेट
+
+To hide any specific stats, you can pass a query parameter `?hide=` with comma-separated values.
+
+> Options: `&hide=stars,commits,prs,issues,contribs`
+
+```md
+
+```
+
+### जोड्नु होस् निजी टोटल योगदान
+
+You can add the count of all your private contributions to the total commits count by using the query parameter `?count_private=true`.
+
+_Note: If you are deploying this project yourself, the private contributions will be counted by default otherwise you need to chose to share your private contribution counts._
+
+> Options: `&count_private=true`
+
+```md
+
+```
+
+### देखाउनु होस् इकोन
+
+To enable icons, you can pass `show_icons=true` in the query param, like so:
+
+```md
+
+```
+
+### विषयवस्तुहरू
+
+With inbuilt themes, you can customize the look of the card without doing any [manual customization](#customization).
+
+Use `?theme=THEME_NAME` parameter like so :-
+
+```md
+
+```
+
+#### सबै इनबिल्ट विषयवस्तु :-
+
+dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontrast, dracula
+
+
+
+
+तपैले सबै थेम्सहरु प्रेविउ गर्न सक्नु हुनेछ । [all available themes](./themes/README.md) नत्र थेम्सहरुको config [theme config file](./themes/index.js) पनि हेर्न सक्नु हुनेछ र **थेम्सहरुमा योगदान पनि गर्नु सक्नु हुनेछ** :D ।
+
+### अनुकूलन
+
+तपैले `Stats Card` or `Repo Card` को अपपेअरंस कस्टमेज गर्न सक्नु हुनेछ जसमा तपैले URL params पनि प्रयोग गर्नु सक्नु हुनेछ ।
+
+#### साधारण विकल्पहरू:
+
+- `title_color` - Card's title color _(hex color)_
+- `text_color` - Body text color _(hex color)_
+- `icon_color` - Icons color if available _(hex color)_
+- `bg_color` - Card's background color _(hex color)_ **or** a gradient in the form of _angle,start,end_
+- `hide_border` - Hides the card's border _(boolean)_
+- `theme` - name of the theme, choose from [all available themes](./themes/README.md)
+- `cache_seconds` - set the cache header manually _(min: 1800, max: 86400)_
+- `locale` - set the language in the card _(e.g. cn, de, es, etc.)_
+
+##### Gradient in bg_color
+
+You can provide multiple comma-separated values in bg_color option to render a gradient, the format of the gradient is :-
+
+```
+&bg_color=DEG,COLOR1,COLOR2,COLOR3...COLOR10
+```
+
+> Note on cache: Repo cards have a default cache of 4 hours (14400 seconds) if the fork count & star count is less than 1k, otherwise, it's 2 hours (7200 seconds). Also, note that the cache is clamped to a minimum of 2 hours and a maximum of 24 hours
+
+#### Stats कार्ड विशेष विकल्पहरू:
+
+- `hide` - Hides the specified items from stats _(Comma-separated values)_
+- `hide_title` - _(boolean)_
+- `hide_rank` - _(boolean)_
+- `hide_border` - _(boolean)_
+- `show_icons` - _(boolean)_
+- `include_all_commits` - Count total commits instead of just the current year commits _(boolean)_
+- `count_private` - Count private commits _(boolean)_
+- `line_height` - Sets the line-height between text _(number)_
+- `custom_title` - Sets a custom title for the card
+
+#### Repo कार्ड विशेष विकल्पहरू:
+
+- `show_owner` - Show the owner name of the repo _(boolean)_
+
+#### भाषा कार्ड अनन्य विकल्पहरू :
+
+- `hide` - Hide the languages specified from the card _(Comma-separated values)_
+- `hide_title` - _(boolean)_
+- `hide_border` - _(boolean)_
+- `layout` - Switch between two available layouts `default` & `compact`
+- `card_width` - Set the card's width manually _(number)_
+- `langs_count` - Show more languages on the card, between 1-10, defaults to 5 _(number)_
+- `exclude_repo` - Exclude specified repositories _(Comma-separated values)_
+- `custom_title` - Sets a custom title for the card
+
+> :warning: **Important:**
+> Language names should be uri-escaped, as specified in [Percent Encoding](https://en.wikipedia.org/wiki/Percent-encoding)
+> (i.e: `c++` should become `c%2B%2B`, `jupyter notebook` should become `jupyter%20notebook`, etc.)
+
+#### वकासमय कार्ड विशेष विकल्प:
+
+- `hide_title` - _(boolean)_
+- `line_height` - Sets the line-height between text _(number)_
+- `hide_progress` - Hides the progress bar and percentage _(boolean)_
+- `custom_title` - Sets a custom title for the card
+
+---
+
+# गितहब अतिरिक्त पिन्स
+
+GitHub extra pins allow you to pin more than 6 repositories in your profile using a GitHub readme profile.
+
+GitHub फाल्तु पिनले तपाइँलाए GitHub रीडमी प्रोफाइल प्रयोग गरी तपाइँको प्रोफाइलमा छ ओटा भन्दा बढि प्रोजेक्टहरु पिन गर्न अनुमति दिन्छ ।
+
+हो! तपाईं अब pin पिन गरीएको छ ओटा प्रोजेक्ट सीमित हुनुहुन्छ ।
+
+### प्रयोग
+
+कोदलाए कपी- पेसेत readme मा गर्नु होला र लिंक परिवतन गर्नु होला |
+
+Endpoint: `api/pin?username=anuraghazra&repo=github-readme-stats`
+
+```md
+[](https://github.com/anuraghazra/github-readme-stats)
+```
+
+### डेमो
+
+[](https://github.com/anuraghazra/github-readme-stats)
+
+Use [show_owner](#customization) variable to include the repo's owner username
+
+[](https://github.com/anuraghazra/github-readme-stats)
+
+# टोप भाषा कार्ड
+
+टोप भाषाकार्डले github परयोग गर्नेहरुको प्रोग्रम्मिंग भाषाहरु देखाऊने गर्दछ |.
+
+_NOTE: टोप भाषाहरुले आफ्नो सिपलाए संकेत गरेको होईन | योचै Github Metricबाट धेरै कुन भाषा परयोग भाकोलाए संकेत गरेको हो |
+### प्रयोग
+
+कोदलाए कपी- पेसेत readme मा गर्नु होला र लिंक परिवतन गर्नु होला |
+
+Endpoint: `api/top-langs?username=anuraghazra`
+
+```md
+[](https://github.com/anuraghazra/github-readme-stats)
+```
+
+### Exclude individual repositories
+
+You can use `?exclude_repo=repo1,repo2` parameter to exclude individual repositories.
+
+```md
+[](https://github.com/anuraghazra/github-readme-stats)
+```
+
+### कुनै भाषा चुपौनॆ तरिका
+
+You can use `?hide=language1,language2` parameter to hide individual languages.
+
+```md
+[](https://github.com/anuraghazra/github-readme-stats)
+```
+
+### धेरॆ भाषाहरु हेर्नको लागि
+
+You can use the `&langs_count=` option to increase or decrease the number of languages shown on the card. Valid values are integers between 1 and 10 (inclusive), and the default is 5.
+
+```md
+[](https://github.com/anuraghazra/github-readme-stats)
+```
+
+### कम्प्याक्ट भाषा कार्ड ळयोउत
+
+तपाइले `&layout=compact` ओप्तिओनपनि कार्ड देसिग्न को लागि परहयोग गर्न सक्नु हुन्क्ष
+
+```md
+[](https://github.com/anuraghazra/github-readme-stats)
+```
+
+### डेमो
+
+[](https://github.com/anuraghazra/github-readme-stats)
+
+- Compact layout
+
+[](https://github.com/anuraghazra/github-readme-stats)
+
+# वाका समय वीक स्तट्स
+
+Change the `?username=` value to your [Wakatime](https://wakatime.com) username.
+
+```md
+[](https://github.com/anuraghazra/github-readme-stats)
+```
+
+### डेमो
+
+[](https://github.com/anuraghazra/github-readme-stats)
+
+[](https://github.com/anuraghazra/github-readme-stats)
+
+---
+
+### सबै डेमोहरु
+
+- देफौल्ट
+
+
+
+- हिदिंग स्पेचific स्तट्स
+
+
+
+- इकोनहरु शो गर्ने
+
+
+
+- सबै कमितहरु
+
+
+
+- थेम्स
+
+कुनै एउटा चोज गर्नुस [default themes](#themes)
+
+
+
+- घ्रदिएन्त
+
+
+
+- स्तत्स कार्ड लाए कस्तोमेज गर्ने
+
+
+
+- सेत्तिंग कार्ड लोचले
+
+
+
+- रेपो कार्डलाई एडित गर्नु
+
+
+
+- टोप भाषा
+
+[](https://github.com/anuraghazra/github-readme-stats)
+
+- वक समय कार्ड
+
+[](https://github.com/anuraghazra/github-readme-stats)
+
+---
+
+### टिप् (रेपो कार्डलाए अलिग्न गर्ने )
+
+तपाइले इमेजलाई सइद बय सइद अलीग्न गर्न सक्नु हुदैन तेसैले येसरी गर्नु होस् :
+
+```md
+
+
+
+
+
+
+```
+
+## देप्लोय आफ्नै वेर्चेल इन्स्तंस
+
+#### [Check Out Step By Step Video Tutorial By @codeSTACKr](https://youtu.be/n6d4KHSKqGk?t=107)
+
+गितहब को अपिएले पाच हजार रेक़ुएस्त प्रति घण्टा मात्र मिल्क्ष । मेरो
+ `https://github-readme-stats.vercel.app/api` प्रोजेक्ट मा रेत् लिमिट हुन सक्क्ष । तर तपाइले आफ्नै वेर्चेल सेर्वेर मा होस्ट गर्नु बाको छ बने यो प्रोब्लेम हुदैन।
+ होस्ट गर्ने तरिका यस पकारका षन ।
+
+NOTE: Since [#58](https://github.com/anuraghazra/github-readme-stats/pull/58) we should be able to handle more than 5k requests and have no issues with downtime :D
+
+[](https://vercel.com/import/project?template=https://github.com/anuraghazra/github-readme-stats)
+
+
Guide on setting up Vercel 🔨
+
+1. Go to [vercel.com](https://vercel.com/)
+1. Click on `Log in`
+ 
+1. Sign in with GitHub by pressing `Continue with GitHub`
+ 
+1. Sign into GitHub and allow access to all repositories, if prompted
+1. Fork this repo
+1. Go back to your [Vercel dashboard](https://vercel.com/dashboard)
+1. Select `Import Project`
+ 
+1. Select `Import Git Repository`
+ 
+1. Select root and keep everything as is, just add your environment variable named PAT_1 (as shown), which will contain a personal access token (PAT), which you can easily create [here](https://github.com/settings/tokens/new) (leave everything as is, just name it something, it can be anything you want)
+ 
+1. Click deploy, and you're good to go. See your domains to use the API!
+
+