initial check in

This commit is contained in:
Andreas Hechtbauer 2017-11-28 15:51:05 +01:00
commit a8a68e58a9
41 changed files with 1857 additions and 0 deletions

67
.gitignore vendored Normal file
View File

@ -0,0 +1,67 @@
# Emacs:
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# projectiles files
.projectile
# directory configuration
.dir-locals.el
# Linux:
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
# Vim:
# Swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# Session
Session.vim
# Temporary
.netrwhist

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/ananke"]
path = themes/ananke
url = https://github.com/budparr/gohugo-theme-ananke.git

30
config.toml Normal file
View File

@ -0,0 +1,30 @@
baseurl = "http://binary.kitchen/"
languageCode = "de-de"
title = "binary.kitchen"
theme = "ananke"
MetaDataFormat = "yaml"
DefaultContentLanguage = "de"
SectionPagesMenu = "main"
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[params]
favicon = ""
description = "The last theme you'll ever need. Maybe."
facebook = ""
twitter = "https://twitter.com/binary_kitchen"
instagram = ""
youtube = ""
github = ""
linkedin = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
featured_image = "/kitchendoor.jpeg"
recent_posts_number = 2

4
config.toml~ Normal file
View File

@ -0,0 +1,4 @@
baseurl = "http://binary.kitchen/"
languageCode = "de-de"
title = "binary.kitchen"
theme = "ananke"

8
content/_index.md Normal file
View File

@ -0,0 +1,8 @@
---
title: Binary Kitchen
date: 2017-03-23
publishdate: 2017-03-24
---
Welcome to ...

8
content/_index.md~ Normal file
View File

@ -0,0 +1,8 @@
---
title: Binary Kitchen - Hack Space Regensburg
date: 2017-03-23
publishdate: 2017-03-24
---
Welcome to ...

7
content/about/_index.md Normal file
View File

@ -0,0 +1,7 @@
---
title: Über die Kitchen
date: 2017-03-23
publishdate: 2017-03-24
---
...

View File

@ -0,0 +1,6 @@
+++
title = "Kitchenlog"
date = 2017-11-28T15:40:24+01:00
tags = [log]
description = ""
+++

View File

@ -0,0 +1,7 @@
+++
title = "_Index"
date = 2017-11-28T15:40:24+01:00
tags = []
featured_image = ""
description = ""
+++

View File

@ -0,0 +1,7 @@
+++
title = "My First Post"
date = 2017-11-28T10:59:02+01:00
tags = []
featured_image = ""
description = ""
+++

View File

@ -0,0 +1,5 @@
---
title: Projekte
date: 2017-03-23
publishdate: 2017-03-24
---

133
public/404.html Normal file
View File

@ -0,0 +1,133 @@
<!DOCTYPE html>
<html lang="de-de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>binary.kitchen | 404 Page not found</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="generator" content="Hugo 0.31.1" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link href='http://binary.kitchen/dist/main.css' rel='stylesheet' type="text/css" />
<link href="http://binary.kitchen/index.xml" rel="alternate" type="application/rss+xml" title="binary.kitchen" />
<link href="http://binary.kitchen/index.xml" rel="feed" type="application/rss+xml" title="binary.kitchen" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="The last theme you&#39;ll ever need. Maybe." />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="The last theme you&#39;ll ever need. Maybe.">
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="The last theme you&#39;ll ever need. Maybe."/>
</head>
<body class="ma0 avenir bg-near-white">
<header>
<div class="bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="http://binary.kitchen/" class="f3 fw2 hover-white no-underline white-90 dib">
binary.kitchen
</a>
<div class="flex-l items-center">
<ul class="pl0 mr3">
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/kitchenlog/" title="_Index page">
_Index
</a>
</li>
</ul>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</div>
</nav>
</div>
</header>
<main class="pb7" role="main">
<article class="center cf pv5 measure-wide-l">
<h1>
This is not the page you were looking for
</h1>
</article>
</main>
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
&copy; 2017 binary.kitchen
</a>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</footer>
<script src="http://binary.kitchen/dist/app.bundle.js" async></script>
</body>
</html>

View File

