Skip to content

Commit

Permalink
Merge pull request #11 from chrisweb/preview
Browse files Browse the repository at this point in the history
Preview to main
  • Loading branch information
chrisweb authored Aug 12, 2024
2 parents 26da3b0 + 08eb90d commit 55125bc
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 20 deletions.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import BaseLink from '@/components/base/Link'
import type { Metadata } from 'next'
import { sharedMetaData } from '@/shared/metadata'
import { Analytics } from '@vercel/analytics/react'
import { SpeedInsights } from '@vercel/speed-insights/next'

export const metadata: Metadata = {
// default next.js value
Expand Down Expand Up @@ -98,6 +99,7 @@ export default function RootLayout({ children }: {
<p className="fontDarker">All content on this site is licensed under a <BaseLink href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International</BaseLink> license. The source code of this project is licensed under <BaseLink href="https://github.com/chrisweb/chris.lu/blob/main/LICENSE">MIT</BaseLink> and a copy of the source code can be found in the <BaseLink href="https://github.com/chrisweb/chris.lu">chris.lu public GitHub respository</BaseLink>. A list of all open source packages used to build this project can be found in the <BaseLink href="https://github.com/chrisweb/chris.lu/blob/main/package.json">package.json</BaseLink> file. This website uses music licensed under different creative commons licenses, the music tracks <BaseLink href="https://github.com/chrisweb/chris.lu/blob/main/public/assets/music/CREDITS.txt">credits</BaseLink> file can be found in the repository of this project or by clicking on the &quot;eject&quot; button of the player on the top right of the screen. This website uses <BaseLink href="https://fontawesome.com/search?o=r&m=free">Free Icons by Font Awesome</BaseLink>.</p>
</footer>
<Analytics />
<SpeedInsights />
</body>
</html>
)
Expand Down
4 changes: 2 additions & 2 deletions app/web_development/posts/csp/page.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Content Security Policy (CSP)
keywords: ['CSP', 'Content Security Policy', 'Reporting', 'Logging', 'Debugging', 'policy', 'directive', 'violation']
published: 2024-07-01T11:22:33.444Z
modified: 2024-07-01T11:22:33.444Z
published: 2024-08-04T11:22:33.444Z
modified: 2024-08-04T11:22:33.444Z
permalink: https://chris.lu/web_development/posts/csp
section: Web development
---
Expand Down
4 changes: 2 additions & 2 deletions app/web_development/posts/git/page.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: git
keywords: ['git', 'commit', 'repository', 'branch']
published: 2024-07-01T11:22:33.444Z
modified: 2024-07-01T11:22:33.444Z
published: 2024-08-03T11:22:33.444Z
modified: 2024-08-03T11:22:33.444Z
permalink: https://chris.lu/web_development/posts/git
section: Web development
---
Expand Down
4 changes: 2 additions & 2 deletions app/web_development/posts/github/page.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: GitHub
keywords: ['GitHub', 'git', 'repository', 'branch']
published: 2024-07-01T11:22:33.444Z
modified: 2024-07-01T11:22:33.444Z
published: 2024-08-11T11:22:33.444Z
modified: 2024-08-11T11:22:33.444Z
permalink: https://chris.lu/web_development/posts/github
section: Web development
---
Expand Down
4 changes: 2 additions & 2 deletions app/web_development/posts/mdx/page.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: MDX
keywords: ['MDX', 'markdown', 'remark', 'rehype', 'MDAST', 'HAST']
published: 2024-07-01T11:22:33.444Z
modified: 2024-07-01T11:22:33.444Z
published: 2024-08-10T11:22:33.444Z
modified: 2024-08-10T11:22:33.444Z
permalink: https://chris.lu/web_development/posts/mdx
section: Web development
---
Expand Down
4 changes: 2 additions & 2 deletions app/web_development/posts/node-js/page.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Node.js
keywords: ['Node.js', 'Nodejs']
published: 2024-07-01T11:22:33.444Z
modified: 2024-07-01T11:22:33.444Z
published: 2024-08-09T11:22:33.444Z
modified: 2024-08-09T11:22:33.444Z
permalink: https://chris.lu/web_development/posts/node-js
section: Web development
---
Expand Down
4 changes: 2 additions & 2 deletions app/web_development/posts/npm/page.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: npm & package.json
keywords: ['npm', 'package.json', 'publishing', 'package']
published: 2024-07-01T11:22:33.444Z
modified: 2024-07-01T11:22:33.444Z
published: 2024-08-08T11:22:33.444Z
modified: 2024-08-08T11:22:33.444Z
permalink: https://chris.lu/web_development/posts/npm
section: Web development
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: The road to React 19 and Next.js 15
keywords: ['Next.js', 'nextjs', 'React', 'react 19', 'Next.js 15', 'Server Components', 'react compiler', 'Server Actions']
published: 2024-07-01T11:22:33.444Z
modified: 2024-07-01T11:22:33.444Z
published: 2024-08-12T11:22:33.444Z
modified: 2024-08-12T11:22:33.444Z
permalink: https://chris.lu/web_development/posts/road-to-react-19-next-js-15
section: Web development
---
Expand Down
4 changes: 2 additions & 2 deletions app/web_development/posts/sentry-io/page.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Sentry.io
keywords: ['Sentry.io', 'logging', 'debugging', 'SaaS', 'wizard']
published: 2024-07-01T11:22:33.444Z
modified: 2024-07-01T11:22:33.444Z
published: 2024-08-07T11:22:33.444Z
modified: 2024-08-07T11:22:33.444Z
permalink: https://chris.lu/web_development/posts/sentry-io
section: Web development
---
Expand Down
4 changes: 2 additions & 2 deletions app/web_development/posts/vercel/page.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Vercel
keywords: ['Vercel', 'ci/cd', 'deployment', 'hosting', 'SaaS']
published: 2024-07-01T11:22:33.444Z
modified: 2024-07-01T11:22:33.444Z
published: 2024-08-06T11:22:33.444Z
modified: 2024-08-06T11:22:33.444Z
permalink: https://chris.lu/web_development/posts/vercel
section: Web development
---
Expand Down
4 changes: 2 additions & 2 deletions app/web_development/posts/vscode/page.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: VSCode
keywords: ['VSCode', 'ide', 'programming', 'extension', 'theme']
published: 2024-07-01T11:22:33.444Z
modified: 2024-07-01T11:22:33.444Z
published: 2024-08-05T11:22:33.444Z
modified: 2024-08-05T11:22:33.444Z
permalink: https://chris.lu/web_development/posts/vscode
section: Web development
---
Expand Down
35 changes: 35 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@react-three/postprocessing": "^2.16.2",
"@sentry/nextjs": "^8.25.0",
"@vercel/analytics": "1.3.1",
"@vercel/speed-insights": "1.0.12",
"globby": "14.0.2",
"hast-util-from-html-isomorphic": "2.0.0",
"hastscript": "9.0.0",
Expand Down

0 comments on commit 55125bc

Please sign in to comment.