Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaryal committed Mar 20, 2024
1 parent 845e598 commit 5191031
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,26 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.16",
"@fontsource-variable/lora": "^5.0.14",
"@fontsource-variable/inter": "^5.0.17",
"@fontsource-variable/lora": "^5.0.17",
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.3",
"headroom.js": "0.12.0",
"jquery": "3.7.1"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.18",
"babel-loader": "^9.1.3",
"browser-sync": "^3.0.2",
"bundlewatch": "^0.3.3",
"chokidar-cli": "^3.0.0",
"clean-webpack-plugin": "^4.0.0",
"cpy-cli": "^5.0.0",
"cssnano": "^6.0.3",
"eslint": "^8.56.0",
"cssnano": "^6.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.44.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -73,11 +73,11 @@
"linkinator": "^6.0.4",
"markdownlint-cli2": "^0.12.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"postcss": "^8.4.37",
"postcss-cli": "^11.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"sass": "^1.71.1",
"sass": "^1.72.0",
"stylelint": "^16.2.1",
"stylelint-config-twbs-bootstrap": "^14.0.0",
"stylelint-prettier": "^5.0.0",
Expand Down
17 changes: 17 additions & 0 deletions src/_pages/nepali-romanized-unicode-keyboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Nepali Romanized Unicode Keyboard"
tagline: "Nepalify"
description: "Nepali Unicode Romanized is the new Layout with the keys rearranged as the romanized keyboard, so as to facilitate the English users to type Nepali."
---
<script src="https://unpkg.com/nepalify" />
<textarea id="unique-textarea" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
<figure>
<img src="https://www.thapaliya.com/assets/images/writings/romanized-nepali-unicode-keyboard-layout.png" alt="Nepali Unicode Keyboard Layout (Romanized)" />
<figcaption>Nepali Romanized Unicode Keyboard Layout</figcaption>
</figure>

<h2>Additional resources</h2>
<ul>
<li>Open sourced at <a href="https://github.com/suvash/nepalify">Nepalify.js on Github</a></li>
<li>More information about <a href="https://www.thapaliya.com/en/writings/romanized-nepali-unicode-keyboard-layout/" rel="nofollow">the keyboard layout is available here</a></li>
</ul>
2 changes: 1 addition & 1 deletion src/assets/css/style.min.css

Large diffs are not rendered by default.

0 comments on commit 5191031

Please sign in to comment.