@ -0,0 +1,131 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="600"
height="600"
id="svg3049"
version="1.1"
inkscape:version="0.48.1 r9760"
sodipodi:docname="binary_kitchen_bw_border.svg"
inkscape:export-filename="/home/flo/Documents/binary kitchen/binary_kitchen_nur_hut_bw_border.png"
inkscape:export-xdpi="30"
inkscape:export-ydpi="30">
<defs
id="defs3051" />
<sodipodi:namedview
id="base"
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="0.93025308"
inkscape:cx="470.99455"
inkscape:cy="274.01284"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1920"
inkscape:window-height="1033"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true" />
<metadata
id="metadata3054">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-452.36218)">
<rect
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect4950"
width="149.42171"
height="112.87251"
x="205.32047"
y="199.03384"
transform="translate(0,452.36218)"
ry="3.4414423" />
<g
id="g4938"
transform="matrix(1.0162823,0,0,1.0162823,-4.8846753,-12.106741)"
style="stroke:#ffffff">
<g
style="stroke:#ffffff;stroke-width:32.54361724999999694;stroke-miterlimit:4;stroke-dasharray:none"
id="g4382"
transform="matrix(1.1613179,0,0,1.1613179,-64.783387,-119.94864)">
<path
inkscape:connector-curvature="0"
id="path4384"
d="m 234.25,532.42468 c -41.69872,0.0316 -75.49049,23.26963 -75.46875,51.9375 0.0184,24.17651 24.00416,44.61455 56.625,49.9375 6.80185,1.1099 10.64306,1.05083 14.6875,1.25 0.85078,0.0424 1.56808,0.92147 1.53125,1.6875 -0.0368,0.76603 -0.83672,1.60483 -1.6875,1.5625 -6.05104,-0.30107 -6.80481,-0.26271 -11.3125,-0.6875 l 0,15.28125 -7.65625,0.0312 c -2.9688,0.0121 -5.54366,2.37975 -5.375,5.34375 l 6.3125,110.9375 c 0.16865,2.96401 2.41369,5.13276 5.375,5.34375 52.22003,3.72057 105.08725,3.94168 158.625,-0.125 2.96026,-0.22486 5.18009,-2.37945 5.34375,-5.34375 l 6.125,-110.9375 c 0.16366,-2.96427 -2.37498,-5.34375 -5.34375,-5.34375 l -6.125,0 -0.0312,-19.71875 c -1.82352,0.21066 -4.00443,0.31409 -7.03125,0.3125 -0.87624,-4.6e-4 -1.69504,-0.87231 -1.6875,-1.65625 0.008,-0.78393 0.84268,-1.61127 1.71875,-1.59375 3.33937,0.0668 5.55119,0.0477 7.3125,-0.375 23.7574,-5.70175 40.60699,-20.77781 40.59375,-38.25 -0.0171,-22.58679 -28.21986,-40.8701 -62.96875,-40.84375 -18.22221,0.0138 -34.63862,5.07093 -46.125,13.125 2.19033,2.9639 4.0494,5.22289 6.125,6.75 2.11514,1.5562 4.47924,2.44251 8.15625,2.625 0.85079,0.0422 1.56808,0.92147 1.53125,1.6875 -0.0368,0.76604 -0.83672,1.60476 -1.6875,1.5625 -4.16153,-0.20668 -7.45101,-1.17873 -9.9375,-3.25 -3.03278,-2.52634 -4.5455,-3.53454 -7.21875,-8.15625 -11.14998,-19.27679 -38.32701,-33.11802 -70.4063,-33.0937 z m 28.875,146.90625 11.15625,0.125 c 2.54215,0.0306 4.556,2.0828 4.53125,4.625 l -0.65625,68.90625 c -0.0248,2.54221 -2.11409,4.59313 -4.65625,4.5625 l -11.125,-0.125 c -2.54215,-0.0306 -4.55599,-2.08279 -4.53125,-4.625 L 258.5,683.89343 c 0.0248,-2.5422 2.08285,-4.59313 4.625,-4.5625 z m 58.71875,0.59375 c 14.13405,0.14043 25.42939,17.42396 25.21875,38.625 -0.21064,21.20105 -11.80345,38.26542 -25.9375,38.125 -14.13403,-0.14043 -25.42939,-17.42394 -25.21875,-38.625 0.21064,-21.20104 11.80347,-38.26543 25.9375,-38.125 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:32.54361724999999694;stroke-miterlimit:4;stroke-dasharray:none" />
<path
sodipodi:nodetypes="sssscscssccsccsccsscscsssascssasssssassas"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:32.54361724999999694;stroke-miterlimit:4;stroke-dasharray:none"
d="m 103.77749,754.66069 c -3.55296,-1.45051 -13.64166,-0.8173 -16.13363,5.26669 l -10.36441,25.304 c -2.58798,6.3184 4.24731,13.63401 7.8213,15.09733 l 109.41419,44.79823 c 1.19855,-1.1948 2.83493,-1.97733 4.66036,-2.02201 3.77989,-0.0925 6.95812,2.99278 7.05068,6.77274 0.46168,0.20327 0.94705,0.42088 1.33834,0.58096 3.57439,1.46228 7.63072,-0.26949 9.09315,-3.8438 l 4.41432,-10.78902 210.65391,86.25081 c 0.7692,3.32152 9.6854,9.30008 16.0676,12.2246 4.0255,1.84463 8.2026,3.33803 12.2962,5.02589 2.8079,-6.94275 5.6552,-13.86947 8.5098,-20.79317 -4.1076,-1.65371 -8.1055,-3.59632 -12.2963,-5.02589 -5.3334,-1.8193 -15.7138,-4.26659 -20.0674,-2.54738 l -210.5784,-86.25672 4.41432,-10.78903 c 1.46244,-3.57434 -0.25254,-7.67246 -3.83107,-9.12454 l -1.31881,-0.53514 c -1.21896,1.43281 -3.04265,2.35418 -5.07127,2.40383 -3.77991,0.0925 -7.06641,-3.25306 -6.98711,-7.36778 -37.70469,-15.62075 -74.98944,-30.7106 -109.08577,-44.6306 z m 0.89661,13.01671 c 35.44338,14.28186 68.90821,28.12418 104.28742,42.56546 1.02459,0.45196 1.51573,1.88209 1.12822,2.81614 -0.38752,0.93405 -1.75364,1.61357 -2.79043,1.19039 l -103.84788,-42.38711 -0.0313,-0.0127 c -4.36835,-1.77246 -7.91901,-0.7849 -9.93876,1.78188 -0.7632,0.9699 -2.38474,1.22636 -3.22533,0.53294 -0.84059,-0.69342 -0.9059,-2.34187 -0.09,-3.26784 2.57498,-2.92235 5.77889,-4.05392 8.54069,-4.10454 2.116,-0.0388 4.29441,0.21126 5.96737,0.88538 z m -8.44288,19.90602 c 35.3593,14.44238 68.87543,28.21459 104.23647,42.69104 1.05541,0.43208 1.613,1.88302 1.22559,2.83779 -0.38742,0.95478 -1.80112,1.61369 -2.85646,1.18146 L 94.78874,791.6791 c -1.19033,-0.48752 -1.68884,-1.89211 -1.31416,-2.87788 0.3569,-0.93901 1.54232,-1.71378 2.75664,-1.2178 z"
id="path4386" />
<g
style="fill:#000000;stroke:#ffffff;stroke-width:30.01124572999999884;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(0.99372469,-0.43404267,0.43404267,0.99372469,-212.28056,469.90379)"
id="g4388">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:32.54361724999999694;stroke-miterlimit:4;stroke-dasharray:none"
d="m 900.1875,443.75 -10.0625,0.0312 c -2.06742,0.006 -3.71875,1.65132 -3.71875,3.71875 l 0,6.25 -14.875,9.1875 C 822.66476,464.22979 769.15433,465.92087 718,467.4687 c -3.86018,0.1168 -6.954,3.13809 -6.9375,7 l 0.0312,7.3125 c -4.39379,0.1562 -8.77864,0.31969 -13.125,0.40625 0.97303,-5.55653 -0.58392,-11.07117 -3.84375,-15.125 -3.90015,-4.85012 -9.63745,-7.59553 -16.6875,-8.375 -1.77081,-0.19579 -3.69096,-0.27617 -5.65625,-0.15625 -1.96529,0.11992 -3.96613,0.45055 -5.90625,1.0625 -3.88023,1.22388 -7.73646,3.96623 -9.0625,8.53125 -1.13246,3.89857 -1.08251,8.27896 1.21875,12 2.30126,3.72104 6.66466,6.31703 12.8125,7.25 5.20014,0.78916 10.38378,1.20262 15.5625,1.375 -0.42767,0.29707 -0.71554,0.66894 -1.1875,0.9375 -3.16064,1.79846 -7.2586,2.82575 -11.21875,3 -16.17998,0.71196 -33.27007,1.52537 -49.75,0.90625 l -0.21875,6.5 c 16.86139,0.63344 34.08845,-0.19511 50.25,-0.90625 4.85233,-0.21352 9.86708,-1.40312 14.15625,-3.84375 2.80877,-1.59825 5.26565,-3.83995 7.0625,-6.625 5.2263,-0.0543 10.41482,-0.22176 15.59375,-0.40625 l 0.0312,4.875 c 0.0248,3.86187 3.07592,6.91592 6.9375,6.96875 50.79894,0.69498 105.04842,1.35105 153.5625,3.96875 l 14.875,9.125 0.0312,6.25 c 0.0103,2.06745 1.65133,3.72517 3.71875,3.71875 l 10.0625,-0.0312 c 2.06742,-0.006 3.75283,-1.65128 3.75,-3.71875 l -0.0312,-22.84375 127.21875,-0.25 c 2.4965,-0.005 4.5,-2.00347 4.5,-4.5 l 0,-4.78125 31.7188,-0.0625 c 2.1455,-0.004 8.1914,-1.72948 8.1874,-3.875 0,-2.14552 -6.0732,-3.84798 -8.2187,-3.84375 l -31.7187,0.0625 0,-4.78125 c 0,-2.49653 -2.0348,-4.50429 -4.5313,-4.5 L 904,470.3125 903.9375,447.46875 c -0.006,-2.06743 -1.68258,-3.72517 -3.75,-3.71875 z M 674.5,465.03125 c 0.76399,0.0155 1.53642,0.0461 2.25,0.125 5.62398,0.62179 9.55318,2.43804 12.375,6.0625 2.29548,2.94841 3.4456,6.73828 2.3125,10.96875 -6.61366,-0.0371 -13.17428,-0.27106 -19.625,-1.25 -4.90375,-0.74418 -7.17641,-2.43226 -8.28125,-4.21875 -1.10484,-1.78649 -1.24006,-4.12594 -0.46875,-6.78125 0.62042,-2.13582 2.1484,-3.33567 4.75,-4.15625 1.3008,-0.41029 2.83201,-0.6234 4.375,-0.71875 0.77149,-0.0477 1.54851,-0.0468 2.3125,-0.0312 z"
transform="matrix(0.92218368,0.00169429,-0.00169429,0.92218368,-452.50678,78.944729)"
id="path4390"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssccssccasssssscssccssccssccsssscsscscscsscssssacssssss" />
</g>
</g>
<g
transform="matrix(1.1613179,0,0,1.1613179,-64.783391,-119.94864)"
id="g4376"
style="stroke:#ffffff">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff"
d="m 234.25,532.42468 c -41.69872,0.0316 -75.49049,23.26963 -75.46875,51.9375 0.0184,24.17651 24.00416,44.61455 56.625,49.9375 6.80185,1.1099 10.64306,1.05083 14.6875,1.25 0.85078,0.0424 1.56808,0.92147 1.53125,1.6875 -0.0368,0.76603 -0.83672,1.60483 -1.6875,1.5625 -6.05104,-0.30107 -6.80481,-0.26271 -11.3125,-0.6875 l 0,15.28125 -7.65625,0.0312 c -2.9688,0.0121 -5.54366,2.37975 -5.375,5.34375 l 6.3125,110.9375 c 0.16865,2.96401 2.41369,5.13276 5.375,5.34375 52.22003,3.72057 105.08725,3.94168 158.625,-0.125 2.96026,-0.22486 5.18009,-2.37945 5.34375,-5.34375 l 6.125,-110.9375 c 0.16366,-2.96427 -2.37498,-5.34375 -5.34375,-5.34375 l -6.125,0 -0.0312,-19.71875 c -1.82352,0.21066 -4.00443,0.31409 -7.03125,0.3125 -0.87624,-4.6e-4 -1.69504,-0.87231 -1.6875,-1.65625 0.008,-0.78393 0.84268,-1.61127 1.71875,-1.59375 3.33937,0.0668 5.55119,0.0477 7.3125,-0.375 23.7574,-5.70175 40.60699,-20.77781 40.59375,-38.25 -0.0171,-22.58679 -28.21986,-40.8701 -62.96875,-40.84375 -18.22221,0.0138 -34.63862,5.07093 -46.125,13.125 2.19033,2.9639 4.0494,5.22289 6.125,6.75 2.11514,1.5562 4.47924,2.44251 8.15625,2.625 0.85079,0.0422 1.56808,0.92147 1.53125,1.6875 -0.0368,0.76604 -0.83672,1.60476 -1.6875,1.5625 -4.16153,-0.20668 -7.45101,-1.17873 -9.9375,-3.25 -3.03278,-2.52634 -4.5455,-3.53454 -7.21875,-8.15625 -11.14998,-19.27679 -38.32701,-33.11802 -70.4063,-33.0937 z m 28.875,146.90625 11.15625,0.125 c 2.54215,0.0306 4.556,2.0828 4.53125,4.625 l -0.65625,68.90625 c -0.0248,2.54221 -2.11409,4.59313 -4.65625,4.5625 l -11.125,-0.125 c -2.54215,-0.0306 -4.55599,-2.08279 -4.53125,-4.625 L 258.5,683.89343 c 0.0248,-2.5422 2.08285,-4.59313 4.625,-4.5625 z m 58.71875,0.59375 c 14.13405,0.14043 25.42939,17.42396 25.21875,38.625 -0.21064,21.20105 -11.80345,38.26542 -25.9375,38.125 -14.13403,-0.14043 -25.42939,-17.42394 -25.21875,-38.625 0.21064,-21.20104 11.80347,-38.26543 25.9375,-38.125 z"
id="path3021"
inkscape:connector-curvature="0" />
<path
id="use3078"
d="m 103.77749,754.66069 c -3.55296,-1.45051 -13.64166,-0.8173 -16.13363,5.26669 l -10.36441,25.304 c -2.58798,6.3184 4.24731,13.63401 7.8213,15.09733 l 109.41419,44.79823 c 1.19855,-1.1948 2.83493,-1.97733 4.66036,-2.02201 3.77989,-0.0925 6.95812,2.99278 7.05068,6.77274 0.46168,0.20327 0.94705,0.42088 1.33834,0.58096 3.57439,1.46228 7.63072,-0.26949 9.09315,-3.8438 l 4.41432,-10.78902 210.65391,86.25081 c 0.7692,3.32152 9.6854,9.30008 16.0676,12.2246 4.0255,1.84463 8.2026,3.33803 12.2962,5.02589 2.8079,-6.94275 5.6552,-13.86947 8.5098,-20.79317 -4.1076,-1.65371 -8.1055,-3.59632 -12.2963,-5.02589 -5.3334,-1.8193 -15.7138,-4.26659 -20.0674,-2.54738 l -210.5784,-86.25672 4.41432,-10.78903 c 1.46244,-3.57434 -0.25254,-7.67246 -3.83107,-9.12454 l -1.31881,-0.53514 c -1.21896,1.43281 -3.04265,2.35418 -5.07127,2.40383 -3.77991,0.0925 -7.06641,-3.25306 -6.98711,-7.36778 -37.70469,-15.62075 -74.98944,-30.7106 -109.08577,-44.6306 z m 0.89661,13.01671 c 35.44338,14.28186 68.90821,28.12418 104.28742,42.56546 1.02459,0.45196 1.51573,1.88209 1.12822,2.81614 -0.38752,0.93405 -1.75364,1.61357 -2.79043,1.19039 l -103.84788,-42.38711 -0.0313,-0.0127 c -4.36835,-1.77246 -7.91901,-0.7849 -9.93876,1.78188 -0.7632,0.9699 -2.38474,1.22636 -3.22533,0.53294 -0.84059,-0.69342 -0.9059,-2.34187 -0.09,-3.26784 2.57498,-2.92235 5.77889,-4.05392 8.54069,-4.10454 2.116,-0.0388 4.29441,0.21126 5.96737,0.88538 z m -8.44288,19.90602 c 35.3593,14.44238 68.87543,28.21459 104.23647,42.69104 1.05541,0.43208 1.613,1.88302 1.22559,2.83779 -0.38742,0.95478 -1.80112,1.61369 -2.85646,1.18146 L 94.78874,791.6791 c -1.19033,-0.48752 -1.68884,-1.89211 -1.31416,-2.87788 0.3569,-0.93901 1.54232,-1.71378 2.75664,-1.2178 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssscscssccsccsccsscscsssascssasssssassas" />
<g
id="use3083"
transform="matrix(0.99372469,-0.43404267,0.43404267,0.99372469,-212.28056,469.90379)"
style="fill:#000000;stroke:#ffffff">
<path
sodipodi:nodetypes="sssccssccasssssscssccssccssccsssscsscscscsscssssacssssss"
inkscape:connector-curvature="0"
id="path4374"
transform="matrix(0.92218368,0.00169429,-0.00169429,0.92218368,-452.50678,78.944729)"
d="m 900.1875,443.75 -10.0625,0.0312 c -2.06742,0.006 -3.71875,1.65132 -3.71875,3.71875 l 0,6.25 -14.875,9.1875 C 822.66476,464.22979 769.15433,465.92087 718,467.4687 c -3.86018,0.1168 -6.954,3.13809 -6.9375,7 l 0.0312,7.3125 c -4.39379,0.1562 -8.77864,0.31969 -13.125,0.40625 0.97303,-5.55653 -0.58392,-11.07117 -3.84375,-15.125 -3.90015,-4.85012 -9.63745,-7.59553 -16.6875,-8.375 -1.77081,-0.19579 -3.69096,-0.27617 -5.65625,-0.15625 -1.96529,0.11992 -3.96613,0.45055 -5.90625,1.0625 -3.88023,1.22388 -7.73646,3.96623 -9.0625,8.53125 -1.13246,3.89857 -1.08251,8.27896 1.21875,12 2.30126,3.72104 6.66466,6.31703 12.8125,7.25 5.20014,0.78916 10.38378,1.20262 15.5625,1.375 -0.42767,0.29707 -0.71554,0.66894 -1.1875,0.9375 -3.16064,1.79846 -7.2586,2.82575 -11.21875,3 -16.17998,0.71196 -33.27007,1.52537 -49.75,0.90625 l -0.21875,6.5 c 16.86139,0.63344 34.08845,-0.19511 50.25,-0.90625 4.85233,-0.21352 9.86708,-1.40312 14.15625,-3.84375 2.80877,-1.59825 5.26565,-3.83995 7.0625,-6.625 5.2263,-0.0543 10.41482,-0.22176 15.59375,-0.40625 l 0.0312,4.875 c 0.0248,3.86187 3.07592,6.91592 6.9375,6.96875 50.79894,0.69498 105.04842,1.35105 153.5625,3.96875 l 14.875,9.125 0.0312,6.25 c 0.0103,2.06745 1.65133,3.72517 3.71875,3.71875 l 10.0625,-0.0312 c 2.06742,-0.006 3.75283,-1.65128 3.75,-3.71875 l -0.0312,-22.84375 127.21875,-0.25 c 2.4965,-0.005 4.5,-2.00347 4.5,-4.5 l 0,-4.78125 31.7188,-0.0625 c 2.1455,-0.004 8.1914,-1.72948 8.1874,-3.875 0,-2.14552 -6.0732,-3.84798 -8.2187,-3.84375 l -31.7187,0.0625 0,-4.78125 c 0,-2.49653 -2.0348,-4.50429 -4.5313,-4.5 L 904,470.3125 903.9375,447.46875 c -0.006,-2.06743 -1.68258,-3.72517 -3.75,-3.71875 z M 674.5,465.03125 c 0.76399,0.0155 1.53642,0.0461 2.25,0.125 5.62398,0.62179 9.55318,2.43804 12.375,6.0625 2.29548,2.94841 3.4456,6.73828 2.3125,10.96875 -6.61366,-0.0371 -13.17428,-0.27106 -19.625,-1.25 -4.90375,-0.74418 -7.17641,-2.43226 -8.28125,-4.21875 -1.10484,-1.78649 -1.24006,-4.12594 -0.46875,-6.78125 0.62042,-2.13582 2.1484,-3.33567 4.75,-4.15625 1.3008,-0.41029 2.83201,-0.6234 4.375,-0.71875 0.77149,-0.0477 1.54851,-0.0468 2.3125,-0.0312 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -0,0 +1,147 @@
<!DOCTYPE html>
<html lang="de-de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>binary.kitchen | Categories</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="generator" content="Hugo 0.31.1" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link href='http://binary.kitchen/dist/main.css' rel='stylesheet' type="text/css" />
<link href="http://binary.kitchen/categories/index.xml" rel="alternate" type="application/rss+xml" title="binary.kitchen" />
<link href="http://binary.kitchen/categories/index.xml" rel="feed" type="application/rss+xml" title="binary.kitchen" />
<meta property="og:title" content="Categories" />
<meta property="og:description" content="The last theme you&#39;ll ever need. Maybe." />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://binary.kitchen/categories/" />
<meta itemprop="name" content="Categories">
<meta itemprop="description" content="The last theme you&#39;ll ever need. Maybe.">
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Categories"/>
<meta name="twitter:description" content="The last theme you&#39;ll ever need. Maybe."/>
</head>
<body class="ma0 avenir bg-near-white">
<header class="cover bg-top" style="background-image: url('http://binary.kitchen/kitchendoor.jpeg');">
<div class="bg-black-60">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="http://binary.kitchen/" class="f3 fw2 hover-white no-underline white-90 dib">
binary.kitchen
</a>
<div class="flex-l items-center">
<ul class="pl0 mr3">
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/kitchenlog/" title="_Index page">
_Index
</a>
</li>
</ul>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</div>
</nav>
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
Categories
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="cf pa3 pa4-m pa4-l">
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
</div>
</article>
<div class="mw8 center">
<section class="ph4">
</section>
</div>
</main>
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
&copy; 2017 binary.kitchen
</a>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</footer>
<script src="http://binary.kitchen/dist/app.bundle.js" async></script>
</body>
</html>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on binary.kitchen</title>
<link>http://binary.kitchen/categories/</link>
<description>Recent content in Categories on binary.kitchen</description>
<generator>Hugo -- gohugo.io</generator>
<language>de-de</language>
<atom:link href="http://binary.kitchen/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

