Skip to content

Commit 38201dd

Browse files
committed
added url config
1 parent a94a246 commit 38201dd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ author:
2626

2727

2828
# URL settings
29-
url: "" # Domain Name of host. [username].github.io for github pages
30-
baseurl: "" # sub folder for jekyll site. only if jekyll site not in root of host. leave blank if not wishd. always add / in front.
29+
url: "rorobig.github.io" # Domain Name of host. [username].github.io for github pages
30+
baseurl: "/blog" # sub folder for jekyll site. only if jekyll site not in root of host. leave blank if not wishd. always add / in front.
3131
permalink: pretty
3232

3333
markdown: kramdown

_site/atom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Lost in the sauce</title>
55
<link href="http://localhost:4000/atom.xml" rel="self"/>
66
<link href="http://localhost:4000/"/>
7-
<updated>2021-10-23T16:34:24+02:00</updated>
7+
<updated>2021-10-23T16:37:39+02:00</updated>
88
<id>http://localhost:4000</id>
99
<author>
1010
<name>Rocheandley Kwidama</name>

_site/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@ <h2 style="margin-bottom: 0; font-weight: 700;">Rocheandley Kwidama</h2>
6363
<div class="post-container">
6464

6565
<div class="post-list">
66-
<a class="post-title" href="blog//ephesus-jekyll-blog-theme/">Ephesus Jekyll Blog Theme</a>
66+
<a class="post-title" href="http://localhost:4000/ephesus-jekyll-blog-theme/">Ephesus Jekyll Blog Theme</a>
6767
<time datetime="2021-09-22T02:00:00+02:00" class="post-date">22.09.2021</time>
6868
</div>
6969

7070
<div class="post-list">
71-
<a class="post-title" href="blog//hello-world/">Is this shit fucking working</a>
71+
<a class="post-title" href="http://localhost:4000/hello-world/">Is this shit fucking working</a>
7272
<time datetime="2021-02-09T01:00:00+01:00" class="post-date">09.02.2021</time>
7373
</div>
7474

7575
<div class="post-list">
76-
<a class="post-title" href="blog//justo-imperdiet-condimentum-ad-cum-acanone/">Justo imperdiet condimentum ad cum aca</a>
76+
<a class="post-title" href="http://localhost:4000/justo-imperdiet-condimentum-ad-cum-acanone/">Justo imperdiet condimentum ad cum aca</a>
7777
<time datetime="2021-02-09T01:00:00+01:00" class="post-date">09.02.2021</time>
7878
</div>
7979

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="post-container">
55
{% for post in paginator.posts %}
66
<div class="post-list">
7-
<a class="post-title" href="blog/{{ post.url }}">{{ post.title }}</a>
7+
<a class="post-title" href="{{ site.url }}{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
88
<time datetime="{{ post.date | date_to_xmlschema }}" class="post-date">{{ post.date | date: "%d.%m.%Y" }}</time>
99
</div>
1010
{% endfor %}

0 commit comments

Comments
 (0)