diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..a171f5d
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,135 @@
+Pico Default Theme Changelog
+============================
+
+**Note:** This changelog only provides technical information about the changes
+ introduced with a particular Pico version, and is meant to supplement
+ the actual code changes. The information in this changelog are often
+ insufficient to understand the implications of larger changes. Please
+ refer to both the UPGRADE and NEWS sections of the docs for more
+ details.
+
+### Version 2.1.4
+Released: 2020-08-29
+
+```
+* [Changed] Don't setup nav toggle JavaScript when there's no menu
+```
+
+### Version 2.1.3
+Released: 2020-07-10
+
+No changes
+
+### Version 2.1.2
+Released: 2020-04-10
+
+No changes
+
+### Version 2.1.1
+Released: 2019-12-31
+
+No changes
+
+### Version 2.1.0
+Released: 2019-11-24
+
+```
+* [New] Add Pico's official logo and tagline
+* [New] Add some utility classes for typography and images
+* [Changed] Improve documentation of `pico-theme.yml`
+* [Changed] Various small improvements
+```
+
+### Version 2.1.0-beta.1
+Released: 2019-11-03
+
+```
+* [Changed] Add basic `pico-theme.yml` to use API v3, enable Twig's autoescape
+ feature (no changes necessary) and register `Social` meta header
+* [Changed] Use Pico's `pages` Twig function to create the main navigation
+* [Changed] Improve formatting of definition lists and inline code snippets
+* [Changed] Improve JSDoc class docs
+* [Changed] Various small improvements
+```
+
+### Version 2.0.5-beta.1
+Released: 2019-01-03
+
+```
+* [New] Add `2.0.x-dev` alias for master branch to `composer.json`
+```
+
+### Version 2.0.4
+Released: 2018-12-17
+
+No changes
+
+### Version 2.0.3
+Released: 2018-12-03
+
+No changes
+
+### Version 2.0.2
+Released: 2018-08-12
+
+No changes
+
+### Version 2.0.1
+Released: 2018-07-29
+
+No changes
+
+### Version 2.0.0
+Released: 2018-07-01
+
+```
+* [New] Add Bountysource
+* [Changed] Improve documentation
+```
+
+### Version 2.0.0-beta.3
+Released: 2018-04-07
+
+No changes
+
+### Version 2.0.0-beta.2
+Released: 2018-01-21
+
+```
+* [Fixed] Fix sliding animation of collapsible menu in IE 9
+* [Changed] Move Fontello font to `icon/` directory
+* [Changed] Move stylesheets to `css/` directory
+* [Changed] Improve Fontello font copyright notice
+* [Changed] Add Droid Sans and Droid Sans Mono font files to `font/` directory,
+ making Pico's default theme fully self-containing
+```
+
+### Version 2.0.0-beta.1
+Released: 2017-11-05
+
+**Note:** Pico's default theme was completely rewritten from scratch for
+ Pico 2.0 and moved to this separate repository. This changelog only
+ provides basic information about the most important changes compared
+ to Pico 1.0. It therefore doesn't include the changes made before
+ this release. The rewrite breaks backwards compatibility (BC).
+
+```
+* [New] Rewrite Pico's default theme from scratch with a much cleaner, more
+ modern, but still "stupidly simple" structure; the new theme officially
+ supports Internet Explorer 9+ as well as all versions of the major
+ desktop and mobile browsers, as long as they are still officially
+ supported by their respective vendor
+* [New] Pico's default theme is now a fully responsive theme, adapting the
+ layout to the viewing environment (desktops vs. tablets vs. smartphones
+ vs. ...)
+* [New] Add a collapsible page menu for small screens (menu slides up/down)
+* [New] Add basic form themeing
+* [New] Support a "widescreen" mode, demonstrating how themes can adjust their
+ behavior using config parameters (i.e. Pico's `config/config.yml`)
+* [Changed] Show top-level pages in the website's navigation only (i.e. show
+ `page.md` and `sub/index.md`, but not `sub/page.md`)
+* [Changed] Hide pages starting with a `_` in the website's navigation
+* [Changed] Move Pico's social icons from `index.md` to `_meta.md`,
+ demonstrating how themes can use YAML-only meta pages to support
+ dynamic content
+```
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..91a34cf
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2012 The Pico Community
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..f537ba1
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,38 @@
+{
+ "name": "picocms/pico-theme",
+ "type": "pico-theme",
+ "description": "This is Pico's official default theme. Pico is a stupidly simple, blazing fast, flat file CMS.",
+ "keywords": [ "pico", "picocms", "picocms-theme", "pico-theme", "default-theme" ],
+ "homepage": "http://picocms.org/",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Daniel Rudolf",
+ "email": "picocms.org@daniel-rudolf.de",
+ "role": "Lead Developer"
+ },
+ {
+ "name": "The Pico Community",
+ "homepage": "http://picocms.org/"
+ },
+ {
+ "name": "Contributors",
+ "homepage": "https://github.com/picocms/pico-theme/graphs/contributors"
+ }
+ ],
+ "support": {
+ "docs": "http://picocms.org/themes/default/",
+ "issues": "https://github.com/picocms/pico-theme/issues",
+ "source": "https://github.com/picocms/pico-theme"
+ },
+ "require": {
+ "picocms/pico": "self.version"
+ },
+ "extra": {
+ "installer-name": "default",
+ "branch-alias": {
+ "dev-master": "2.1.x-dev",
+ "dev-pico-3.0": "3.0.x-dev"
+ }
+ }
+}
diff --git a/css/contrailone.css b/css/contrailone.css
new file mode 100644
index 0000000..36adb1a
--- /dev/null
+++ b/css/contrailone.css
@@ -0,0 +1,6 @@
+@font-face {
+ font-family: 'Contrail One';
+ font-style: normal;
+ font-weight: 400;
+ src: url('../font/ContrailOne-Regular.ttf');
+}
diff --git a/css/droidsans.css b/css/droidsans.css
new file mode 100644
index 0000000..6aea061
--- /dev/null
+++ b/css/droidsans.css
@@ -0,0 +1,41 @@
+@font-face {
+ font-family: 'Droid Sans';
+ font-style: normal;
+ font-weight: 400;
+ src: url('../font/DroidSans-Regular.eot?1516549146');
+ src: local('Droid Sans Regular'),
+ local('DroidSans-Regular'),
+ url('../font/DroidSans-Regular.eot?1516549146#iefix') format('embedded-opentype'),
+ url('../font/DroidSans-Regular.woff2?1516549146') format('woff2'),
+ url('../font/DroidSans-Regular.woff?1516549146') format('woff'),
+ url('../font/DroidSans-Regular.ttf?1516549146') format('truetype'),
+ url('../font/DroidSans-Regular.svg?1516549146#droid_sansregular') format('svg');
+}
+
+@font-face {
+ font-family: 'Droid Sans';
+ font-style: normal;
+ font-weight: 700;
+ src: url('../font/DroidSans-Bold.eot?1516549146');
+ src: local('Droid Sans Bold'),
+ local('DroidSans-Bold'),
+ url('../font/DroidSans-Bold.eot?1516549146#iefix') format('embedded-opentype'),
+ url('../font/DroidSans-Bold.woff2?1516549146') format('woff2'),
+ url('../font/DroidSans-Bold.woff?1516549146') format('woff'),
+ url('../font/DroidSans-Bold.ttf?1516549146') format('truetype'),
+ url('../font/DroidSans-Bold.svg?1516549146#droid_sansbold') format('svg');
+}
+
+@font-face {
+ font-family: 'Droid Sans Mono';
+ font-style: normal;
+ font-weight: 400;
+ src: url('../font/DroidSansMono-Regular.eot?1516549146');
+ src: local('Droid Sans Mono Regular'),
+ local('DroidSansMono-Regular'),
+ url('../font/DroidSansMono-Regular.eot?1516549146#iefix') format('embedded-opentype'),
+ url('../font/DroidSansMono-Regular.woff2?1516549146') format('woff2'),
+ url('../font/DroidSansMono-Regular.woff?1516549146') format('woff'),
+ url('../font/DroidSansMono-Regular.ttf?1516549146') format('truetype'),
+ url('../font/DroidSansMono-Regular.svg?1516549146#droid_sans_monoregular') format('svg');
+}
diff --git a/css/fontello.css b/css/fontello.css
new file mode 100644
index 0000000..4239650
--- /dev/null
+++ b/css/fontello.css
@@ -0,0 +1,61 @@
+@font-face {
+ font-family: 'fontello';
+ src: url('../icon/fontello.eot?29729916');
+ src: url('../icon/fontello.eot?29729916#iefix') format('embedded-opentype'),
+ url('../icon/fontello.woff2?29729916') format('woff2'),
+ url('../icon/fontello.woff?29729916') format('woff'),
+ url('../icon/fontello.ttf?29729916') format('truetype'),
+ url('../icon/fontello.svg?29729916#fontello') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
+/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
+/*
+@media screen and (-webkit-min-device-pixel-ratio:0) {
+ @font-face {
+ font-family: 'fontello';
+ src: url('../icon/fontello.svg?13793670#fontello') format('svg');
+ }
+}
+*/
+
+[class^="icon-"]:before, [class*=" icon-"]:before {
+ font-family: "fontello";
+ font-style: normal;
+ font-weight: normal;
+ speak: none;
+
+ display: inline-block;
+ text-decoration: inherit;
+ width: 1em;
+ margin-right: .2em;
+ text-align: center;
+ /* opacity: .8; */
+
+ /* For safety - reset parent styles, that can break glyph codes*/
+ font-variant: normal;
+ text-transform: none;
+
+ /* fix buttons height, for twitter bootstrap */
+ line-height: 1em;
+
+ /* Animation center compensation - margins should be symmetric */
+ /* remove if not needed */
+ margin-left: .2em;
+
+ /* you can be more comfortable with increased icons size */
+ /* font-size: 120%; */
+
+ /* Font smoothing. That was taken from TWBS */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+
+ /* Uncomment for 3D effect */
+ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
+}
+
+.icon-chat:before { content: '\e800'; } /* '' */
+.icon-octocat:before { content: '\f09b'; } /* '' */
+.icon-menu:before { content: '\f0c9'; } /* '' */
+.icon-dollar:before { content: '\f155'; } /* '' */
diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..d4aefb0
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,394 @@
+/**
+ * Pico's Default Theme
+ *
+ * Pico's default theme is a bit bare - but that's intentional! The default
+ * theme isn't meant for production use, it's actually a template for you to
+ * design your own theme around.
+ *
+ * Pico is a stupidly simple, blazing fast, flat file CMS.
+ *
+ * @author Gilbert Pellegrom
+ * @author Daniel Rudolf
+ * @link http://picocms.org
+ * @license http://opensource.org/licenses/MIT The MIT License
+ * @version 2.1
+ */
+
+* {
+ box-sizing: border-box;
+ border: 0 none;
+ margin: 0;
+ padding: 0;
+}
+
+.hidden { display: none !important; }
+.sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0, 0, 0, 0);
+ border: 0 none;
+}
+
+.slide {
+ overflow-y: hidden !important;
+ -webkit-transition: height .5s ease-in !important;
+ transition: height .5s ease-in !important;
+}
+
+/*** BASIC LAYOUT ***/
+
+html, body { height: 100%; }
+
+body { display: flex; flex-direction: column; }
+#main { flex: 1 0 auto; }
+#header, #footer { flex: 0 0 auto; }
+
+#main {
+ padding: 5em 0 4em;
+}
+
+.container {
+ max-width: 48em;
+ padding: 0 0.5em;
+ margin: 0 auto;
+}
+.widescreen .container { max-width: 72em; }
+
+/* very ugly overflow fix, avoid this whenever possible! */
+#main .container { overflow-x: auto; }
+
+/*** BASIC LAYOUT: HEADER ***/
+
+#header { background: #2EAE9B; }
+
+#title, #logo {
+ float: left;
+ padding: 3em 3em 3em 0;
+}
+
+#title * { margin: 0; color: #fff; }
+#title p { font-style: italic; }
+
+#logo { height: 10.8em; }
+#logo * { display: block; height: 100%; }
+#logo img { min-width: 4.8em; }
+
+#logo + #title h1 { margin: 0.8rem 0; }
+#logo + #title.tagline h1 { margin: 0; }
+
+#nav {
+ padding: 3em 0;
+ text-align: right;
+}
+#nav ul {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+#nav ul li {
+ display: inline-block;
+ margin-left: 1em;
+ padding: 0;
+ font-weight: bold;
+}
+
+#nav a, #nav-toggle { color: #afe1da; }
+#nav .active a, #nav a:hover, #nav-toggle:hover { color: #fff; }
+
+#nav-toggle { display: none; }
+
+/* IE8 + IE9 clearfix */
+#header > .container:after {
+ content: '';
+ display: block;
+ clear: both;
+}
+
+/*** BASIC LAYOUT: FOOTER ***/
+
+#footer {
+ background: #707070;
+ color: #C0C0C0;
+}
+
+#footer a { color: #ddd; }
+#footer a:hover { color: #fff; }
+
+#footer p {
+ margin: 0;
+ padding: 3em 0;
+}
+
+#footer .social {
+ float: right;
+ padding: 1.5em 0 1.5em 1em;
+ font-size: 2rem;
+}
+
+/*** BASIC LAYOUT: EXTRA SMALL DEVICES ***/
+
+@media (max-width: 767px) {
+ #main { padding: 2em 0 1em; }
+
+ #title, #logo { padding: 2em 1.5em 2em 0; }
+ #logo { height: 8.8em; }
+
+ #nav {
+ clear: both;
+ padding: 0;
+ }
+ #nav ul {
+ padding-bottom: 1em;
+ }
+ #nav ul li {
+ display: block;
+ margin-left: 0;
+ text-align: center;
+ }
+ #nav ul li a {
+ display: block;
+ padding: 0.5em 0;
+ }
+
+ .js #nav-toggle {
+ display: block;
+ float: right;
+ width: 2em;
+ margin: 0.6667em 0;
+ font-size: 1.5rem;
+ line-height: 2em;
+ text-align: center;
+ cursor: pointer;
+ }
+ .js #nav-toggle > * { vertical-align: middle; }
+
+ #footer p { padding: 1em 0; }
+ #footer .social { padding: 0.5em 0 0.5em 1em; }
+}
+
+/*** TYPOGRAPHY ***/
+
+html { font-size: 16px; }
+
+body {
+ font-family: 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
+ font-size: 1rem;
+ line-height: 1.6;
+ font-variant-ligatures: common-ligatures;
+ text-rendering: optimizeLegibility;
+ font-kerning: normal;
+ color: #444;
+}
+
+p, td, th, li, dd {
+ text-align: justify;
+ overflow-wrap: break-word;
+ word-wrap: break-word;
+}
+
+p, hr, table, .table-responsive, ol, ul, dl, dd, pre, blockquote, fieldset {
+ margin-bottom: 1em;
+}
+
+a {
+ color: #2EAE9B;
+ text-decoration: none;
+ -webkit-transition: color .2s ease-in;
+ transition: color .2s ease-in;
+}
+a:hover { color: #444; }
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: 'Contrail One', 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
+ margin-bottom: 0.6em;
+ font-weight: bold;
+ color: #333;
+}
+h1 { font-size: 2rem; }
+h2 { font-size: 1.7rem; }
+h3 { font-size: 1.4rem; }
+h4 { font-size: 1.1rem; }
+h5 { font-size: 1rem; }
+h6 { font-size: 1rem; font-weight: normal; font-style: italic; }
+
+img { max-width: 100%; }
+
+hr {
+ border: 0.15em solid #f5f5f5;
+ border-radius: 0.3em;
+ background: #f5f5f5;
+}
+
+abbr { text-decoration: underline dotted; }
+
+/*** UTILITIES ***/
+
+.align-left { text-align: left; }
+.align-center { text-align: center; }
+.align-right { text-align: right; }
+.align-justify { text-align: justify; }
+
+.image { display: block; margin: 0 auto; }
+.image.xsmall { width: 20%; }
+.image.small { width: 40%; }
+.image.large { width: 60%; }
+.image.xlarge { width: 80%; }
+.image.float-left { float: left; margin: 1em 2em 1em 0; }
+.image.float-right { float: right; margin: 1em 0 1em 2em; }
+.image img { display: block; width: 100%; }
+
+@media (max-width: 767px) {
+ .image.xsmall { width: 60%; }
+ .image.small { width: 80%; }
+ .image.large, .image.xlarge { width: 100%; }
+ .image.float-left, .image.float-right { float: none; margin: 0 auto; }
+}
+
+/*** TABLES ***/
+
+table { border-spacing: 0; }
+
+td, th {
+ padding: 0.4em 1em;
+ vertical-align: top;
+}
+th {
+ font-weight: bold;
+ text-align: center;
+ background: #f5f5f5;
+ color: #333;
+}
+
+td, th { border: 1px solid #ccc; }
+tr:not(:last-child) td, tr:not(:last-child) th { border-bottom: 0 none; }
+thead tr:last-child th { border-bottom: 0 none; }
+td:not(:last-child), th:not(:last-child) { border-right: 0 none; }
+
+tr:first-child td:first-child, tr:first-child th:first-child { border-top-left-radius: 0.3em; }
+tr:first-child td:last-child, tr:first-child th:last-child { border-top-right-radius: 0.3em; }
+tbody tr:last-child td:first-child { border-bottom-left-radius: 0.3em; }
+tbody tr:last-child td:last-child { border-bottom-right-radius: 0.3em; }
+table thead + tbody tr:first-child td { border-radius: 0 !important; }
+
+.table-responsive { overflow-x: auto; }
+.table-responsive > table { margin-bottom: 0; }
+
+/*** LISTS ***/
+
+ol, ul {
+ list-style-position: outside;
+ padding-left: 1.5em;
+}
+ol { padding-left: 2.5em; }
+li { padding-left: 0.5em; }
+
+dt { font-weight: bold; }
+dd { margin-left: 2em; }
+
+/*** CODE ***/
+
+code {
+ margin: 0 0.1em;
+ padding: 0.1em 0.2em;
+ border: 1px solid #ccc;
+ border-radius: 0.3em;
+ background: #f5f5f5;
+ font-family: 'Droid Sans Mono', 'Courier New', 'Courier', monospace;
+ font-size: 0.85rem;
+ line-height: 1.9824;
+}
+
+pre {
+ padding: 0 1em;
+ border: 1px solid #ccc;
+ border-radius: 0.3em;
+ background: #f5f5f5;
+}
+pre code {
+ display: block;
+ margin: 0;
+ padding: 1.1111em 0;
+ border: 0 none;
+ background: transparent;
+ overflow-x: auto;
+ line-height: 1.4;
+}
+
+/*** BLOCKQUOTE ***/
+
+blockquote {
+ font-style: italic;
+ margin-left: 1em;
+ padding-left: 1em;
+ border-left: 0.5em solid #f5f5f5;
+}
+
+/*** FORMS ***/
+
+label, fieldset legend { font-weight: bold; }
+
+input:not([type="checkbox"]):not([type="radio"]), button, select, textarea, fieldset, fieldset legend {
+ border: 1px solid #ccc;
+ border-radius: 0.3em;
+ background: #fff;
+ -webkit-transition: none .2s ease-in;
+ transition: none .2s ease-in;
+ -webkit-transition-property: border-color, background, box-shadow;
+ transition-property: border-color, background, box-shadow;
+}
+
+input:not([type="checkbox"]):not([type="radio"]), button, select, textarea {
+ padding: 0.5em 1em;
+ outline: 0 none;
+ font-size: 1rem;
+}
+input:focus:not([type="checkbox"]):not([type="radio"]), button:focus, select:focus, textarea:focus {
+ border-color: #2EAE9B;
+ box-shadow: 0 0 8px #2EAE9B;
+}
+input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, button:focus,
+input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
+ background: #f5f5f5;
+ cursor: pointer;
+}
+
+textarea, select[multiple] {
+ vertical-align: bottom;
+ overflow: auto;
+}
+
+fieldset {
+ padding: 1em;
+ background: #f5f5f5;
+}
+fieldset legend { padding: 0 0.5em; }
+
+fieldset label, fieldset input, fieldset button,
+fieldset select, fieldset textarea {
+ margin: 0.2em 0.5em;
+}
+fieldset label:first-child, fieldset input:first-child, fieldset button:first-child,
+fieldset select:first-child, fieldset textarea:first-child {
+ margin-left: 0;
+}
+fieldset label:last-child, fieldset input:last-child, fieldset button:last-child,
+fieldset select:last-child, fieldset textarea:last-child {
+ margin-right: 0;
+}
+
+/* Firefox input size fix */
+input::-moz-focus-inner, button::-moz-focus-inner {
+ border: 0;
+ padding: 0;
+}
+
+
+/* tilman */
+#header { background: #FFF6D5; }
+#title, #nav { display: none; }
+#logo { padding: 1.5em 0em 1.5em 0em; }
+a { color: #069a2e; }
\ No newline at end of file
diff --git a/font/ContrailOne-Regular.ttf b/font/ContrailOne-Regular.ttf
new file mode 100755
index 0000000..4bcd8f8
Binary files /dev/null and b/font/ContrailOne-Regular.ttf differ
diff --git a/font/DroidSans-Bold.eot b/font/DroidSans-Bold.eot
new file mode 100644
index 0000000..32c879d
Binary files /dev/null and b/font/DroidSans-Bold.eot differ
diff --git a/font/DroidSans-Bold.svg b/font/DroidSans-Bold.svg
new file mode 100644
index 0000000..9e0d8b7
--- /dev/null
+++ b/font/DroidSans-Bold.svg
@@ -0,0 +1,2021 @@
+
+
+
\ No newline at end of file
diff --git a/font/DroidSans-Bold.ttf b/font/DroidSans-Bold.ttf
new file mode 100644
index 0000000..ffd1ebe
Binary files /dev/null and b/font/DroidSans-Bold.ttf differ
diff --git a/font/DroidSans-Bold.woff b/font/DroidSans-Bold.woff
new file mode 100644
index 0000000..8abb8a4
Binary files /dev/null and b/font/DroidSans-Bold.woff differ
diff --git a/font/DroidSans-Bold.woff2 b/font/DroidSans-Bold.woff2
new file mode 100644
index 0000000..25fa5e6
Binary files /dev/null and b/font/DroidSans-Bold.woff2 differ
diff --git a/font/DroidSans-Regular.eot b/font/DroidSans-Regular.eot
new file mode 100644
index 0000000..edfe871
Binary files /dev/null and b/font/DroidSans-Regular.eot differ
diff --git a/font/DroidSans-Regular.svg b/font/DroidSans-Regular.svg
new file mode 100644
index 0000000..a87faf8
--- /dev/null
+++ b/font/DroidSans-Regular.svg
@@ -0,0 +1,2021 @@
+
+
+
\ No newline at end of file
diff --git a/font/DroidSans-Regular.ttf b/font/DroidSans-Regular.ttf
new file mode 100644
index 0000000..9978ac3
Binary files /dev/null and b/font/DroidSans-Regular.ttf differ
diff --git a/font/DroidSans-Regular.woff b/font/DroidSans-Regular.woff
new file mode 100644
index 0000000..c38bb13
Binary files /dev/null and b/font/DroidSans-Regular.woff differ
diff --git a/font/DroidSans-Regular.woff2 b/font/DroidSans-Regular.woff2
new file mode 100644
index 0000000..c7715e9
Binary files /dev/null and b/font/DroidSans-Regular.woff2 differ
diff --git a/font/DroidSansMono-Regular.eot b/font/DroidSansMono-Regular.eot
new file mode 100644
index 0000000..edb00d8
Binary files /dev/null and b/font/DroidSansMono-Regular.eot differ
diff --git a/font/DroidSansMono-Regular.svg b/font/DroidSansMono-Regular.svg
new file mode 100644
index 0000000..b2a3f26
--- /dev/null
+++ b/font/DroidSansMono-Regular.svg
@@ -0,0 +1,246 @@
+
+
+
\ No newline at end of file
diff --git a/font/DroidSansMono-Regular.ttf b/font/DroidSansMono-Regular.ttf
new file mode 100644
index 0000000..0ec38b6
Binary files /dev/null and b/font/DroidSansMono-Regular.ttf differ
diff --git a/font/DroidSansMono-Regular.woff b/font/DroidSansMono-Regular.woff
new file mode 100644
index 0000000..4a4cd97
Binary files /dev/null and b/font/DroidSansMono-Regular.woff differ
diff --git a/font/DroidSansMono-Regular.woff2 b/font/DroidSansMono-Regular.woff2
new file mode 100644
index 0000000..afc278a
Binary files /dev/null and b/font/DroidSansMono-Regular.woff2 differ
diff --git a/font/LICENSE.txt b/font/LICENSE.txt
new file mode 100644
index 0000000..f7bd78d
--- /dev/null
+++ b/font/LICENSE.txt
@@ -0,0 +1,189 @@
+
+ Copyright (c) 2005-2008, The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
diff --git a/icon/COPYRIGHT.txt b/icon/COPYRIGHT.txt
new file mode 100644
index 0000000..4ca26c4
--- /dev/null
+++ b/icon/COPYRIGHT.txt
@@ -0,0 +1,23 @@
+Icon fonts generator
+
+## Fontello
+
+ Copyright (C) 2011 by Vitaly Puzrin
+
+ Author: Vitaly Puzrin
+ License: The MIT License
+ Homepage: http://fontello.com/
+
+
+
+Font license info
+
+## Font Awesome
+
+ Copyright (C) 2016 by Dave Gandy
+
+ Author: Dave Gandy
+ License: SIL OFL 1.1
+ Homepage: http://fortawesome.github.com/Font-Awesome/
+
+ Icons: chat, github-circled ("octocat"), menu, dollar
diff --git a/icon/LICENSE.MIT.txt b/icon/LICENSE.MIT.txt
new file mode 100644
index 0000000..13de813
--- /dev/null
+++ b/icon/LICENSE.MIT.txt
@@ -0,0 +1,21 @@
+(The MIT License)
+
+Copyright (C) 2011 by Vitaly Puzrin
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/icon/LICENSE.OFL-1.1.txt b/icon/LICENSE.OFL-1.1.txt
new file mode 100644
index 0000000..192bb71
--- /dev/null
+++ b/icon/LICENSE.OFL-1.1.txt
@@ -0,0 +1,94 @@
+Copyright (c) 2016, Dave Gandy ,
+with Reserved Font Name Font Awesome.
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/icon/fontello.eot b/icon/fontello.eot
new file mode 100644
index 0000000..b9436f4
Binary files /dev/null and b/icon/fontello.eot differ
diff --git a/icon/fontello.svg b/icon/fontello.svg
new file mode 100644
index 0000000..f072ce8
--- /dev/null
+++ b/icon/fontello.svg
@@ -0,0 +1,18 @@
+
+
+
\ No newline at end of file
diff --git a/icon/fontello.ttf b/icon/fontello.ttf
new file mode 100644
index 0000000..5cdb918
Binary files /dev/null and b/icon/fontello.ttf differ
diff --git a/icon/fontello.woff b/icon/fontello.woff
new file mode 100644
index 0000000..ce4b4fd
Binary files /dev/null and b/icon/fontello.woff differ
diff --git a/icon/fontello.woff2 b/icon/fontello.woff2
new file mode 100644
index 0000000..bfd7528
Binary files /dev/null and b/icon/fontello.woff2 differ
diff --git a/img/antoncast.svg b/img/antoncast.svg
new file mode 100755
index 0000000..cbfba21
--- /dev/null
+++ b/img/antoncast.svg
@@ -0,0 +1,115 @@
+
+
diff --git a/img/pico-white.svg b/img/pico-white.svg
new file mode 100644
index 0000000..972f72b
--- /dev/null
+++ b/img/pico-white.svg
@@ -0,0 +1 @@
+
diff --git a/img/pico.svg b/img/pico.svg
new file mode 100644
index 0000000..7294c2e
--- /dev/null
+++ b/img/pico.svg
@@ -0,0 +1 @@
+
diff --git a/index.twig b/index.twig
new file mode 100644
index 0000000..502b358
--- /dev/null
+++ b/index.twig
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+ {% if meta.title %}{{ meta.title }} | {% endif %}{{ site_title }}
+ {% if meta.description %}
+
+ {% endif %}
+ {% if meta.robots %}
+
+ {% endif %}
+
+ {% if current_page %}
+
+ {% endif %}
+
+
+
+
+
+
+
+
+