1
public/dist/app.bundle.js vendored Normal file
View File

@ -0,0 +1 @@
!function(n){function t(e){if(r[e])return r[e].exports;var o=r[e]={i:e,l:!1,exports:{}};return n[e].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var r={};t.m=n,t.c=r,t.i=function(n){return n},t.d=function(n,r,e){t.o(n,r)||Object.defineProperty(n,r,{configurable:!1,enumerable:!0,get:e})},t.n=function(n){var r=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(r,"a",r),r},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=1)}([function(n,t){},function(n,t,r){"use strict";var e=r(0);!function(n){n&&n.__esModule}(e)}]);

3
public/dist/main.css vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 KiB

192
public/index.html Normal file
View File

@ -0,0 +1,192 @@
<!DOCTYPE html>
<html lang="de-de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>binary.kitchen | binary.kitchen</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="generator" content="Hugo 0.31.1" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link href='http://binary.kitchen/dist/main.css' rel='stylesheet' type="text/css" />
<link href="http://binary.kitchen/index.xml" rel="alternate" type="application/rss+xml" title="binary.kitchen" />
<link href="http://binary.kitchen/index.xml" rel="feed" type="application/rss+xml" title="binary.kitchen" />
<meta property="og:title" content="binary.kitchen" />
<meta property="og:description" content="The last theme you&#39;ll ever need. Maybe." />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://binary.kitchen/" />
<meta property="og:updated_time" content="2017-11-28T10:59:02&#43;01:00"/>
<meta itemprop="name" content="binary.kitchen">
<meta itemprop="description" content="The last theme you&#39;ll ever need. Maybe.">
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="binary.kitchen"/>
<meta name="twitter:description" content="The last theme you&#39;ll ever need. Maybe."/>
</head>
<body class="ma0 avenir bg-near-white">
<header class="cover bg-top" style="background-image: url('http://binary.kitchen/kitchendoor.jpeg');">
<div class="bg-black-60">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="http://binary.kitchen/" class="f3 fw2 hover-white no-underline white-90 dib">
binary.kitchen
</a>
<div class="flex-l items-center">
<ul class="pl0 mr3">
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/kitchenlog/" title="_Index page">
_Index
</a>
</li>
</ul>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</div>
</nav>
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
binary.kitchen
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy mid-gray">
</article>
<div class="pa3 pa4-ns w-100 w-70-ns center">
<h1 class="flex-none">
Recent _Index
</h1>
<section class="w-100 mw8">
<div class="relative w-100 mb4">
<article class="bb b--black-10">
<div class="db pv4 ph3 ph0-l no-underline dark-gray">
<div class="flex flex-column flex-row-ns">
<div class="blah w-100">
<h1 class="f3 fw1 athelas mt0 lh-title">
<a href="/kitchenlog/my-first-post/" class="color-inherit dim link">
My First Post
</a>
</h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
</div>
<a href="/kitchenlog/my-first-post/" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">read more</a>
</div>
</div>
</div>
</article>
</div>
</section>
</div>
</main>
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
&copy; 2017 binary.kitchen
</a>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</footer>
<script src="http://binary.kitchen/dist/app.bundle.js" async></script>
</body>
</html>

