Skip to content

Commit

Permalink
fix: 목록 수 제한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-kibong committed Aug 11, 2024
1 parent dc1b4fb commit 8ca0049
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 15 deletions.
Binary file not shown.
12 changes: 6 additions & 6 deletions _data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,29 @@ entries:
entries:
- title: step1
post_list:
limit: 3
limit: 5
show_more: true
show_more_text: See more posts...
show_more_url: kakao1.html
category: kakao1
- title: step2
post_list:
limit: 3
limit: 5
show_more: true
show_more_text: See more posts...
show_more_url: kakao2.html
category: kakao2
- title: step3
post_list:
limit: 3
limit: 5
show_more: true
show_more_text: See more posts...
show_more_url: kakao3.html
category: kakao3

- title: woowa course 6th pre-course
post_list:
limit: 3
limit: 5
show_more: true
show_more_text: See more posts...
show_more_url: woowa.html
Expand All @@ -42,15 +42,15 @@ entries:

- title: frontend
post_list:
limit: 5
limit: 10
show_more: true
show_more_text: See more posts...
show_more_url: frontend.html
category: frontend

- title: wooseon
post_list:
limit: 3
limit: 5
show_more: true
show_more_text: See more posts...
show_more_url: wooseon.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ paths:
참고로, CRA 프로젝트에서는 다음과 같이 `REACT_APP` 접두사를 붙여야 한다.

```bash
REACT_APP_BASE_URL=https://kakao-tech-campus-mock-server.vercel.app
REACT_APP_BASE_URL=https://test.vercel.app
```

