Skip to content

Commit

Permalink
Fix path to home and rebuild site
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzai committed Jan 22, 2024
1 parent a42b745 commit 02450a3
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header>
<div>
<a class="site-title" href="/">{{ site.title }}</a>
<a class="site-title" href="{{ site.url }}">{{ site.title }}</a>
<small>
{% if site.tagshort %}
{{ site.tagshort }}
Expand Down
4 changes: 2 additions & 2 deletions docs/2022/08/01/on-the-use-of-icons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<article>
<header>
<div>
<a class="site-title" href="/">cvless</a>
<a class="site-title" href="https://piazzai.github.io/cvless">cvless</a>
<small>

Jekyll theme
Expand Down Expand Up @@ -190,7 +190,7 @@ <h2 id="note">Note</h2>

</main>
<footer>
<small>&copy; <time datetime="2024-01-22T10:37:54+01:00">2024</time>
<small>&copy; <time datetime="2024-01-22T10:40:38+01:00">2024</time>
Place Holder. All rights reserved.</small>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/2022/08/15/example-content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<article>
<header>
<div>
<a class="site-title" href="/">cvless</a>
<a class="site-title" href="https://piazzai.github.io/cvless">cvless</a>
<small>

Jekyll theme
Expand Down Expand Up @@ -263,7 +263,7 @@ <h3 id="tables">Tables</h3>

</main>
<footer>
<small>&copy; <time datetime="2024-01-22T10:37:54+01:00">2024</time>
<small>&copy; <time datetime="2024-01-22T10:40:38+01:00">2024</time>
Place Holder. All rights reserved.</small>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/2022/09/01/whats-jekyll/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<article>
<header>
<div>
<a class="site-title" href="/">cvless</a>
<a class="site-title" href="https://piazzai.github.io/cvless">cvless</a>
<small>

Jekyll theme
Expand All @@ -77,7 +77,7 @@ <h1 class="post-title">What Jekyll is</h1>

</main>
<footer>
<small>&copy; <time datetime="2024-01-22T10:37:54+01:00">2024</time>
<small>&copy; <time datetime="2024-01-22T10:40:38+01:00">2024</time>
Place Holder. All rights reserved.</small>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/atom.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="4.3.3">Jekyll</generator><link href="https://piazzai.github.io/cvless/atom.xml" rel="self" type="application/atom+xml" /><link href="https://piazzai.github.io/cvless/" rel="alternate" type="text/html" /><updated>2024-01-22T10:37:54+01:00</updated><id>https://piazzai.github.io/cvless/atom.xml</id><title type="html">cvless</title><subtitle>Jekyll theme for a beautiful online CV</subtitle><author><name>Place Holder</name><email>[email protected]</email></author><entry><title type="html">What Jekyll is</title><link href="https://piazzai.github.io/cvless/2022/09/01/whats-jekyll/" rel="alternate" type="text/html" title="What Jekyll is" /><published>2022-09-01T00:00:00+02:00</published><updated>2022-09-01T00:00:00+02:00</updated><id>https://piazzai.github.io/cvless/2022/09/01/whats-jekyll</id><content type="html" xml:base="https://piazzai.github.io/cvless/2022/09/01/whats-jekyll/"><![CDATA[<p><a href="https://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/jekyll/jekyll/blob/master/README.markdown">the project’s readme</a>:</p>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://piazzai.github.io/cvless/atom.xml" rel="self" type="application/atom+xml" /><link href="https://piazzai.github.io/cvless/" rel="alternate" type="text/html" /><updated>2024-01-22T10:40:38+01:00</updated><id>https://piazzai.github.io/cvless/atom.xml</id><title type="html">cvless</title><subtitle>Jekyll theme for a beautiful online CV</subtitle><author><name>Place Holder</name><email>[email protected]</email></author><entry><title type="html">What Jekyll is</title><link href="https://piazzai.github.io/cvless/2022/09/01/whats-jekyll/" rel="alternate" type="text/html" title="What Jekyll is" /><published>2022-09-01T00:00:00+02:00</published><updated>2022-09-01T00:00:00+02:00</updated><id>https://piazzai.github.io/cvless/2022/09/01/whats-jekyll</id><content type="html" xml:base="https://piazzai.github.io/cvless/2022/09/01/whats-jekyll/"><![CDATA[<p><a href="https://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From <a href="https://github.com/jekyll/jekyll/blob/master/README.markdown">the project’s readme</a>:</p>

<blockquote>
<p>Jekyll is a simple, blog aware, static site generator. It takes a template directory […] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/cv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<article id="cv">
<header>
<div>
<a class="site-title" href="/">cvless</a>
<a class="site-title" href="https://piazzai.github.io/cvless">cvless</a>
<small>

Jekyll theme
Expand Down Expand Up @@ -99,7 +99,7 @@ <h3 id="subsection">Subsection</h3>

</main>
<footer>
<small>&copy; <time datetime="2024-01-22T10:37:54+01:00">2024</time>
<small>&copy; <time datetime="2024-01-22T10:40:38+01:00">2024</time>
Place Holder. All rights reserved.</small>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2>August 2022</h2>

</main>
<footer>
<small>&copy; <time datetime="2024-01-22T10:37:54+01:00">2024</time>
<small>&copy; <time datetime="2024-01-22T10:40:38+01:00">2024</time>
Place Holder. All rights reserved.</small>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/posts/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<article>
<header>
<div>
<a class="site-title" href="/">cvless</a>
<a class="site-title" href="https://piazzai.github.io/cvless">cvless</a>
<small>

Jekyll theme
Expand Down Expand Up @@ -281,7 +281,7 @@ <h3 id="tables">Tables</h3>

</main>
<footer>
<small>&copy; <time datetime="2024-01-22T10:37:54+01:00">2024</time>
<small>&copy; <time datetime="2024-01-22T10:40:38+01:00">2024</time>
Place Holder. All rights reserved.</small>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/posts/3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<article>
<header>
<div>
<a class="site-title" href="/">cvless</a>
<a class="site-title" href="https://piazzai.github.io/cvless">cvless</a>
<small>

Jekyll theme
Expand Down Expand Up @@ -207,7 +207,7 @@ <h2 id="note">Note</h2>

</main>
<footer>
<small>&copy; <time datetime="2024-01-22T10:37:54+01:00">2024</time>
<small>&copy; <time datetime="2024-01-22T10:40:38+01:00">2024</time>
Place Holder. All rights reserved.</small>
</footer>

Expand Down
4 changes: 2 additions & 2 deletions docs/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<article>
<header>
<div>
<a class="site-title" href="/">cvless</a>
<a class="site-title" href="https://piazzai.github.io/cvless">cvless</a>
<small>

Jekyll theme
Expand Down Expand Up @@ -94,7 +94,7 @@ <h1><a href="/2022/09/01/whats-jekyll/">What Jekyll is</a></h1>

</main>
<footer>
<small>&copy; <time datetime="2024-01-22T10:37:54+01:00">2024</time>
<small>&copy; <time datetime="2024-01-22T10:40:38+01:00">2024</time>
Place Holder. All rights reserved.</small>
</footer>

Expand Down

0 comments on commit 02450a3

Please sign in to comment.