<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://moon-to-mars.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://moon-to-mars.github.io/" rel="alternate" type="text/html" /><updated>2026-05-20T01:21:49+00:00</updated><id>https://moon-to-mars.github.io/feed.xml</id><title type="html">나의 웹사이트</title><subtitle>인문데이터과학 수업에서 만든 개인 웹사이트</subtitle><author><name>조선하</name><email>whtjsgk0607@snu.ac.kr</email></author><entry><title type="html">Jekyll로 개인 사이트 만들기</title><link href="https://moon-to-mars.github.io/%EC%9D%BC%EA%B8%B0/2026/05/03/personal-site.html" rel="alternate" type="text/html" title="Jekyll로 개인 사이트 만들기" /><published>2026-05-03T00:00:00+00:00</published><updated>2026-05-03T00:00:00+00:00</updated><id>https://moon-to-mars.github.io/%EC%9D%BC%EA%B8%B0/2026/05/03/personal-site</id><content type="html" xml:base="https://moon-to-mars.github.io/%EC%9D%BC%EA%B8%B0/2026/05/03/personal-site.html"><![CDATA[<p>처음으로 Jekyll을 사용해 개인 사이트를 만들어봤습니다.</p>

<p><img src="/assets/img/site-screenshot.png" alt="나의 웹사이트 홈 화면으로, 브라우저 주소창에 GitHub Pages 주소가 표시되어 있다" /></p>

<h2 id="느낀-점">느낀 점</h2>

<blockquote>
  <p>직접 만든 사이트가 인터넷에 올라가는 게 신기했습니다.</p>
</blockquote>

<h2 id="사용한-명령어">사용한 명령어</h2>

<p><code class="language-plaintext highlighter-rouge">bash
git add .
git commit -m "첫 포스트"
git push origin main
\</code></p>]]></content><author><name>조선하</name><email>whtjsgk0607@snu.ac.kr</email></author><category term="일기" /><category term="jekyll" /><category term="github-pages" /><category term="markdown" /><summary type="html"><![CDATA[처음으로 Jekyll을 사용해 개인 사이트를 만들어봤습니다.]]></summary></entry><entry><title type="html">수업에서 배운 셀 명령어 정리</title><link href="https://moon-to-mars.github.io/%EC%88%98%EC%97%85/2026/04/27/cli-notes.html" rel="alternate" type="text/html" title="수업에서 배운 셀 명령어 정리" /><published>2026-04-27T07:04:14+00:00</published><updated>2026-04-27T07:04:14+00:00</updated><id>https://moon-to-mars.github.io/%EC%88%98%EC%97%85/2026/04/27/cli-notes</id><content type="html" xml:base="https://moon-to-mars.github.io/%EC%88%98%EC%97%85/2026/04/27/cli-notes.html"><![CDATA[<p>5강에서 배운 명령어를 정리합니다.</p>

<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">pwd</span>        <span class="c"># 현재 위치 확인</span>
<span class="nb">ls</span> <span class="nt">-al</span>     <span class="c"># 파일 목록</span>
<span class="nb">cd</span> ~/Documents
</code></pre></div></div>

<p><code class="language-plaintext highlighter-rouge">pwd</code>로 위치를 자주 확인하는 습관이 중요합니다.</p>]]></content><author><name>조선하</name><email>whtjsgk0607@snu.ac.kr</email></author><category term="수업" /><category term="cli" /><category term="학습노트" /><summary type="html"><![CDATA[5강에서 배운 명령어를 정리합니다.]]></summary></entry><entry><title type="html">내가 좋아하는 책</title><link href="https://moon-to-mars.github.io/%EB%A6%AC%EB%B7%B0/2026/04/27/favorite-book.html" rel="alternate" type="text/html" title="내가 좋아하는 책" /><published>2026-04-27T07:04:11+00:00</published><updated>2026-04-27T07:04:11+00:00</updated><id>https://moon-to-mars.github.io/%EB%A6%AC%EB%B7%B0/2026/04/27/favorite-book</id><content type="html" xml:base="https://moon-to-mars.github.io/%EB%A6%AC%EB%B7%B0/2026/04/27/favorite-book.html"><![CDATA[<p>박경리의 <strong>토지</strong>는 한국 현대문학의 대작입니다.</p>

<blockquote>
  <p>사람의 일생이란 결국 외로움과의 싸움이 아니겠는가.
— 박경리</p>
</blockquote>

<table>
  <thead>
    <tr>
      <th style="text-align: center">항목</th>
      <th style="text-align: left">내용</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style="text-align: center">작가</td>
      <td style="text-align: left">박경리</td>
    </tr>
    <tr>
      <td style="text-align: center">분량</td>
      <td style="text-align: left">전16권</td>
    </tr>
    <tr>
      <td style="text-align: center">시대</td>
      <td style="text-align: left">1897년– 1945년</td>
    </tr>
  </tbody>
</table>]]></content><author><name>조선하</name><email>whtjsgk0607@snu.ac.kr</email></author><category term="리뷰" /><category term="책" /><category term="한국문학" /><summary type="html"><![CDATA[박경리의 토지는 한국 현대문학의 대작입니다.]]></summary></entry><entry><title type="html">Jekyll로 첫 글을 씁니다</title><link href="https://moon-to-mars.github.io/%EC%88%98%EC%97%85/%EC%9D%BC%EA%B8%B0/2026/04/27/first-post.html" rel="alternate" type="text/html" title="Jekyll로 첫 글을 씁니다" /><published>2026-04-27T06:46:00+00:00</published><updated>2026-04-27T06:46:00+00:00</updated><id>https://moon-to-mars.github.io/%EC%88%98%EC%97%85/%EC%9D%BC%EA%B8%B0/2026/04/27/first-post</id><content type="html" xml:base="https://moon-to-mars.github.io/%EC%88%98%EC%97%85/%EC%9D%BC%EA%B8%B0/2026/04/27/first-post.html"><![CDATA[<h1 id="안녕하세요">안녕하세요!</h1>

<p>오늘은 <strong>Jekyll</strong>을 활용해 첫 블로그 글을 씁니다.</p>

<p><img src="/assets/img/desk.jpg" alt="조선하의 책상 풍경" /></p>

<p>앞으로 수업에서 배운 내용을 이곳에 정리할 예정입니다.</p>]]></content><author><name>조선하</name></author><category term="수업" /><category term="일기" /><category term="jekyll" /><category term="markdown" /><summary type="html"><![CDATA[안녕하세요!]]></summary></entry></feed>