This commit is contained in:
lingdocs 2021-03-14 22:36:10 +04:00
parent 5e3cd1863a
commit b496cce37e
4 changed files with 8555 additions and 5638 deletions

View File

@ -73,6 +73,7 @@ module.exports = {
icon: `<i class="fas fa-link mr-1"></i>`,
},
},
`gatsby-plugin-postcss`,
`gatsby-remark-prismjs`,
`gatsby-remark-copy-linked-files`,
`gatsby-remark-smartypants`,

14179
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,11 +11,12 @@
"@mdx-js/react": "^1.6.17",
"bootstrap": "^4.5.2",
"disqus-react": "^1.0.10",
"gatsby": "^2.24.50",
"gatsby": "^3.0.4",
"gatsby-image": "^2.4.16",
"gatsby-plugin-feed": "^2.5.11",
"gatsby-plugin-manifest": "^2.4.24",
"gatsby-plugin-mdx": "^1.2.40",
"gatsby-plugin-postcss": "^4.0.0",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-sharp": "^2.6.28",
@ -32,10 +33,11 @@
"gatsby-source-filesystem": "^2.3.25",
"gatsby-transformer-remark": "^2.8.29",
"gatsby-transformer-sharp": "^2.5.13",
"postcss": "^8.2.8",
"prismjs": "^1.21.0",
"react": "^16.12.0",
"react": "^17.0.1",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.12.0",
"react-dom": "^17.0.1",
"react-helmet": "^5.2.1",
"react-typography": "^0.16.19",
"typeface-merriweather": "0.0.72",

View File

@ -4,11 +4,6 @@ import SEO from "../components/seo";
import aboutBackground from "../assets/images/about-bg.jpg";
const projects = [
{
title: "Pashto Dictionary",
description: "A dictionary of the Pashto language with smart-search and inflection/conjugation",
link: "https://dictionary.lingdocs.com",
},
{
title: "Pashto Verb Explorer",
description: "An interactive playground for exploring and learning about how Pashto verbs are conjugated. This is based on a verb conjugation engine that runs in the browser.",