File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ author:
26
26
27
27
28
28
# 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.
31
31
permalink : pretty
32
32
33
33
markdown : kramdown
Original file line number Diff line number Diff line change 4
4
<title >Lost in the sauce</title >
5
5
<link href =" http://localhost:4000/atom.xml" rel =" self" />
6
6
<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 >
8
8
<id >http://localhost:4000</id >
9
9
<author >
10
10
<name >Rocheandley Kwidama</name >
Original file line number Diff line number Diff line change @@ -63,17 +63,17 @@ <h2 style="margin-bottom: 0; font-weight: 700;">Rocheandley Kwidama</h2>
63
63
< div class ="post-container ">
64
64
65
65
< 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 >
67
67
< time datetime ="2021-09-22T02:00:00+02:00 " class ="post-date "> 22.09.2021</ time >
68
68
</ div >
69
69
70
70
< 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 >
72
72
< time datetime ="2021-02-09T01:00:00+01:00 " class ="post-date "> 09.02.2021</ time >
73
73
</ div >
74
74
75
75
< 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 >
77
77
< time datetime ="2021-02-09T01:00:00+01:00 " class ="post-date "> 09.02.2021</ time >
78
78
</ div >
79
79
Original file line number Diff line number Diff line change 4
4
< div class ="post-container ">
5
5
{% for post in paginator.posts %}
6
6
< 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 >
8
8
< time datetime ="{{ post.date | date_to_xmlschema }} " class ="post-date "> {{ post.date | date: "%d.%m.%Y" }}</ time >
9
9
</ div >
10
10
{% endfor %}
You can’t perform that action at this time.
0 commit comments