cleanup and lots of tweaks plus new "Hello agian" entry
This commit is contained in:
@@ -10,27 +10,27 @@
|
||||
|
||||
|
||||
<meta name="author" content="_N0x">
|
||||
<meta name="description" content="A Git-Server Setup In Minutes Sometimes I wish I had other hobbies then just trying out new stuff I dicovered online.
|
||||
<meta name="description" content="A Git-Server Setup In Minutes Sometimes I wish I had other hobbies then just trying out new stuff I discovered online.
|
||||
For Some strange reason I felt the need to set up my own git server - because who doesn’t need an own server for the two or three projects you keep on github? I looked around and searched for some solutions that would fit my needs.">
|
||||
<meta name="keywords" content="blog,developer,personal">
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="GIT_IN_MINUTES"/>
|
||||
<meta name="twitter:description" content="A Git-Server Setup In Minutes Sometimes I wish I had other hobbies then just trying out new stuff I dicovered online.
|
||||
<meta name="twitter:title" content="Git in minutes"/>
|
||||
<meta name="twitter:description" content="A Git-Server Setup In Minutes Sometimes I wish I had other hobbies then just trying out new stuff I discovered online.
|
||||
For Some strange reason I felt the need to set up my own git server - because who doesn’t need an own server for the two or three projects you keep on github? I looked around and searched for some solutions that would fit my needs."/>
|
||||
|
||||
<meta property="og:title" content="GIT_IN_MINUTES" />
|
||||
<meta property="og:description" content="A Git-Server Setup In Minutes Sometimes I wish I had other hobbies then just trying out new stuff I dicovered online.
|
||||
<meta property="og:title" content="Git in minutes" />
|
||||
<meta property="og:description" content="A Git-Server Setup In Minutes Sometimes I wish I had other hobbies then just trying out new stuff I discovered online.
|
||||
For Some strange reason I felt the need to set up my own git server - because who doesn’t need an own server for the two or three projects you keep on github? I looked around and searched for some solutions that would fit my needs." />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://n0x.io/posts/gitbucket/" /><meta property="article:section" content="posts" />
|
||||
<meta property="article:published_time" content="2020-07-02T00:00:00+00:00" />
|
||||
<meta property="article:modified_time" content="2020-07-02T00:00:00+00:00" />
|
||||
<meta property="article:published_time" content="2020-07-02T00:00:00+02:00" />
|
||||
<meta property="article:modified_time" content="2020-07-02T00:00:00+02:00" />
|
||||
|
||||
|
||||
|
||||
<title>
|
||||
GIT_IN_MINUTES · n0x.io
|
||||
Git in minutes · n0x.io
|
||||
</title>
|
||||
|
||||
|
||||
@@ -103,10 +103,6 @@ For Some strange reason I felt the need to set up my own git server - because wh
|
||||
<a class="navigation-link" href="https://n0x.io/posts/">Blog</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://n0x.io/about/">About</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://cloud.n0x.io/">Cloud</a>
|
||||
</li>
|
||||
@@ -115,6 +111,14 @@ For Some strange reason I felt the need to set up my own git server - because wh
|
||||
<a class="navigation-link" href="https://git.n0x.io/">Git</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://pb.n0x.io/">PrivatBin</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item">
|
||||
<a class="navigation-link" href="https://n0x.io/about/">About</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
@@ -131,7 +135,7 @@ For Some strange reason I felt the need to set up my own git server - because wh
|
||||
<div class="post-title">
|
||||
<h1 class="title">
|
||||
<a class="title-link" href="https://n0x.io/posts/gitbucket/">
|
||||
GIT_IN_MINUTES
|
||||
Git in minutes
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
||||
@@ -139,7 +143,7 @@ For Some strange reason I felt the need to set up my own git server - because wh
|
||||
<div class="date">
|
||||
<span class="posted-on">
|
||||
<i class="fa fa-calendar" aria-hidden="true"></i>
|
||||
<time datetime='2020-07-02T00:00:00Z'>
|
||||
<time datetime='2020-07-02T00:00:00+02:00'>
|
||||
July 2, 2020
|
||||
</time>
|
||||
</span>
|
||||
@@ -148,7 +152,9 @@ For Some strange reason I felt the need to set up my own git server - because wh
|
||||
3-minute read
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="authors">
|
||||
<i class="fa fa-user" aria-hidden="true"></i>
|
||||
<a href="https://n0x.io/authors/_n0x/">_N0x</a></div>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -162,7 +168,7 @@ For Some strange reason I felt the need to set up my own git server - because wh
|
||||
<i class="fa fa-link" aria-hidden="true"></i>
|
||||
</a>
|
||||
</h1>
|
||||
<p>Sometimes I wish I had other hobbies then just trying out new stuff I dicovered online.</p>
|
||||
<p>Sometimes I wish I had other hobbies then just trying out new stuff I discovered online.</p>
|
||||
<p>For Some strange reason I felt the need to set up my own git server - because who doesn’t need an own server for the two or three projects you keep on github?
|
||||
I looked around and searched for some solutions that would fit my needs.</p>
|
||||
<p>My requirements were:</p>
|
||||
|
||||
Reference in New Issue
Block a user