24
public/index.xml Normal file
View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>binary.kitchen</title>
<link>http://binary.kitchen/</link>
<description>Recent content on binary.kitchen</description>
<generator>Hugo -- gohugo.io</generator>
<language>de-de</language>
<lastBuildDate>Tue, 28 Nov 2017 10:59:02 +0100</lastBuildDate>
<atom:link href="http://binary.kitchen/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>My First Post</title>
<link>http://binary.kitchen/kitchenlog/my-first-post/</link>
<pubDate>Tue, 28 Nov 2017 10:59:02 +0100</pubDate>
<guid>http://binary.kitchen/kitchenlog/my-first-post/</guid>
<description></description>
</item>
</channel>
</rss>

BIN
public/kitchendoor.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

6
public/kitchenlog/_index Normal file
View File

@ -0,0 +1,6 @@
---
title: "_Index"
date: 2017-11-28T15:40:10+01:00
draft: true
---

6
public/kitchenlog/index Normal file
View File

@ -0,0 +1,6 @@
---
title: "Index"
date: 2017-11-28T15:40:05+01:00
draft: true
---

View File

@ -0,0 +1,166 @@
<!DOCTYPE html>
<html lang="de-de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>binary.kitchen | _Index</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="generator" content="Hugo 0.31.1" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link href='http://binary.kitchen/dist/main.css' rel='stylesheet' type="text/css" />
<link href="http://binary.kitchen/kitchenlog/index.xml" rel="alternate" type="application/rss+xml" title="binary.kitchen" />
<link href="http://binary.kitchen/kitchenlog/index.xml" rel="feed" type="application/rss+xml" title="binary.kitchen" />
<meta property="og:title" content="_Index" />
<meta property="og:description" content="The last theme you&#39;ll ever need. Maybe." />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://binary.kitchen/kitchenlog/" />
<meta property="og:updated_time" content="2017-11-28T15:40:24&#43;01:00"/>
<meta itemprop="name" content="_Index">
<meta itemprop="description" content="The last theme you&#39;ll ever need. Maybe.">
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="_Index"/>
<meta name="twitter:description" content="The last theme you&#39;ll ever need. Maybe."/>
</head>
<body class="ma0 avenir bg-near-white">
<header class="cover bg-top" style="background-image: url('http://binary.kitchen/images/gohugo-default-sample-hero-image.jpg');">
<div class="bg-black-60">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="http://binary.kitchen/" class="f3 fw2 hover-white no-underline white-90 dib">
binary.kitchen
</a>
<div class="flex-l items-center">
<ul class="pl0 mr3">
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/kitchenlog/" title="_Index page">
_Index
</a>
</li>
</ul>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</div>
</nav>
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
_Index
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="cf pa3 pa4-m pa4-l">
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
</div>
</article>
<div class="mw8 center">
<section class="flex-ns flex-wrap justify-around mt5">
<div class="relative w-100 mb4 bg-white">
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Kitchenlog</span>
<h1 class="f3 near-black">
<a href="/kitchenlog/my-first-post/" class="link black dim">
My First Post
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
</div>
</div>
</div>
</div>
</section>
</div>
</main>
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
&copy; 2017 binary.kitchen
</a>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</footer>
<script src="http://binary.kitchen/dist/app.bundle.js" async></script>
</body>
</html>

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>_Index on binary.kitchen</title>
<link>http://binary.kitchen/kitchenlog/</link>
<description>Recent content in _Index on binary.kitchen</description>
<generator>Hugo -- gohugo.io</generator>
<language>de-de</language>
<lastBuildDate>Tue, 28 Nov 2017 15:40:24 +0100</lastBuildDate>
<atom:link href="http://binary.kitchen/kitchenlog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>My First Post</title>
<link>http://binary.kitchen/kitchenlog/my-first-post/</link>
<pubDate>Tue, 28 Nov 2017 10:59:02 +0100</pubDate>
<guid>http://binary.kitchen/kitchenlog/my-first-post/</guid>
<description></description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,162 @@
<!DOCTYPE html>
<html lang="de-de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>binary.kitchen | My First Post</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="generator" content="Hugo 0.31.1" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link href='http://binary.kitchen/dist/main.css' rel='stylesheet' type="text/css" />
<meta property="og:title" content="My First Post" />
<meta property="og:description" content="" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://binary.kitchen/kitchenlog/my-first-post/" />
<meta property="article:published_time" content="2017-11-28T10:59:02&#43;01:00"/>
<meta property="article:modified_time" content="2017-11-28T10:59:02&#43;01:00"/>
<meta itemprop="name" content="My First Post">
<meta itemprop="description" content="">
<meta itemprop="datePublished" content="2017-11-28T10:59:02&#43;01:00" />
<meta itemprop="dateModified" content="2017-11-28T10:59:02&#43;01:00" />
<meta itemprop="wordCount" content="0">
<meta itemprop="keywords" content="" />
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="My First Post"/>
<meta name="twitter:description" content=""/>
</head>
<body class="ma0 avenir bg-near-white">
<header>
<div class="bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="http://binary.kitchen/" class="f3 fw2 hover-white no-underline white-90 dib">
binary.kitchen
</a>
<div class="flex-l items-center">
<ul class="pl0 mr3">
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/kitchenlog/" title="_Index page">
_Index
</a>
</li>
</ul>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</div>
</nav>
</div>
</header>
<main class="pb7" role="main">
<div class="flex-l mt2 mw8 center">
<article class="center cf pv5 ph3 ph4-ns mw7">
<header>
<p class="f6 b helvetica tracked">
KITCHENLOG
</p>
<h1 class="f1">
My First Post
</h1>
</header>
<div class="nested-copy-line-height lh-copy f4 nested-links nested-img mid-gray">
</div>
</article>
<aside class="ph3 mt2 mt6-ns">
</aside>
</div>
</main>
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
&copy; 2017 binary.kitchen
</a>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</footer>
<script src="http://binary.kitchen/dist/app.bundle.js" async></script>
</body>
</html>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>http://binary.kitchen/kitchenlog/</title><link rel="canonical" href="http://binary.kitchen/kitchenlog/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=http://binary.kitchen/kitchenlog/" /></head></html>

