Skip to content

Commit

Permalink
Synchronized build
Browse files Browse the repository at this point in the history
  • Loading branch information
lektor-bot committed Feb 7, 2021
1 parent ef15c41 commit b2fa9b8
Show file tree
Hide file tree
Showing 139 changed files with 9,685 additions and 6,093 deletions.
30 changes: 30 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!doctype html>
<meta charset="utf-8">
<link rel="stylesheet" href="static/style.css">
<title> — Gergelim</title>
<body>
<header>
<h1>Gergelim</h1>
<nav>
<ul class="nav navbar-nav">
<li><a href="./">Welcome</a></li>

<li><a href="blog/">Blog</a></li>

<li><a href="projects/">Projects</a></li>

<li><a href="about/">About</a></li>

</ul>
</nav>
</header>
<div class="page">

<h2></h2>


</div>
<footer>
&copy; Copyright 2021 by Gianluca Ciccarelli.
</footer>
</body>
6 changes: 0 additions & 6 deletions 404.md

This file was deleted.

32 changes: 0 additions & 32 deletions about.md

This file was deleted.

32 changes: 32 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!doctype html>
<meta charset="utf-8">
<link rel="stylesheet" href="../static/style.css">
<title>About this Website — Gergelim</title>
<body>
<header>
<h1>Gergelim</h1>
<nav>
<ul class="nav navbar-nav">
<li><a href="../">Welcome</a></li>

<li><a href="../blog/">Blog</a></li>

<li><a href="../projects/">Projects</a></li>

<li class="active"><a href="./">About</a></li>

</ul>
</nav>
</header>
<div class="page">

<h2>About this Website</h2>
<p>This is a website that was made with the Lektor quickstart.</p>
<p>And it does not contain a lot of information.</p>


</div>
<footer>
&copy; Copyright 2021 by Gianluca Ciccarelli.
</footer>
</body>
72 changes: 0 additions & 72 deletions at.html

This file was deleted.

72 changes: 0 additions & 72 deletions beta.html

This file was deleted.

Loading

0 comments on commit b2fa9b8

Please sign in to comment.