Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 5 #4

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ permalink: pretty
# Setup
title: Progress
tagline: A responsive blog theme that illustrates reading progress. Suited for continous reading.
url: http://alexanderussell.github.io
baseurl: /progress-for-jekyll
url: "https://bymyself-yoon.github.io"
baseurl: "/bymyself-yoon"
analytics_id:

# Owner/author information
owner:
name: Alex Russell
name: S
avatar: avatar.png
bio: "Designer."
email: [email protected]
Expand Down
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@



<link rel="stylesheet" href="/progress-for-jekyll/css/reset.css">
<link rel="stylesheet" href="/progress-for-jekyll/css/style.css">
<link rel="stylesheet" href="/bymyself-yoon.github.io/css/reset.css">
<link rel="stylesheet" href="/bymyself-yoon.github.io/css/style.css">

<script src="/progress-for-jekyll/js/modernizr.js"></script>
<script src="/bymyself-yoon.github.io/js/modernizr.js"></script>



Expand All @@ -55,21 +55,21 @@
<body>
<header class="header">
<h1>
<a href="http://alexanderussell.github.io/progress-for-jekyll/" title="Home">Progress</a>
<a href="http://bymyself-yoon.github.io/" title="Home">Progress</a>
</h1>
<nav>
<ul>

<li>
<a href="/progress-for-jekyll/"">Home</a>
<a href="/bymyself-yoon.github.io/"">Home</a>
</li>

<li>
<a href="/progress-for-jekyll/about"">About</a>
<a href="/bymyself-yoon.github.io/about"">About</a>
</li>

<li>
<a href="/progress-for-jekyll/archive"">Archive</a>
<a href="/bymyself-yoon.github.io/archive"">Archive</a>
</li>

<li>
Expand Down Expand Up @@ -110,7 +110,7 @@ <h1> Forestry Test </h1>
<article class="post">
<header>

<img src="/progress-for-jekyll/img/img-1.png" alt="img-1.png">
<img src="/bymyself-yoon.github.io/img/img-1.png" alt="img-1.png">

<h1> Introduction to Progress </h1>
</header>
Expand Down Expand Up @@ -377,7 +377,7 @@ <h3><em>Post with Figure</em></h3>



<a href="/progress-for-jekyll/blog/page2" >
<a href="/bymyself-yoon.github.io/blog/page2" >
Next
</a>

Expand All @@ -401,8 +401,8 @@ <h3><em>Post with Figure</em></h3>



<script src="/progress-for-jekyll/js/jquery-2.1.4.js"></script>
<script src="/progress-for-jekyll/js/main.js"></script>
<script src="/bymyself-yoon.github.io/js/jquery-2.1.4.js"></script>
<script src="/bymyself-yoon.github.io/js/main.js"></script>


</body>
Expand Down