## API 타입 관리
Expand Down
4 changes: 2 additions & 2 deletions _sass/no-style-please.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ div.highlighter-rouge code {

blockquote {
font-style: italic;
border: thin solid black;
padding: 1rem;
border: thin solid #fff;
padding: 1.2rem;

p {
margin: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h2 id="env-파일로-base_url-분리">.env 파일로 BASE_URL 분리</h2>

<p>참고로, CRA 프로젝트에서는 다음과 같이 <code class="language-plaintext highlighter-rouge">REACT_APP</code> 접두사를 붙여야 한다.</p>

<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nv">REACT_APP_BASE_URL</span><span class="o">=</span>https://kakao-tech-campus-mock-server.vercel.app
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nv">REACT_APP_BASE_URL</span><span class="o">=</span>https://test.vercel.app
</code></pre></div></div>

<h2 id="api-타입-관리">API 타입 관리</h2>
Expand Down
2 changes: 1 addition & 1 deletion _site/assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-08-11T16:02:39+09:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Kang Byeong-hyeon 👨🏻‍💻</title><subtitle>Kang Byeonghyeon&apos;s dev blog
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-08-11T17:33:51+09:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Kang Byeong-hyeon 👨🏻‍💻</title><subtitle>Kang Byeonghyeon&apos;s dev blog
</subtitle><author><name>Kang Byeonghyeon</name></author><entry><title type="html">[우선] 우선을 중단하며</title><link href="http://localhost:4000/%EC%9A%B0%EC%84%A0-%EC%9A%B0%EC%84%A0%EC%9D%84-%EC%A4%91%EB%8B%A8%ED%95%98%EB%A9%B0.html" rel="alternate" type="text/html" title="[우선] 우선을 중단하며" /><published>2024-07-28T00:00:00+09:00</published><updated>2024-07-28T00:00:00+09:00</updated><id>http://localhost:4000/%5B%EC%9A%B0%EC%84%A0%5D%20%EC%9A%B0%EC%84%A0%EC%9D%84%20%EC%A4%91%EB%8B%A8%ED%95%98%EB%A9%B0</id><content type="html" xml:base="http://localhost:4000/%EC%9A%B0%EC%84%A0-%EC%9A%B0%EC%84%A0%EC%9D%84-%EC%A4%91%EB%8B%A8%ED%95%98%EB%A9%B0.html">&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;
Expand Down Expand Up @@ -431,7 +431,7 @@

&lt;p&gt;참고로, CRA 프로젝트에서는 다음과 같이 &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;REACT_APP&lt;/code&gt; 접두사를 붙여야 한다.&lt;/p&gt;

&lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nv&quot;&gt;REACT_APP_BASE_URL&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;https://kakao-tech-campus-mock-server.vercel.app
&lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nv&quot;&gt;REACT_APP_BASE_URL&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;https://test.vercel.app
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2 id=&quot;api-타입-관리&quot;&gt;API 타입 관리&lt;/h2&gt;
Expand Down
40 changes: 38 additions & 2 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ <h1 class="title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1>
<a href="/%EC%B9%B4%EC%B9%B4%EC%98%A4-%ED%85%8C%ED%81%AC-%EC%BA%A0%ED%8D%BC%EC%8A%A4-2%EA%B8%B0-1%EB%8B%A8%EA%B3%84-8%EC%A3%BC%EC%B0%A8-wil-api%EB%A5%BC-%ED%99%9C%EC%9A%A9%ED%95%9C-%EC%98%81%ED%99%94-%EA%B2%80%EC%83%89-%EC%82%AC%EC%9D%B4%ED%8A%B8.html" class="post-item"
>[카카오 테크 캠퍼스 2기] 1단계 8주차 WIL - API를 활용한 영화 검색 사이트</a
>
</li><li>
<span>2024-05-28</span>
<a href="/%EC%B9%B4%EC%B9%B4%EC%98%A4-%ED%85%8C%ED%81%AC-%EC%BA%A0%ED%8D%BC%EC%8A%A4-2%EA%B8%B0-1%EB%8B%A8%EA%B3%84-7%EC%A3%BC%EC%B0%A8-wil-spa-%EA%B0%9C%EB%B0%9C%EC%9D%84-%EC%9C%84%ED%95%9C-%EC%BB%B4%ED%8F%AC%EB%84%8C%ED%8A%B8-%EA%B8%B0%EB%B0%98-%EC%95%84%ED%82%A4%ED%85%8D%EC%B2%98-%EA%B5%AC%EC%B6%95%ED%95%98%EA%B8%B0.html" class="post-item"
>[카카오 테크 캠퍼스 2기] 1단계 7주차 WIL - SPA 개발을 위한 컴포넌트 기반 아키텍처 구축하기</a
>
</li><li>
<span>2024-05-27</span>
<a href="/%EC%B9%B4%EC%B9%B4%EC%98%A4-%ED%85%8C%ED%81%AC-%EC%BA%A0%ED%8D%BC%EC%8A%A4-2%EA%B8%B0-1%EB%8B%A8%EA%B3%84-5-6%EC%A3%BC%EC%B0%A8-wil-javascript-%EC%8B%AC%ED%99%94.html" class="post-item"
>[카카오 테크 캠퍼스 2기] 1단계 5·6주차 WIL - JavaScript 심화</a
>
</li><li>
<a href="kakao1.html"
>See more posts...</a
Expand All @@ -144,6 +154,16 @@ <h1 class="title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1>
<a href="/%EC%9A%B0%EC%95%84%ED%95%9C%ED%85%8C%ED%81%AC%EC%BD%94%EC%8A%A4-6%EA%B8%B0-%ED%94%84%EB%A6%AC%EC%BD%94%EC%8A%A4-4%EC%A3%BC%EC%B0%A8-%ED%81%AC%EB%A6%AC%EC%8A%A4%EB%A7%88%EC%8A%A4-%ED%94%84%EB%A1%9C%EB%AA%A8%EC%85%98-%ED%9A%8C%EA%B3%A0%EB%A1%9D.html" class="post-item"
>[우아한테크코스 6기] 프리코스 4주차 - 크리스마스 프로모션 회고록</a
>
</li><li>
<span>2023-11-10</span>
<a href="/%EC%9A%B0%EC%95%84%ED%95%9C%ED%85%8C%ED%81%AC%EC%BD%94%EC%8A%A4-6%EA%B8%B0-%ED%94%84%EB%A6%AC%EC%BD%94%EC%8A%A4-3%EC%A3%BC%EC%B0%A8-%EB%A1%9C%EB%98%90-%ED%9A%8C%EA%B3%A0%EB%A1%9D.html" class="post-item"
>[우아한테크코스 6기] 프리코스 3주차 - 로또 회고록</a
>
</li><li>
<span>2023-11-02</span>
<a href="/%EC%9A%B0%EC%95%84%ED%95%9C%ED%85%8C%ED%81%AC%EC%BD%94%EC%8A%A4-6%EA%B8%B0-%ED%94%84%EB%A6%AC%EC%BD%94%EC%8A%A4-2%EC%A3%BC%EC%B0%A8-%EC%9E%90%EB%8F%99%EC%B0%A8-%EA%B2%BD%EC%A3%BC-%ED%9A%8C%EA%B3%A0%EB%A1%9D.html" class="post-item"
>[우아한테크코스 6기] 프리코스 2주차 - 자동차 경주 회고록</a
>
</li><li>
<a href="woowa.html"
>See more posts...</a
Expand Down Expand Up @@ -183,8 +203,14 @@ <h1 class="title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1>
>Storybook으로 UI 테스팅과 배포(CI) 한번에 해결하기</a
>
</li><li>
<a href="frontend.html"
>See more posts...</a
<span>2024-07-02</span>
<a href="/eslint-prettier-%EC%84%A4%EC%B9%98-%EB%B0%8F-%EB%A3%B0-%EC%84%A4%EC%A0%95%EC%9D%84-%ED%86%B5%ED%95%9C-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-%EC%B4%88%EA%B8%B0-%EC%84%B8%ED%8C%85%ED%95%98%EA%B8%B0.html" class="post-item"
>ESLint & Prettier 설치 및 룰 설정을 통한 프로젝트 초기 세팅하기</a
>
</li><li>
<span>2024-07-01</span>
<a href="/cra-typescript-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-%ED%99%98%EA%B2%BD%EC%97%90%EC%84%9C%EC%9D%98-%EC%A0%88%EB%8C%80-%EA%B2%BD%EB%A1%9C-%EC%84%A4%EC%A0%95%ED%95%98%EA%B8%B0.html" class="post-item"
>CRA + TypeScript 프로젝트 환경에서의 절대 경로 설정하기</a
>
</li></ul><li class="list">
<strong>wooseon</strong>
Expand All @@ -203,6 +229,16 @@ <h1 class="title">Hi, I’m <strong>Kang Byeong-hyeon</strong>.</h1>
<a href="/%EC%9A%B0%EC%84%A0-2%EC%B0%A8-mvp-%EB%B0%B0%ED%8F%AC-%EB%B0%8F-%EB%A7%88%EC%BC%80%ED%8C%85-%EC%A0%84%EB%9E%B5-%EC%84%B8%EC%9A%B0%EA%B8%B0.html" class="post-item"
>[우선] 2차 MVP 배포 및 마케팅 전략 세우기</a
>
</li><li>
<span>2024-06-11</span>
<a href="/%EC%9A%B0%EC%84%A0-%EB%94%94%EC%9E%90%EC%9D%B4%EB%84%88-%ED%94%BC%EB%93%9C%EB%B0%B1%EC%9D%84-%EB%B0%98%EC%98%81%ED%95%9C-2%EC%B0%A8-mvp-%EC%A0%9C%EC%9E%91%EA%B8%B0.html" class="post-item"
>[우선] 디자이너 피드백을 반영한 2차 MVP 제작기</a
>
</li><li>
<span>2024-05-28</span>
<a href="/%EC%9A%B0%EC%84%A0-%EC%B4%88%EA%B8%B0-%EC%9C%A0%EC%9E%85-%EA%B2%B0%EA%B3%BC-%EB%B0%8F-%EB%B3%B8%EA%B2%A9%EC%A0%81%EC%9D%B8-%EB%A9%98%ED%86%A0%EB%A7%81-%EC%84%9C%EB%B9%84%EC%8A%A4%EC%9D%98-%EC%8B%9C%EC%9E%91.html" class="post-item"
>[우선] 초기 유입 결과 및 본격적인 멘토링 서비스의 시작</a
>
</li><li>
<a href="wooseon.html"
>See more posts...</a
Expand Down

0 comments on commit 8ca0049

Please sign in to comment.