Skip to content

Commit

Permalink
Fix blog header text crop, update mock data (#88)
Browse files Browse the repository at this point in the history
* chore: update mock user name

* fix: increase header h1 size

* chore: update mock authorName and blogName

* chore: update mock author image

* docs: update readme for text order

* docs: update demo link

* docs: update korean readme
  • Loading branch information
hyesungoh authored Jul 7, 2022
1 parent 523362b commit 9da8024
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 16 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,25 @@

[![Total alerts](https://img.shields.io/lgtm/alerts/g/hyesungoh/comet-land.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/hyesungoh/comet-land/alerts/) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/hyesungoh/comet-land.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/hyesungoh/comet-land/context:javascript) [![Continious Intergration](https://github.com/hyesungoh/comet-land/actions/workflows/CI.yml/badge.svg)](https://github.com/hyesungoh/comet-land/actions/workflows/CI.yml) [![codecov](https://codecov.io/gh/hyesungoh/comet-land/branch/main/graph/badge.svg?token=TA7LT3RQ1P)](https://codecov.io/gh/hyesungoh/comet-land) [![blog](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/yiddyz&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/yiddyz/runs) [![resume](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/inc4yo&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/inc4yo/runs)

Blog and Resume template with turborepo

한국어 문서는 [다음 링크](https://github.com/hyesungoh/hyesungoh-land/tree/main/_docs/ko-readme.md)에서 확인하실 수 있습니다.

![comet-land-blog](https://user-images.githubusercontent.com/26461307/159371599-95b2acd5-e5eb-482c-9ead-d8f601f034b5.png)

### [BLOG DEMO](https://comet-land-blog.vercel.app/)
<h2 align="center">

![comet-land-resume](https://user-images.githubusercontent.com/26461307/160653172-c56a3b64-dfa9-4708-bf95-fca2fff47964.png)
[`BLOG DEMO ☄️`](https://comet-land-blog.vercel.app/)

### [RESUME DEMO](https://comet-land-resume.vercel.app/)
</h2>

Blog and Resume template with turborepo
![comet-land-resume](https://user-images.githubusercontent.com/26461307/160653172-c56a3b64-dfa9-4708-bf95-fca2fff47964.png)

한국어 문서는 [다음 링크](https://github.com/hyesungoh/hyesungoh-land/tree/main/_docs/ko-readme.md)에서 확인하실 수 있습니다.
<h2 align="center">

[`RESUME DEMO 💫`](https://comet-land-resume.vercel.app/)

## Blog Feature
</h2>

![postGif](https://user-images.githubusercontent.com/26461307/159372336-e42c1a9c-9915-4d05-9e51-4882d681dc80.gif)

Expand Down
14 changes: 11 additions & 3 deletions _docs/ko-readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@

[![Total alerts](https://img.shields.io/lgtm/alerts/g/hyesungoh/comet-land.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/hyesungoh/comet-land/alerts/) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/hyesungoh/comet-land.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/hyesungoh/comet-land/context:javascript) [![Continious Intergration](https://github.com/hyesungoh/comet-land/actions/workflows/CI.yml/badge.svg)](https://github.com/hyesungoh/comet-land/actions/workflows/CI.yml) [![codecov](https://codecov.io/gh/hyesungoh/comet-land/branch/main/graph/badge.svg?token=TA7LT3RQ1P)](https://codecov.io/gh/hyesungoh/comet-land) [![blog](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/yiddyz&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/yiddyz/runs) [![resume](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/simple/inc4yo&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/inc4yo/runs)

turborepo를 사용한 블로그와 이력서 템플릿입니다.

![comet-land-blog](https://user-images.githubusercontent.com/26461307/159371599-95b2acd5-e5eb-482c-9ead-d8f601f034b5.png)

### [BLOG DEMO](https://comet-land-blog.vercel.app/)
<h2 align="center">

[`BLOG DEMO ☄️`](https://comet-land-blog.vercel.app/)

</h2>

![comet-land-resume](https://user-images.githubusercontent.com/26461307/160653172-c56a3b64-dfa9-4708-bf95-fca2fff47964.png)

### [RESUME DEMO](https://comet-land-resume.vercel.app/)
<h2 align="center">

turborepo를 사용한 블로그와 이력서 템플릿입니다.
[`RESUME DEMO 💫`](https://comet-land-resume.vercel.app/)

</h2>

## 블로그 기능

Expand Down
2 changes: 1 addition & 1 deletion apps/blog/_config/index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blogName": "Cometin'",
"blogName": "Comet log",
"blogDescription": "I like to share my knowledge.",
"blogRepo": "hyesungoh/comet-land",
"blogUrl": "https://comet-land-blog.vercel.app",
Expand Down
2 changes: 1 addition & 1 deletion apps/blog/public/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version="2.0"
>
<channel>
<title><![CDATA[Cometin']]></title>
<title><![CDATA[Comet log]]></title>
<link>https://comet-land-blog.vercel.app</link>
<description>
<![CDATA[I like to share my knowledge.]]>
Expand Down
6 changes: 3 additions & 3 deletions apps/blog/src/components/Header/MainHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ const Header = styled.header`
const H1 = styled(Text)`
margin: 0;
font-size: 6rem;
line-height: 6rem;
line-height: 7rem;
@media ${config.media.xsMax} {
font-size: 5.5rem;
line-height: 5.5rem;
line-height: 6.5rem;
}
@media (max-width: 480px) {
font-size: 4rem;
line-height: 4rem;
line-height: 5rem;
}
`;

Expand Down
2 changes: 1 addition & 1 deletion apps/blog/src/components/Header/PostHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const Header = styled.header`

const H3 = styled(Text)`
margin: 0;
font-size: 2rem;
font-weight: bold;
line-height: 2rem;
`;

const ButtonWrapper = styled.div`
Expand Down
Binary file modified packages/core/constants/General/author.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/core/constants/General/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { githubUrl } from '../SocialMedia';

// using both app's footer
export const authorName = 'hyesungoh';
export const authorName = '[your name]';

// Write ever you want :D, default is github
// 직접 작성해주셔도 좋습니다. 기본적으로 깃허브 주소를 사용합니다.
Expand Down

2 comments on commit 9da8024

@vercel
Copy link

@vercel vercel bot commented on 9da8024 Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

comet-land-blog – ./apps/blog

comet-land-blog-hyesungoh.vercel.app
comet-land-blog-git-main-hyesungoh.vercel.app
comet-land-blog.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 9da8024 Jul 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

comet-land-resume – ./apps/resume

comet-land-resume-git-main-hyesungoh.vercel.app
comet-land-resume-hyesungoh.vercel.app
comet-land-resume.vercel.app

Please sign in to comment.