BIN
public/open.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

6
public/page Normal file
View File

@ -0,0 +1,6 @@
---
title: "Page"
date: 2017-11-28T15:20:00+01:00
draft: true
---

166
public/posts/index.html Normal file
View File

@ -0,0 +1,166 @@
<!DOCTYPE html>
<html lang="de-de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>binary.kitchen | Posts</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="generator" content="Hugo 0.31.1" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link href='http://binary.kitchen/dist/main.css' rel='stylesheet' type="text/css" />
<link href="http://binary.kitchen/posts/index.xml" rel="alternate" type="application/rss+xml" title="binary.kitchen" />
<link href="http://binary.kitchen/posts/index.xml" rel="feed" type="application/rss+xml" title="binary.kitchen" />
<meta property="og:title" content="Posts" />
<meta property="og:description" content="The last theme you&#39;ll ever need. Maybe." />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://binary.kitchen/posts/" />
<meta property="og:updated_time" content="2017-11-28T10:59:02&#43;01:00"/>
<meta itemprop="name" content="Posts">
<meta itemprop="description" content="The last theme you&#39;ll ever need. Maybe.">
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Posts"/>
<meta name="twitter:description" content="The last theme you&#39;ll ever need. Maybe."/>
</head>
<body class="ma0 avenir bg-near-white">
<header class="cover bg-top" style="background-image: url('http://binary.kitchen/kitchendoor.jpeg');">
<div class="bg-black-60">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="http://binary.kitchen/" class="f3 fw2 hover-white no-underline white-90 dib">
binary.kitchen
</a>
<div class="flex-l items-center">
<ul class="pl0 mr3">
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/posts/" title="Posts page">
Posts
</a>
</li>
</ul>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</div>
</nav>
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
Posts
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="cf pa3 pa4-m pa4-l">
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
</div>
</article>
<div class="mw8 center">
<section class="flex-ns flex-wrap justify-around mt5">
<div class="relative w-100 mb4 bg-white">
<div class="relative w-100 mb4 bg-white nested-copy-line-height">
<div class="bg-white mb3 pa4 gray overflow-hidden">
<span class="f6 db">Posts</span>
<h1 class="f3 near-black">
<a href="/posts/my-first-post/" class="link black dim">
My First Post
</a>
</h1>
<div class="nested-links f5 lh-copy nested-copy-line-height">
</div>
</div>
</div>
</div>
</section>
</div>
</main>
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
&copy; 2017 binary.kitchen
</a>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</footer>
<script src="http://binary.kitchen/dist/app.bundle.js" async></script>
</body>
</html>

24
public/posts/index.xml Normal file
View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on binary.kitchen</title>
<link>http://binary.kitchen/posts/</link>
<description>Recent content in Posts on binary.kitchen</description>
<generator>Hugo -- gohugo.io</generator>
<language>de-de</language>
<lastBuildDate>Tue, 28 Nov 2017 10:59:02 +0100</lastBuildDate>
<atom:link href="http://binary.kitchen/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>My First Post</title>
<link>http://binary.kitchen/posts/my-first-post/</link>
<pubDate>Tue, 28 Nov 2017 10:59:02 +0100</pubDate>
<guid>http://binary.kitchen/posts/my-first-post/</guid>
<description></description>
</item>
</channel>
</rss>

View File

@ -0,0 +1,162 @@
<!DOCTYPE html>
<html lang="de-de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>binary.kitchen | My First Post</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="generator" content="Hugo 0.31.1" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link href='http://binary.kitchen/dist/main.css' rel='stylesheet' type="text/css" />
<meta property="og:title" content="My First Post" />
<meta property="og:description" content="" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://binary.kitchen/posts/my-first-post/" />
<meta property="article:published_time" content="2017-11-28T10:59:02&#43;01:00"/>
<meta property="article:modified_time" content="2017-11-28T10:59:02&#43;01:00"/>
<meta itemprop="name" content="My First Post">
<meta itemprop="description" content="">
<meta itemprop="datePublished" content="2017-11-28T10:59:02&#43;01:00" />
<meta itemprop="dateModified" content="2017-11-28T10:59:02&#43;01:00" />
<meta itemprop="wordCount" content="0">
<meta itemprop="keywords" content="" />
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="My First Post"/>
<meta name="twitter:description" content=""/>
</head>
<body class="ma0 avenir bg-near-white">
<header>
<div class="bg-black">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="http://binary.kitchen/" class="f3 fw2 hover-white no-underline white-90 dib">
binary.kitchen
</a>
<div class="flex-l items-center">
<ul class="pl0 mr3">
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/posts/" title="Posts page">
Posts
</a>
</li>
</ul>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</div>
</nav>
</div>
</header>
<main class="pb7" role="main">
<div class="flex-l mt2 mw8 center">
<article class="center cf pv5 ph3 ph4-ns mw7">
<header>
<p class="f6 b helvetica tracked">
POSTS
</p>
<h1 class="f1">
My First Post
</h1>
</header>
<div class="nested-copy-line-height lh-copy f4 nested-links nested-img mid-gray">
</div>
</article>
<aside class="ph3 mt2 mt6-ns">
</aside>
</div>
</main>
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
&copy; 2017 binary.kitchen
</a>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</footer>
<script src="http://binary.kitchen/dist/app.bundle.js" async></script>
</body>
</html>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>http://binary.kitchen/posts/</title><link rel="canonical" href="http://binary.kitchen/posts/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=http://binary.kitchen/posts/" /></head></html>

5
public/robots.txt Normal file
View File

@ -0,0 +1,5 @@
User-agent: *
# robotstxt.org - if ENV production variable is false robots will be disallowed.
Disallow: /

38
public/sitemap.xml Normal file
View File

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://binary.kitchen/kitchenlog/</loc>
<lastmod>2017-11-28T15:40:24+01:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://binary.kitchen/kitchenlog/my-first-post/</loc>
<lastmod>2017-11-28T10:59:02+01:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>http://binary.kitchen/categories/</loc>
<changefreq>weekly</changefreq>
<priority>0</priority>
</url>
<url>
<loc>http://binary.kitchen/tags/</loc>
<changefreq>weekly</changefreq>
<priority>0</priority>
</url>
<url>
<loc>http://binary.kitchen/</loc>
<lastmod>2017-11-28T10:59:02+01:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0</priority>
</url>
</urlset>

147
public/tags/index.html Normal file
View File

