Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
opdev1004 committed Oct 13, 2023
1 parent 79cdc25 commit 98afbe9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ Blogger Theme built with Vue and Vuetify

## Notice

Releasing version 0.1.0. The design has been updated. Popular posts and Featured post have been removed from vue components. You can use Popular posts and Featured posts from theme system instead. But you have to style them yourself.
### Releasing version 0.1.1

The design has been updated.

### Releasing version 0.1.0

The design has been updated. Popular posts and Featured post have been removed from vue components. You can use Popular posts and Featured posts from theme system instead. But you have to style them yourself.

## Example

Expand Down
8 changes: 7 additions & 1 deletion lang/ko/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ Vue와 Vuetify로 만든 블로거 테마

## 공지

0.1.0 버전을 릴리즈 합니다. 디자인이 변경되었습니다. 그리고 인기 포스트(Popular posts)와 추천 포스트(Featured post)가 Vue 컴포넌트에서 삭제 되었습니다. 해당 컴포넌트들이 필요하다면 테마 시스템을 통해 추가해주세요. 단, 직접 스타일 해야합니다.
### 0.1.1 버전을 릴리즈 합니다

디자인이 변경되었습니다.

### 0.1.0 버전을 릴리즈 합니다

디자인이 변경되었습니다. 그리고 인기 포스트(Popular posts)와 추천 포스트(Featured post)가 Vue 컴포넌트에서 삭제 되었습니다. 해당 컴포넌트들이 필요하다면 테마 시스템을 통해 추가해주세요. 단, 직접 스타일 해야합니다.

## 다른 언어:

Expand Down
17 changes: 15 additions & 2 deletions src/vuetilog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
top: 20px !important;
background-color: $(header.background.color) !important;
color: $(header.font.color) !important;
left: calc(50% - 240px) !important;
width: 780px;
left: calc(50% - 230px) !important;
width: 760px;
}
header #blog-title {
width: calc(100% - 48px);
Expand Down Expand Up @@ -216,6 +216,7 @@
main .container {
max-width: 780px;
min-height: 100vh;
margin-top: -250px;
padding: 10px;
}
Expand Down Expand Up @@ -507,6 +508,10 @@
min-height: 80px;
}
main .container {
margin-top: 0px;
}
main .container .post-outer .post-single {
padding: 0px;
}
Expand All @@ -518,6 +523,14 @@
overflow: hidden;
}
main .container .post iframe,
main .container .post object,
main .container .post embed
{
max-width: 760px;
max-height: 428px;
}
main .comments .title
{
color: $(header.font.color) !important;
Expand Down

0 comments on commit 98afbe9

Please sign in to comment.