Changelog

2023.05.02

version 1.3.1 ( updated 2023.05.17 )

워드프레스 6.2.1로 업데이트

version 1.3.0 ( updated 2023.05.16 )

애드센스 심사통과

일단 자동광고로 설정하고, 추후에 수동으로 변경할지 고민

version 1.2.3 ( updated 2023.05.15 )

애드센스 신청

version 1.2.2 ( updated 2023.05.14 )

SEO

  • 기존 티스토리 블로그의 포스팅을 비공개하고 서치콘솔에서 해당 URL삭제
  • 서치콘솔(현재 블로그 yorokobee.com속성)에 sitemap.xml 제출

version 1.2.1 ( updated 2023.05.13 )

Luxeritas 테마 | style.css 추가

소제목(h2,h3,h4)에 style 적용

/* 소제목 스타일 적용 */
.post h2 {
	border: none; /* 기존디자인 리셋 */
	position: relative;
	background: var(--main-color);
	padding: 0.5em 1em;
	color: #fff;
}
.post h2::before {
	position: absolute;
	display: block;
	pointer-events: none;
	content: "";
	top: -5px;
	left: 0;
	width: 100%;
	height: calc(100% + 4px);
	box-sizing: content-box;
	border-top: solid 2px var(--main-color);
	border-bottom: solid 2px var(--main-color);
}
.post h3 {
	border: none; /* 기존디자인 리셋 */
	position: relative;
	padding: 0.5em 1em;
	border-bottom: 3px solid #eaeaea;
}
.post h3:before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 40%;
	height: 3px;
	content: '';
	background: var(--main-color);
}
.post h4 {
	padding: 1rem 2rem;
	border-left: 6px double var(--main-color);
}

목차의 폰트크기 변경

  • 중요한 부분이 아닌데 생각보다 폰트크기가 커서 사이즈를 줄임
/* 목차 폰트 크기 */
.toc_list li {
	font-size: 1.3rem;
}

Luxeritas 테마 | 설정 변경

그리드 레이아웃

  • 글 목록에서 발췌 글자수 : 120 -> 140

컬럼 설정

  • 사이드바를 항목마다 분리

컨텐츠 영역과 사이드바

  • 컨텐츠 영역의 padding값을 모두 20px로 변경
  • 모바일과 스마트폰에서 사이드바를 비표시

version 1.2.0 ( updated 2023.05.12 )

Luxeritas 테마 | style.css 추가

웹폰트 적용 ( G마켓 산스 )

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body,
code, code[class*=language-],
pre, pre[class*=language-],
cite {
    font-family: "GmarketSansMedium", sans-serif !important;
}

Luxeritas 테마 | 설정 변경

폰트사이즈

  • body : 14px -> 16px
  • 본문 : 16px -> 18px
  • 소제목 h4 : 18px -> 20px
  • li : 14px ->16px

사이드바 위젯 추가

  • 디폴트로 들어있던 위젯 제거하고 검색, 최신글, 목차(고정) 추가

라이트박스 ( 이미지 ) 변경

  • 사용안함 -> Tosrus

version 1.1.3 ( updated 2023.05.09 )

SEO

  • 구글 태그매니저
  • 구글 애널리틱스 GA4 설정
  • 구글 서치콘솔 설정
  • 애널리틱스와 서치콘솔 연동

version 1.1.2 ( updated 2023.05.04 )

Luxeritas 테마 | 설정 변경

  • 외부링크에 아이콘 추가

version 1.1.1 ( updated 2023.05.03 )

Luxeritas 테마 | style.css 추가

<kbd>

kbd {
	font-family: inherit;
	padding: 0px 5px;
	border-radius: 5px;
	border: 1px solid #bbb;
	background: #eee;
}

version 1.1.0 ( updated 2023.05.02 )

Luxeritas 테마 | 설정 변경

외관 – 목차

  • 자동으로 목차 삽입 체크
  • 표시건수는 2로 변경
  • 목차에 표시할 소제목 계층은 H2-H4로 변경
  • Contents -> 목차
  • Show -> 보이기
  • Hide -> 숨기기

version 1.0.0 ( updated 2023.05.01 )

첫 포스팅과 함께 블로그 오픈

version 0.1.0 ( updated 2023.04.30 )

워드프레스 6.2 설치
웹호스팅 : colorfulbox
도메인 : muumuu-domain
테마 : Luxeritas 3.23.3 ( child 3.0.4 )

워드프레스 수정

wp-config.php 수정

/* 리비전 기능 비활성화 */
define('WP_POST_REVISIONS', false);

/* 자동저장 시간간격을 1년으로 해서 사실상 비활성화 */
/* 31536000 = 60초 * 60분 *24시간 * 365일 */
define('AUTOSAVE_INTERVAL', 31536000);

파비콘 이미지 업로드

Luxeritas 테마 | 설정 변경

SEO설정

  • meta keywords 설정 : 태그와 카테고리를 키워드로 함에 체크
  • 블로그 로고이미지 변경
  • google 검색결과에 표시되는 날짜 공개일갱신일로 변경

OGP설정

  • 블로그 로고 이미지로 변경

타이틀 설정

고정페이지형 탑페이지 타이틀을 페이지타이틀|사이트명으로 변경

카피라이트

심플한 걸( © 2023 요로코비 블로그 )로 변경

Posted by 요로코비