@ -0,0 +1,147 @@
<!DOCTYPE html>
<html lang="de-de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>binary.kitchen | Tags</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="generator" content="Hugo 0.31.1" />
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link href='http://binary.kitchen/dist/main.css' rel='stylesheet' type="text/css" />
<link href="http://binary.kitchen/tags/index.xml" rel="alternate" type="application/rss+xml" title="binary.kitchen" />
<link href="http://binary.kitchen/tags/index.xml" rel="feed" type="application/rss+xml" title="binary.kitchen" />
<meta property="og:title" content="Tags" />
<meta property="og:description" content="The last theme you&#39;ll ever need. Maybe." />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://binary.kitchen/tags/" />
<meta itemprop="name" content="Tags">
<meta itemprop="description" content="The last theme you&#39;ll ever need. Maybe.">
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Tags"/>
<meta name="twitter:description" content="The last theme you&#39;ll ever need. Maybe."/>
</head>
<body class="ma0 avenir bg-near-white">
<header class="cover bg-top" style="background-image: url('http://binary.kitchen/kitchendoor.jpeg');">
<div class="bg-black-60">
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="http://binary.kitchen/" class="f3 fw2 hover-white no-underline white-90 dib">
binary.kitchen
</a>
<div class="flex-l items-center">
<ul class="pl0 mr3">
<li class="list f5 f4-ns fw4 dib pr3">
<a class="hover-white no-underline white-90" href="/kitchenlog/" title="_Index page">
_Index
</a>
</li>
</ul>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</div>
</nav>
<div class="tc-l pv4 pv6-l ph3 ph4-ns">
<h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
Tags
</h1>
</div>
</div>
</header>
<main class="pb7" role="main">
<article class="cf pa3 pa4-m pa4-l">
<div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
</div>
</article>
<div class="mw8 center">
<section class="ph4">
</section>
</div>
</main>
<footer class="bg-near-black bottom-0 w-100 pa3" role="contentinfo">
<div class="flex justify-between">
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="http://binary.kitchen/" >
&copy; 2017 binary.kitchen
</a>
<a href="https://twitter.com/binary_kitchen" class="link-transition twitter link dib z-999 pt3 pt0-l mr2" title="Twitter link">
<svg height="32px" style="enable-background:new 0 0 67 67;" version="1.1" viewBox="0 0 67 67" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M37.167,22.283c-2.619,0.953-4.274,3.411-4.086,6.101 l0.063,1.038l-1.048-0.127c-3.813-0.487-7.145-2.139-9.974-4.915l-1.383-1.377l-0.356,1.017c-0.754,2.267-0.272,4.661,1.299,6.271 c0.838,0.89,0.649,1.017-0.796,0.487c-0.503-0.169-0.943-0.296-0.985-0.233c-0.146,0.149,0.356,2.076,0.754,2.839 c0.545,1.06,1.655,2.097,2.871,2.712l1.027,0.487l-1.215,0.021c-1.173,0-1.215,0.021-1.089,0.467 c0.419,1.377,2.074,2.839,3.918,3.475l1.299,0.444l-1.131,0.678c-1.676,0.976-3.646,1.526-5.616,1.568 C19.775,43.256,19,43.341,19,43.405c0,0.211,2.557,1.397,4.044,1.864c4.463,1.377,9.765,0.783,13.746-1.568 c2.829-1.673,5.657-5,6.978-8.221c0.713-1.716,1.425-4.851,1.425-6.354c0-0.975,0.063-1.102,1.236-2.267 c0.692-0.678,1.341-1.419,1.467-1.631c0.21-0.403,0.188-0.403-0.88-0.043c-1.781,0.636-2.033,0.551-1.152-0.402 c0.649-0.678,1.425-1.907,1.425-2.267c0-0.063-0.314,0.042-0.671,0.233c-0.377,0.212-1.215,0.53-1.844,0.72l-1.131,0.361l-1.027-0.7 c-0.566-0.381-1.361-0.805-1.781-0.932C39.766,21.902,38.131,21.944,37.167,22.283z M33,64C16.432,64,3,50.569,3,34S16.432,4,33,4 s30,13.431,30,30S49.568,64,33,64z" style="fill-rule:evenodd;clip-rule:evenodd;fill:;"/></svg>
</a>
</div>
</footer>
<script src="http://binary.kitchen/dist/app.bundle.js" async></script>
</body>
</html>

14
public/tags/index.xml Normal file
View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tags on binary.kitchen</title>
<link>http://binary.kitchen/tags/</link>
<description>Recent content in Tags on binary.kitchen</description>
<generator>Hugo -- gohugo.io</generator>
<language>de-de</language>
<atom:link href="http://binary.kitchen/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

View File

