Skip to content

Commit

Permalink
๐Ÿš— develop (dewdew)
Browse files Browse the repository at this point in the history
version: 1.25.0
- Project > hhkb : useHead() ์„ค์ •
  • Loading branch information
yeonjulee1005 committed Dec 31, 2023
1 parent 97ea97b commit 0a656e0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## ์•ˆ๋…•ํ•˜์„ธ์š”. FE ๊ฐœ๋ฐœ์ž ์ด์—ฐ์ฃผ ์ž…๋‹ˆ๋‹ค.

## Current Version: 1.24.0
## Current Version: 1.25.0

## ๐Ÿ–ฅ๏ธ ์‚ฌ์šฉํ•œ ์Šคํ‚ฌ์€ ์•„๋ž˜์™€ ๊ฐ™์Šต๋‹ˆ๋‹ค.

Expand Down
2 changes: 1 addition & 1 deletion assets/scss/shared/pages/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.projects {
position: relative;
max-width: $space-800;
height: $space-80vh;
height: $space-100vh;
margin: 0 auto;
overflow: clip;
.project-list {
Expand Down
4 changes: 3 additions & 1 deletion locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ export default {
pageTitle: {
yeonju: 'Developer Yeonju',
project: 'Project',
colorsTranslate: 'Find my color..',
colorsTranslate: 'Find my color!',
hhkb: 'HHKB Keyboard Modeling',
blog: 'Blog',
tech: 'Tech Blog',
archives: 'Archives'
Expand All @@ -14,6 +15,7 @@ export default {
dewdew: 'Developer Yeonju | {text}',
projectDesc: 'ํ† ์ด ํ”„๋กœ์ ํŠธ ๋ฆฌ์ŠคํŠธ ์ž…๋‹ˆ๋‹ค.',
colorsTranslateDesc: '์žŠ๊ณ  ์ง€๋‚ธ ์ƒ‰์ƒ์ฝ”๋“œ๋ฅผ ์ฐพ์•„๋ณด์„ธ์š”.',
hhkbDesc: 'Spline์„ ์ด์šฉํ•œ HHKB ํ‚ค๋ณด๋“œ ๋ชจ๋ธ๋ง ์ž…๋‹ˆ๋‹ค.',
blogDesc: 'FE๊ฐœ๋ฐœ์ž ์ด์—ฐ์ฃผ์˜ ๋ธ”๋กœ๊ทธ ์ž…๋‹ˆ๋‹ค.',
techDesc: 'FE๊ฐœ๋ฐœ์ž ์ด์—ฐ์ฃผ์˜ ๊ฐœ๋ฐœ ๋ธ”๋กœ๊ทธ ์ž…๋‹ˆ๋‹ค.',
archivesDesc: 'FE๊ฐœ๋ฐœ์ž ์ด์—ฐ์ฃผ์˜ ์‚ฌ์ง„๊ธฐ๋ก ์ž…๋‹ˆ๋‹ค.'
Expand Down
4 changes: 3 additions & 1 deletion locales/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ export default {
pageTitle: {
yeonju: '๊ฐœ๋ฐœ์ž ์ด์—ฐ์ฃผ',
project: 'ํ”„๋กœ์ ํŠธ',
colorsTranslate: '๋‚ด ์ƒ‰์ƒ ์ฐพ์•„์ค˜..',
colorsTranslate: '๋‚ด ์ƒ‰์ƒ ์ฐพ์•„์ค˜!',
hhkb: 'HHKB ํ‚ค๋ณด๋“œ ๋ชจ๋ธ๋ง',
blog: '๋ธ”๋กœ๊ทธ',
tech: 'ํ…Œํฌ ๋ธ”๋กœ๊ทธ',
archives: '์•„์นด์ด๋ธŒ'
Expand All @@ -14,6 +15,7 @@ export default {
dewdew: '๊ฐœ๋ฐœ์ž ์ด์—ฐ์ฃผ | {text}',
projectDesc: 'ํ† ์ด ํ”„๋กœ์ ํŠธ ๋ฆฌ์ŠคํŠธ ์ž…๋‹ˆ๋‹ค.',
colorsTranslateDesc: '์žŠ๊ณ  ์ง€๋‚ธ ์ƒ‰์ƒ์ฝ”๋“œ๋ฅผ ์ฐพ์•„๋ณด์„ธ์š”.',
hhkbDesc: 'Spline์„ ์ด์šฉํ•œ HHKB ํ‚ค๋ณด๋“œ ๋ชจ๋ธ๋ง ์ž…๋‹ˆ๋‹ค.',
blogDesc: 'FE๊ฐœ๋ฐœ์ž ์ด์—ฐ์ฃผ์˜ ๋ธ”๋กœ๊ทธ ์ž…๋‹ˆ๋‹ค.',
techDesc: 'FE๊ฐœ๋ฐœ์ž ์ด์—ฐ์ฃผ์˜ ๊ฐœ๋ฐœ ๋ธ”๋กœ๊ทธ ์ž…๋‹ˆ๋‹ค.',
archivesDesc: 'FE๊ฐœ๋ฐœ์ž ์ด์—ฐ์ฃผ์˜ ์‚ฌ์ง„๊ธฐ๋ก ์ž…๋‹ˆ๋‹ค.'
Expand Down
12 changes: 12 additions & 0 deletions pages/projects/hhkb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@
// @ts-ignore
import { Application } from '@splinetool/runtime'
const { t } = useLocale()
useHead({
title: t('pageTitle.hhkb'),
meta: [
{ property: 'description', content: t('openGraph.hhkbDesc') },
{ property: 'og:title', content: t('openGraph.dewdew', { text: t('pageTitle.hhkb') }) },
{ property: 'og:url', content: 'https://www.dewdew.kr/projects/hhkb/' },
{ property: 'og:description', content: t('openGraph.hhkbDesc') }
]
})
const hhkbRef = ref(null)
const state = reactive({
Expand Down

0 comments on commit 0a656e0

Please sign in to comment.