Skip to content

Commit

Permalink
Merge pull request #87 from karolis-sh/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
karolis-sh authored Dec 2, 2023
2 parents c53c47d + bcf8cda commit 377098d
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 403 deletions.
3 changes: 0 additions & 3 deletions .czrc

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/commitlint.yml

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"babel-eslint": "^10.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"cssnano": "^5.0.7",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^10.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-babel-module": "^5.3.1",
Expand All @@ -66,7 +65,6 @@
"gatsby-remark-images": "^5.7.0",
"gatsby-source-filesystem": "^3.10.0",
"husky": "^8.0.2",
"levenary": "^1.1.1",
"lint-staged": ">=13.1.0",
"markdownlint-cli2": "^0.6.0",
"npm-run-all": "^4.1.3",
Expand All @@ -75,12 +73,11 @@
"prettier-plugin-sh": "^0.12.8",
"pretty-quick": "^3.1.3",
"remark-external-links": "^8.0.0",
"rimraf": "^3.0.2",
"sort-package-json": "^2.1.0",
"tailwindcss": "^2.1.4"
},
"volta": {
"node": "16.5.0",
"node": "16.20.2",
"yarn": "1.22.10"
}
}
12 changes: 1 addition & 11 deletions src/layout/components/BlogLayout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
import { MDXProvider } from '@mdx-js/react';
import { Link } from 'gatsby';
import { GatsbySeo } from 'gatsby-plugin-next-seo';
import { OutboundLink } from 'gatsby-plugin-google-gtag';

import { GitHub, Twitter, LinkedIn, Email } from '~/social';
import { SVG, getUrl } from '~/assets';
Expand Down Expand Up @@ -78,16 +77,7 @@ export default function BlogLayout({
🇱🇹
</span>
</strong>
<h2 className="text-xs mb-2">
Sr Software Engineer @{' '}
<OutboundLink
href="https://www.uber.com/"
target="_blank"
rel="noopener noreferrer"
>
<strong>Uber</strong>
</OutboundLink>
</h2>
<h2 className="text-xs mb-2">Software Engineer</h2>
<p>
I build stuff using JavaScript and share my findings from time
to time. I hope you will find something useful here.
Expand Down
14 changes: 2 additions & 12 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,8 @@ export default function Index() {
<SVG.Pronunciation className="ml-1 mt-1" />
</OutboundLink>
</div>
<div className="text-center leading-tight text-sm md:text-right">
<h1>Sr Software Engineer</h1>
<h2 className="text-xs">
@{' '}
<OutboundLink
href="https://www.uber.com/"
target="_blank"
rel="noopener noreferrer"
>
<strong>Uber</strong>
</OutboundLink>
</h2>
<div className="text-center leading-tight text-sm md:text-right">
<h1>Software Engineer</h1>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 377098d

Please sign in to comment.