Skip to content

Commit

Permalink
chore: weekly cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed Jun 14, 2024
1 parent 28606d1 commit 38299bb
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 13 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### Setup

```shell
g cl [email protected]:AshGw/ashwg.me.git && ashgw.me && g ck -b dev && j s && e .
```

### Made W/

ReactJS w/ NextJS, Style palette base with plain CSS, Tailwind for convenience, GSAP & Framer for animations, MDX for content, and many other tools to automate and glue everything together.
2 changes: 1 addition & 1 deletion public/blogs/fundamentals.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Fundamentals
seoTitle: Fundamentals are key, learn concepts not frameworks
summary: In software, ask "why" not "what"
summary: Using too many abstractions these days
isReleased: true
isSequel: false
lastModDate: 2024-04-01T09:15:00-0401
Expand Down
2 changes: 1 addition & 1 deletion public/blogs/management-skill-issues.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Team Motivation
seoTitle: Free perks and forced fun won't make your team work harder
summary: Free perks and forced fun won't make your team work harder
isReleased: true
isReleased: false
isSequel: false
lastModDate: 2023-10-09T09:15:00-0401
firstModDate: 2023-10-09T09:15:00-0401
Expand Down
16 changes: 7 additions & 9 deletions src/app/(pages)/about/_about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,24 +83,22 @@ export default function Page() {
<Card title="">
<p>
You can learn more about me from my blogs than I can convey here.
<br /> But in short, I believe in
<Link href="/blog/tag/quality" name="quality" /> code,
<Link href="/blog/tag/skill-issues" name="high-performing" />
teams, and effective
<Link href="/blog/tag/management" name="management." />
<br /> But in short, I believe in quality code, high-performing
teams, and effective management
<br /> And I do offer services aimed at enhancing these aspects for
software teams.
</p>
</Card>
<MajorHeading id="stack" title="Stack" />
<Card title="">
<p>
I&apos;ve done it all, been there, done that, all the way from
bare-metal to front-end, But now, I specialize primarily in{' '}
I&apos;ve done it all, been there, done that, all the way from bare
metal to frontend. As of now, I specialize primarily in
object-oriented design and analysis in
<Link href="/blog/tag/python" name="Python" /> and
<Link href="/blog/tag/typescript" name="TypeScript" />, with a heavy
focus on backend web-related technologies (HTTP, WebSockets, gRPC,
microservices, containers, cloud architecture...)
focus on HTTP, microservices architecture, containerization, and
cloud services (AWS).
</p>
</Card>
<MajorHeading title={SITE_NAME || 'About The Website'} />
Expand Down
2 changes: 1 addition & 1 deletion src/app/(pages)/contact/_contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function Main() {
GPG
</strong>
</button>
<span> </span> key to encrypt messages before you
<span> </span> key before you
</C>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/nav/nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function LeftNav() {
export function RightNav() {
return (
<div className="absolute inset-y-0 right-0 flex items-center pr-2 sm:static sm:inset-auto sm:ml-6 sm:pr-0 gap-3">
<div className="average-transition hover:average-translate z-50">
<div className="hidden average-transition hover:average-translate z-50">
<SourceCodeButton href={REPO_SOURCE} />
</div>
<div className="glowsup hidden sm:block">
Expand Down
20 changes: 20 additions & 0 deletions src/app/components/reusables/code/code-block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,26 @@ import CopyButton from './copy-code';

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck

// react-syntax-highlighter has no types

/* eslint-disable */
// @ts-nocheck
SyntaxHighlighter.registerLanguage('rust', rust);
Expand Down

0 comments on commit 38299bb

Please sign in to comment.