Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	components/Location.vue
#	components/content/Image.vue
#	content/4.talks.md
#	nuxt.config.ts
#	package.json
#	pnpm-lock.yaml
  • Loading branch information
omgitsjan committed Nov 2, 2023
2 parents 5848ffd + e288da8 commit 69458eb
Show file tree
Hide file tree
Showing 7 changed files with 1,898 additions and 1,961 deletions.
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineAppConfig({
},
title: 'Jan Petry',
description:
'Developer, working for KÜS Data GmbH and in my free im coding a bit and playing some video games.',
'Developer, working for a Association for Technical Inspection and in my free im coding a bit and playing some video games.',
},
seoUi: {
breadcrumb,
Expand Down
15 changes: 2 additions & 13 deletions components/content/Image.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,6 @@ const loadingType = computed(() => {
})
const provider = props.src.startsWith('https://') ? '' : 'cloudinary'
const $img = useImage()
const src = $img(
props.src,
{
height: 700,
format: 'auto',
},
{
provider,
},
)
</script>

<template>
Expand All @@ -62,6 +49,8 @@ const src = $img(
>
<nuxt-img
v-bind="$attrs"
height="700"
format="auto"
:alt="alt"
:width="width"
:src="src"
Expand Down
6 changes: 4 additions & 2 deletions layouts/post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ defineOgImage({
readingMins: post.value.readingMins,
...(post.value.ogImage || {}),
})
const items = useBreadcrumbItems()
const ui = useBreadcrumbsUi()
</script>

<template>
<DocsPageLayout>
<SchemaOrgArticle />
<div v-if="post.breadcrumbs !== false" class="flex items-center mb-3">
<SBreadcrumb hide-separator hide-current class="mb-0" />
<div v-if="post.breadcrumbs !== false" class="mb-3 w-full">
<SBreadcrumb :items="items" :ui="ui" class="mb-0" />
</div>
<PageTitle :post="post" />
<PostMeta :post="post" />
Expand Down
12 changes: 8 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ export default defineNuxtConfig({
site: {
name: "Jan Petry",
logo: "/jan-petry.webp",
titleSeparator: "·",
url: "https://janpetry.de/",
description:
"Developer, working for KÜS Data GmbH and in my free im coding a bit and playing some video games.",
language: "en-US",
defaultLocale: "en-US",
},

experimental: {
Expand Down Expand Up @@ -57,8 +56,13 @@ export default defineNuxtConfig({

app: {
head: {
title: "Jan Petry",
link: [{ rel: "preconnect", href: "https://res.cloudinary.com" }],
title: 'Jan Petry',
templateParams: {
separator: '·',
},
link: [
{ rel: 'preconnect', href: 'https://res.cloudinary.com' },
],
},
},
// https://content.nuxtjs.org
Expand Down
47 changes: 21 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "janpetry-de",
"name": "harlanzw-com",
"type": "module",
"private": true,
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.10.0",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
Expand All @@ -13,51 +13,46 @@
"lint": "eslint .",
"images": "cld upload_dir images"
},
"dependencies": {
"@vercel/analytics": "^1.0.2"
},
"devDependencies": {
"@antfu/eslint-config": "^1.0.0-beta.17",
"@antfu/eslint-config": "1.0.0-beta.29",
"@iconify-json/bi": "^1.1.20",
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/emojione": "^1.1.7",
"@iconify-json/emojione-v1": "^1.1.7",
"@iconify-json/fa-brands": "^1.1.5",
"@iconify-json/fluent": "^1.1.36",
"@iconify-json/fluent": "^1.1.39",
"@iconify-json/heroicons-outline": "^1.1.7",
"@iconify-json/ic": "^1.1.14",
"@iconify-json/line-md": "^1.1.29",
"@iconify-json/line-md": "^1.1.33",
"@iconify-json/logos": "^1.1.37",
"@iconify-json/mdi": "^1.1.54",
"@iconify-json/mdi": "^1.1.55",
"@iconify-json/noto": "^1.1.12",
"@iconify-json/octicon": "^1.1.49",
"@iconify-json/ph": "^1.1.6",
"@iconify-json/ri": "^1.1.12",
"@iconify-json/simple-icons": "^1.1.72",
"@iconify-json/uim": "^1.1.6",
"@iconify-json/vscode-icons": "^1.1.28",
"@nuxt-themes/docus": "^1.14.9",
"@nuxt/content": "^2.8.5",
"@nuxt/image-edge": "1.0.0-rc.2-28266507.41ef546",
"@iconify-json/simple-icons": "^1.1.76",
"@iconify-json/vscode-icons": "^1.1.29",
"@nuxt-themes/docus": "^1.15.0",
"@nuxt/content": "^2.9.0",
"@nuxt/image-edge": "1.0.0-rc.3-28295355.7bb0b3c",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/critters": "^0.5.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtseo/module": "2.0.0-beta.34",
"@vue/repl": "^2.5.8",
"@vueuse/core": "^10.4.1",
"@vueuse/nuxt": "^10.4.1",
"eslint": "^8.50.0",
"@nuxtseo/module": "2.0.0-beta.39",
"@vue/repl": "^2.6.1",
"@vueuse/core": "^10.5.0",
"@vueuse/nuxt": "^10.5.0",
"eslint": "^8.52.0",
"feed": "^4.2.2",
"nuxt": "3.7.4",
"nuxt-icon": "^0.5.0",
"nuxt": "3.8.0",
"nuxt-icon": "^0.6.1",
"nuxt-lego": "^0.0.14",
"nuxt-og-image": "2.1.0-beta.0",
"nuxt-og-image": "2.2.0",
"nuxt-windicss": "^2.6.1",
"parse5": "7.1.2",
"sass": "^1.68.0",
"sass": "^1.69.5",
"shiki-es": "^0.14.0",
"typescript": "^5.2.2",
"unplugin-icons": "^0.17.0",
"unplugin-icons": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"unstorage": "^1.9.0"
},
Expand Down
Loading

0 comments on commit 69458eb

Please sign in to comment.