@ -0,0 +1,131 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="600"
height="600"
id="svg3049"
version="1.1"
inkscape:version="0.48.1 r9760"
sodipodi:docname="binary_kitchen_bw_border.svg"
inkscape:export-filename="/home/flo/Documents/binary kitchen/binary_kitchen_nur_hut_bw_border.png"
inkscape:export-xdpi="30"
inkscape:export-ydpi="30">
<defs
id="defs3051" />
<sodipodi:namedview
id="base"
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="0.93025308"
inkscape:cx="470.99455"
inkscape:cy="274.01284"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1920"
inkscape:window-height="1033"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true" />
<metadata
id="metadata3054">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-452.36218)">
<rect
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect4950"
width="149.42171"
height="112.87251"
x="205.32047"
y="199.03384"
transform="translate(0,452.36218)"
ry="3.4414423" />
<g
id="g4938"
transform="matrix(1.0162823,0,0,1.0162823,-4.8846753,-12.106741)"
style="stroke:#ffffff">
<g
style="stroke:#ffffff;stroke-width:32.54361724999999694;stroke-miterlimit:4;stroke-dasharray:none"
id="g4382"
transform="matrix(1.1613179,0,0,1.1613179,-64.783387,-119.94864)">
<path
inkscape:connector-curvature="0"
id="path4384"
d="m 234.25,532.42468 c -41.69872,0.0316 -75.49049,23.26963 -75.46875,51.9375 0.0184,24.17651 24.00416,44.61455 56.625,49.9375 6.80185,1.1099 10.64306,1.05083 14.6875,1.25 0.85078,0.0424 1.56808,0.92147 1.53125,1.6875 -0.0368,0.76603 -0.83672,1.60483 -1.6875,1.5625 -6.05104,-0.30107 -6.80481,-0.26271 -11.3125,-0.6875 l 0,15.28125 -7.65625,0.0312 c -2.9688,0.0121 -5.54366,2.37975 -5.375,5.34375 l 6.3125,110.9375 c 0.16865,2.96401 2.41369,5.13276 5.375,5.34375 52.22003,3.72057 105.08725,3.94168 158.625,-0.125 2.96026,-0.22486 5.18009,-2.37945 5.34375,-5.34375 l 6.125,-110.9375 c 0.16366,-2.96427 -2.37498,-5.34375 -5.34375,-5.34375 l -6.125,0 -0.0312,-19.71875 c -1.82352,0.21066 -4.00443,0.31409 -7.03125,0.3125 -0.87624,-4.6e-4 -1.69504,-0.87231 -1.6875,-1.65625 0.008,-0.78393 0.84268,-1.61127 1.71875,-1.59375 3.33937,0.0668 5.55119,0.0477 7.3125,-0.375 23.7574,-5.70175 40.60699,-20.77781 40.59375,-38.25 -0.0171,-22.58679 -28.21986,-40.8701 -62.96875,-40.84375 -18.22221,0.0138 -34.63862,5.07093 -46.125,13.125 2.19033,2.9639 4.0494,5.22289 6.125,6.75 2.11514,1.5562 4.47924,2.44251 8.15625,2.625 0.85079,0.0422 1.56808,0.92147 1.53125,1.6875 -0.0368,0.76604 -0.83672,1.60476 -1.6875,1.5625 -4.16153,-0.20668 -7.45101,-1.17873 -9.9375,-3.25 -3.03278,-2.52634 -4.5455,-3.53454 -7.21875,-8.15625 -11.14998,-19.27679 -38.32701,-33.11802 -70.4063,-33.0937 z m 28.875,146.90625 11.15625,0.125 c 2.54215,0.0306 4.556,2.0828 4.53125,4.625 l -0.65625,68.90625 c -0.0248,2.54221 -2.11409,4.59313 -4.65625,4.5625 l -11.125,-0.125 c -2.54215,-0.0306 -4.55599,-2.08279 -4.53125,-4.625 L 258.5,683.89343 c 0.0248,-2.5422 2.08285,-4.59313 4.625,-4.5625 z m 58.71875,0.59375 c 14.13405,0.14043 25.42939,17.42396 25.21875,38.625 -0.21064,21.20105 -11.80345,38.26542 -25.9375,38.125 -14.13403,-0.14043 -25.42939,-17.42394 -25.21875,-38.625 0.21064,-21.20104 11.80347,-38.26543 25.9375,-38.125 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:32.54361724999999694;stroke-miterlimit:4;stroke-dasharray:none" />
<path
sodipodi:nodetypes="sssscscssccsccsccsscscsssascssasssssassas"
inkscape:connector-curvature="0"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:32.54361724999999694;stroke-miterlimit:4;stroke-dasharray:none"
d="m 103.77749,754.66069 c -3.55296,-1.45051 -13.64166,-0.8173 -16.13363,5.26669 l -10.36441,25.304 c -2.58798,6.3184 4.24731,13.63401 7.8213,15.09733 l 109.41419,44.79823 c 1.19855,-1.1948 2.83493,-1.97733 4.66036,-2.02201 3.77989,-0.0925 6.95812,2.99278 7.05068,6.77274 0.46168,0.20327 0.94705,0.42088 1.33834,0.58096 3.57439,1.46228 7.63072,-0.26949 9.09315,-3.8438 l 4.41432,-10.78902 210.65391,86.25081 c 0.7692,3.32152 9.6854,9.30008 16.0676,12.2246 4.0255,1.84463 8.2026,3.33803 12.2962,5.02589 2.8079,-6.94275 5.6552,-13.86947 8.5098,-20.79317 -4.1076,-1.65371 -8.1055,-3.59632 -12.2963,-5.02589 -5.3334,-1.8193 -15.7138,-4.26659 -20.0674,-2.54738 l -210.5784,-86.25672 4.41432,-10.78903 c 1.46244,-3.57434 -0.25254,-7.67246 -3.83107,-9.12454 l -1.31881,-0.53514 c -1.21896,1.43281 -3.04265,2.35418 -5.07127,2.40383 -3.77991,0.0925 -7.06641,-3.25306 -6.98711,-7.36778 -37.70469,-15.62075 -74.98944,-30.7106 -109.08577,-44.6306 z m 0.89661,13.01671 c 35.44338,14.28186 68.90821,28.12418 104.28742,42.56546 1.02459,0.45196 1.51573,1.88209 1.12822,2.81614 -0.38752,0.93405 -1.75364,1.61357 -2.79043,1.19039 l -103.84788,-42.38711 -0.0313,-0.0127 c -4.36835,-1.77246 -7.91901,-0.7849 -9.93876,1.78188 -0.7632,0.9699 -2.38474,1.22636 -3.22533,0.53294 -0.84059,-0.69342 -0.9059,-2.34187 -0.09,-3.26784 2.57498,-2.92235 5.77889,-4.05392 8.54069,-4.10454 2.116,-0.0388 4.29441,0.21126 5.96737,0.88538 z m -8.44288,19.90602 c 35.3593,14.44238 68.87543,28.21459 104.23647,42.69104 1.05541,0.43208 1.613,1.88302 1.22559,2.83779 -0.38742,0.95478 -1.80112,1.61369 -2.85646,1.18146 L 94.78874,791.6791 c -1.19033,-0.48752 -1.68884,-1.89211 -1.31416,-2.87788 0.3569,-0.93901 1.54232,-1.71378 2.75664,-1.2178 z"
id="path4386" />
<g
style="fill:#000000;stroke:#ffffff;stroke-width:30.01124572999999884;stroke-miterlimit:4;stroke-dasharray:none"
transform="matrix(0.99372469,-0.43404267,0.43404267,0.99372469,-212.28056,469.90379)"
id="g4388">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:32.54361724999999694;stroke-miterlimit:4;stroke-dasharray:none"
d="m 900.1875,443.75 -10.0625,0.0312 c -2.06742,0.006 -3.71875,1.65132 -3.71875,3.71875 l 0,6.25 -14.875,9.1875 C 822.66476,464.22979 769.15433,465.92087 718,467.4687 c -3.86018,0.1168 -6.954,3.13809 -6.9375,7 l 0.0312,7.3125 c -4.39379,0.1562 -8.77864,0.31969 -13.125,0.40625 0.97303,-5.55653 -0.58392,-11.07117 -3.84375,-15.125 -3.90015,-4.85012 -9.63745,-7.59553 -16.6875,-8.375 -1.77081,-0.19579 -3.69096,-0.27617 -5.65625,-0.15625 -1.96529,0.11992 -3.96613,0.45055 -5.90625,1.0625 -3.88023,1.22388 -7.73646,3.96623 -9.0625,8.53125 -1.13246,3.89857 -1.08251,8.27896 1.21875,12 2.30126,3.72104 6.66466,6.31703 12.8125,7.25 5.20014,0.78916 10.38378,1.20262 15.5625,1.375 -0.42767,0.29707 -0.71554,0.66894 -1.1875,0.9375 -3.16064,1.79846 -7.2586,2.82575 -11.21875,3 -16.17998,0.71196 -33.27007,1.52537 -49.75,0.90625 l -0.21875,6.5 c 16.86139,0.63344 34.08845,-0.19511 50.25,-0.90625 4.85233,-0.21352 9.86708,-1.40312 14.15625,-3.84375 2.80877,-1.59825 5.26565,-3.83995 7.0625,-6.625 5.2263,-0.0543 10.41482,-0.22176 15.59375,-0.40625 l 0.0312,4.875 c 0.0248,3.86187 3.07592,6.91592 6.9375,6.96875 50.79894,0.69498 105.04842,1.35105 153.5625,3.96875 l 14.875,9.125 0.0312,6.25 c 0.0103,2.06745 1.65133,3.72517 3.71875,3.71875 l 10.0625,-0.0312 c 2.06742,-0.006 3.75283,-1.65128 3.75,-3.71875 l -0.0312,-22.84375 127.21875,-0.25 c 2.4965,-0.005 4.5,-2.00347 4.5,-4.5 l 0,-4.78125 31.7188,-0.0625 c 2.1455,-0.004 8.1914,-1.72948 8.1874,-3.875 0,-2.14552 -6.0732,-3.84798 -8.2187,-3.84375 l -31.7187,0.0625 0,-4.78125 c 0,-2.49653 -2.0348,-4.50429 -4.5313,-4.5 L 904,470.3125 903.9375,447.46875 c -0.006,-2.06743 -1.68258,-3.72517 -3.75,-3.71875 z M 674.5,465.03125 c 0.76399,0.0155 1.53642,0.0461 2.25,0.125 5.62398,0.62179 9.55318,2.43804 12.375,6.0625 2.29548,2.94841 3.4456,6.73828 2.3125,10.96875 -6.61366,-0.0371 -13.17428,-0.27106 -19.625,-1.25 -4.90375,-0.74418 -7.17641,-2.43226 -8.28125,-4.21875 -1.10484,-1.78649 -1.24006,-4.12594 -0.46875,-6.78125 0.62042,-2.13582 2.1484,-3.33567 4.75,-4.15625 1.3008,-0.41029 2.83201,-0.6234 4.375,-0.71875 0.77149,-0.0477 1.54851,-0.0468 2.3125,-0.0312 z"
transform="matrix(0.92218368,0.00169429,-0.00169429,0.92218368,-452.50678,78.944729)"
id="path4390"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssccssccasssssscssccssccssccsssscsscscscsscssssacssssss" />
</g>
</g>
<g
transform="matrix(1.1613179,0,0,1.1613179,-64.783391,-119.94864)"
id="g4376"
style="stroke:#ffffff">
<path
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff"
d="m 234.25,532.42468 c -41.69872,0.0316 -75.49049,23.26963 -75.46875,51.9375 0.0184,24.17651 24.00416,44.61455 56.625,49.9375 6.80185,1.1099 10.64306,1.05083 14.6875,1.25 0.85078,0.0424 1.56808,0.92147 1.53125,1.6875 -0.0368,0.76603 -0.83672,1.60483 -1.6875,1.5625 -6.05104,-0.30107 -6.80481,-0.26271 -11.3125,-0.6875 l 0,15.28125 -7.65625,0.0312 c -2.9688,0.0121 -5.54366,2.37975 -5.375,5.34375 l 6.3125,110.9375 c 0.16865,2.96401 2.41369,5.13276 5.375,5.34375 52.22003,3.72057 105.08725,3.94168 158.625,-0.125 2.96026,-0.22486 5.18009,-2.37945 5.34375,-5.34375 l 6.125,-110.9375 c 0.16366,-2.96427 -2.37498,-5.34375 -5.34375,-5.34375 l -6.125,0 -0.0312,-19.71875 c -1.82352,0.21066 -4.00443,0.31409 -7.03125,0.3125 -0.87624,-4.6e-4 -1.69504,-0.87231 -1.6875,-1.65625 0.008,-0.78393 0.84268,-1.61127 1.71875,-1.59375 3.33937,0.0668 5.55119,0.0477 7.3125,-0.375 23.7574,-5.70175 40.60699,-20.77781 40.59375,-38.25 -0.0171,-22.58679 -28.21986,-40.8701 -62.96875,-40.84375 -18.22221,0.0138 -34.63862,5.07093 -46.125,13.125 2.19033,2.9639 4.0494,5.22289 6.125,6.75 2.11514,1.5562 4.47924,2.44251 8.15625,2.625 0.85079,0.0422 1.56808,0.92147 1.53125,1.6875 -0.0368,0.76604 -0.83672,1.60476 -1.6875,1.5625 -4.16153,-0.20668 -7.45101,-1.17873 -9.9375,-3.25 -3.03278,-2.52634 -4.5455,-3.53454 -7.21875,-8.15625 -11.14998,-19.27679 -38.32701,-33.11802 -70.4063,-33.0937 z m 28.875,146.90625 11.15625,0.125 c 2.54215,0.0306 4.556,2.0828 4.53125,4.625 l -0.65625,68.90625 c -0.0248,2.54221 -2.11409,4.59313 -4.65625,4.5625 l -11.125,-0.125 c -2.54215,-0.0306 -4.55599,-2.08279 -4.53125,-4.625 L 258.5,683.89343 c 0.0248,-2.5422 2.08285,-4.59313 4.625,-4.5625 z m 58.71875,0.59375 c 14.13405,0.14043 25.42939,17.42396 25.21875,38.625 -0.21064,21.20105 -11.80345,38.26542 -25.9375,38.125 -14.13403,-0.14043 -25.42939,-17.42394 -25.21875,-38.625 0.21064,-21.20104 11.80347,-38.26543 25.9375,-38.125 z"
id="path3021"
inkscape:connector-curvature="0" />
<path
id="use3078"
d="m 103.77749,754.66069 c -3.55296,-1.45051 -13.64166,-0.8173 -16.13363,5.26669 l -10.36441,25.304 c -2.58798,6.3184 4.24731,13.63401 7.8213,15.09733 l 109.41419,44.79823 c 1.19855,-1.1948 2.83493,-1.97733 4.66036,-2.02201 3.77989,-0.0925 6.95812,2.99278 7.05068,6.77274 0.46168,0.20327 0.94705,0.42088 1.33834,0.58096 3.57439,1.46228 7.63072,-0.26949 9.09315,-3.8438 l 4.41432,-10.78902 210.65391,86.25081 c 0.7692,3.32152 9.6854,9.30008 16.0676,12.2246 4.0255,1.84463 8.2026,3.33803 12.2962,5.02589 2.8079,-6.94275 5.6552,-13.86947 8.5098,-20.79317 -4.1076,-1.65371 -8.1055,-3.59632 -12.2963,-5.02589 -5.3334,-1.8193 -15.7138,-4.26659 -20.0674,-2.54738 l -210.5784,-86.25672 4.41432,-10.78903 c 1.46244,-3.57434 -0.25254,-7.67246 -3.83107,-9.12454 l -1.31881,-0.53514 c -1.21896,1.43281 -3.04265,2.35418 -5.07127,2.40383 -3.77991,0.0925 -7.06641,-3.25306 -6.98711,-7.36778 -37.70469,-15.62075 -74.98944,-30.7106 -109.08577,-44.6306 z m 0.89661,13.01671 c 35.44338,14.28186 68.90821,28.12418 104.28742,42.56546 1.02459,0.45196 1.51573,1.88209 1.12822,2.81614 -0.38752,0.93405 -1.75364,1.61357 -2.79043,1.19039 l -103.84788,-42.38711 -0.0313,-0.0127 c -4.36835,-1.77246 -7.91901,-0.7849 -9.93876,1.78188 -0.7632,0.9699 -2.38474,1.22636 -3.22533,0.53294 -0.84059,-0.69342 -0.9059,-2.34187 -0.09,-3.26784 2.57498,-2.92235 5.77889,-4.05392 8.54069,-4.10454 2.116,-0.0388 4.29441,0.21126 5.96737,0.88538 z m -8.44288,19.90602 c 35.3593,14.44238 68.87543,28.21459 104.23647,42.69104 1.05541,0.43208 1.613,1.88302 1.22559,2.83779 -0.38742,0.95478 -1.80112,1.61369 -2.85646,1.18146 L 94.78874,791.6791 c -1.19033,-0.48752 -1.68884,-1.89211 -1.31416,-2.87788 0.3569,-0.93901 1.54232,-1.71378 2.75664,-1.2178 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssscscssccsccsccsscscsssascssasssssassas" />
<g
id="use3083"
transform="matrix(0.99372469,-0.43404267,0.43404267,0.99372469,-212.28056,469.90379)"
style="fill:#000000;stroke:#ffffff">
<path
sodipodi:nodetypes="sssccssccasssssscssccssccssccsssscsscscscsscssssacssssss"
inkscape:connector-curvature="0"
id="path4374"
transform="matrix(0.92218368,0.00169429,-0.00169429,0.92218368,-452.50678,78.944729)"
d="m 900.1875,443.75 -10.0625,0.0312 c -2.06742,0.006 -3.71875,1.65132 -3.71875,3.71875 l 0,6.25 -14.875,9.1875 C 822.66476,464.22979 769.15433,465.92087 718,467.4687 c -3.86018,0.1168 -6.954,3.13809 -6.9375,7 l 0.0312,7.3125 c -4.39379,0.1562 -8.77864,0.31969 -13.125,0.40625 0.97303,-5.55653 -0.58392,-11.07117 -3.84375,-15.125 -3.90015,-4.85012 -9.63745,-7.59553 -16.6875,-8.375 -1.77081,-0.19579 -3.69096,-0.27617 -5.65625,-0.15625 -1.96529,0.11992 -3.96613,0.45055 -5.90625,1.0625 -3.88023,1.22388 -7.73646,3.96623 -9.0625,8.53125 -1.13246,3.89857 -1.08251,8.27896 1.21875,12 2.30126,3.72104 6.66466,6.31703 12.8125,7.25 5.20014,0.78916 10.38378,1.20262 15.5625,1.375 -0.42767,0.29707 -0.71554,0.66894 -1.1875,0.9375 -3.16064,1.79846 -7.2586,2.82575 -11.21875,3 -16.17998,0.71196 -33.27007,1.52537 -49.75,0.90625 l -0.21875,6.5 c 16.86139,0.63344 34.08845,-0.19511 50.25,-0.90625 4.85233,-0.21352 9.86708,-1.40312 14.15625,-3.84375 2.80877,-1.59825 5.26565,-3.83995 7.0625,-6.625 5.2263,-0.0543 10.41482,-0.22176 15.59375,-0.40625 l 0.0312,4.875 c 0.0248,3.86187 3.07592,6.91592 6.9375,6.96875 50.79894,0.69498 105.04842,1.35105 153.5625,3.96875 l 14.875,9.125 0.0312,6.25 c 0.0103,2.06745 1.65133,3.72517 3.71875,3.71875 l 10.0625,-0.0312 c 2.06742,-0.006 3.75283,-1.65128 3.75,-3.71875 l -0.0312,-22.84375 127.21875,-0.25 c 2.4965,-0.005 4.5,-2.00347 4.5,-4.5 l 0,-4.78125 31.7188,-0.0625 c 2.1455,-0.004 8.1914,-1.72948 8.1874,-3.875 0,-2.14552 -6.0732,-3.84798 -8.2187,-3.84375 l -31.7187,0.0625 0,-4.78125 c 0,-2.49653 -2.0348,-4.50429 -4.5313,-4.5 L 904,470.3125 903.9375,447.46875 c -0.006,-2.06743 -1.68258,-3.72517 -3.75,-3.71875 z M 674.5,465.03125 c 0.76399,0.0155 1.53642,0.0461 2.25,0.125 5.62398,0.62179 9.55318,2.43804 12.375,6.0625 2.29548,2.94841 3.4456,6.73828 2.3125,10.96875 -6.61366,-0.0371 -13.17428,-0.27106 -19.625,-1.25 -4.90375,-0.74418 -7.17641,-2.43226 -8.28125,-4.21875 -1.10484,-1.78649 -1.24006,-4.12594 -0.46875,-6.78125 0.62042,-2.13582 2.1484,-3.33567 4.75,-4.15625 1.3008,-0.41029 2.83201,-0.6234 4.375,-0.71875 0.77149,-0.0477 1.54851,-0.0468 2.3125,-0.0312 z"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

BIN
static/kitchendoor.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

BIN
static/open.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

1
themes/ananke Submodule

@ -0,0 +1 @@
Subproject commit 6ff8e533007b2d8606c8ad5a2d53abcbf68026d5