master: d63bf77118
Add .gitlab-ci.yml the fun way
This commit is contained in:
parent
ac188b1ac3
commit
6782fd5bea
6 changed files with 15 additions and 158 deletions
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
image: alpine:latest
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdir .public
|
||||
- ls
|
||||
- cp -r * .public
|
||||
- mv .public public
|
||||
- ls public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- gh-pages
|
|
@ -1,9 +0,0 @@
|
|||
# Kumis Hirnkotze
|
||||
|
||||
> Besser Anarchie als gar keine Regierung!
|
||||
|
||||
### Worum geht es hier?
|
||||
|
||||
- meine Meinung
|
||||
- von Blogs anderer Menschen
|
||||
- archivieren
|
|
@ -1,99 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Home</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="Klaus-Uwe Mitterer">
|
||||
|
||||
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- Le styles -->
|
||||
<link href='/assets/stylesheets/bootstrap.min-88238289010db19359d2181e634e95cd.css' type='text/css' rel='stylesheet' media='all'>
|
||||
<link href='/assets/stylesheets/style-e81fa375b231bedf6cb2dbc6653570cc.css' type='text/css' rel='stylesheet' media='all'>
|
||||
<link href='/assets/stylesheets/google_prettify/sons-of-obsidian-afb0925bfa2d994f17dab93e13fbf999.css' type='text/css' rel='stylesheet' media='all'>
|
||||
<!-- Le fav and touch icons -->
|
||||
<!-- Update these with your own images
|
||||
<link rel="shortcut icon" href="images/favicon.ico">
|
||||
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
|
||||
-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="navbar">
|
||||
<div class="navbar-inner">
|
||||
<div class="container-narrow">
|
||||
<a class="brand" href="/">Kumis Hirnkotze</a>
|
||||
<ul class="nav">
|
||||
|
||||
<li><a href="/archive">Archive</a></li>
|
||||
|
||||
|
||||
<li><a href="/tags">Tags</a></li>
|
||||
|
||||
|
||||
<li><a href="/pages">Pages</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container-narrow">
|
||||
|
||||
<div class="content">
|
||||
<div class="page-header">
|
||||
<h1>Home </h1>
|
||||
</div>
|
||||
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<h1 id="toc_0">Kumis Hirnkotze</h1>
|
||||
|
||||
<blockquote>
|
||||
<p>Besser Anarchie als gar keine Regierung!</p>
|
||||
</blockquote>
|
||||
|
||||
<h3 id="toc_1">Worum geht es hier?</h3>
|
||||
|
||||
<ul>
|
||||
<li>meine Meinung</li>
|
||||
<li>von Blogs anderer Menschen</li>
|
||||
<li>archivieren</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
<div class="footer">
|
||||
<p>© Klaus-Uwe Mitterer
|
||||
with help from <a href="http://ruhoh.com" target="_blank" title="The Definitive Technical Blogging Framework">ruhoh</a>
|
||||
and <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div> <!-- /container -->
|
||||
|
||||
<!-- Google Prettify -->
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/188.0.0/prettify.js"></script>
|
||||
<script>
|
||||
var pres = document.getElementsByTagName("pre");
|
||||
for (var i=0; i < pres.length; ++i) {
|
||||
pres[i].className = "prettyprint linenums";
|
||||
}
|
||||
prettyPrint();
|
||||
</script>
|
||||
<!-- end Google Prettify -->
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -102,29 +102,6 @@ Verlustgeschäft.</p>
|
|||
<a href="/" class="btn btn-small">read more..</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="_root">
|
||||
<h3 class="title"><a href="/home">Home</a> <span class="date"></span></h3>
|
||||
|
||||
<div class="summary">
|
||||
<h1 id="toc_0">Kumis Hirnkotze</h1>
|
||||
|
||||
<blockquote>
|
||||
<p>Besser Anarchie als gar keine Regierung!</p>
|
||||
</blockquote>
|
||||
|
||||
<h3 id="toc_1">Worum geht es hier?</h3>
|
||||
|
||||
<ul>
|
||||
<li>meine Meinung</li>
|
||||
<li>von Blogs anderer Menschen</li>
|
||||
<li>archivieren</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="more">
|
||||
<a href="/home" class="btn btn-small">read more..</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="_root">
|
||||
<h3 class="title"><a href="/pages">Pages</a> <span class="date"></span></h3>
|
||||
|
||||
|
@ -136,9 +113,6 @@ Verlustgeschäft.</p>
|
|||
|
||||
<li><a href="/">Home</a></li>
|
||||
|
||||
|
||||
<li><a href="/home">Home</a></li>
|
||||
|
||||
<li class="active"><a href="/pages" class="active">Pages</a></li>
|
||||
|
||||
|
||||
|
|
|
@ -62,9 +62,6 @@
|
|||
|
||||
<li><a href="/">Home</a></li>
|
||||
|
||||
|
||||
<li><a href="/home">Home</a></li>
|
||||
|
||||
<li class="active"><a href="/pages" class="active">Pages</a></li>
|
||||
|
||||
|
||||
|
|
21
rss.xml
21
rss.xml
|
@ -101,24 +101,6 @@ der Strecke bleiben, ist kaum weiter verwunderlich.</p>
|
|||
<li class="active"><a href="/posts/index/1">1</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Home</title>
|
||||
<link>/home</link>
|
||||
<description><h1 id="toc_0">Kumis Hirnkotze</h1>
|
||||
|
||||
<blockquote>
|
||||
<p>Besser Anarchie als gar keine Regierung!</p>
|
||||
</blockquote>
|
||||
|
||||
<h3 id="toc_1">Worum geht es hier?</h3>
|
||||
|
||||
<ul>
|
||||
<li>meine Meinung</li>
|
||||
<li>von Blogs anderer Menschen</li>
|
||||
<li>archivieren</li>
|
||||
</ul>
|
||||
</description>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -132,9 +114,6 @@ der Strecke bleiben, ist kaum weiter verwunderlich.</p>
|
|||
|
||||
<li><a href="/">Home</a></li>
|
||||
|
||||
|
||||
<li><a href="/home">Home</a></li>
|
||||
|
||||
<li class="active"><a href="/pages" class="active">Pages</a></li>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue