diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..854fa32
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+public/
+resources/
+*.lock
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..c6f3fce
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,5 @@
++++
+title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+date = {{ .Date }}
+draft = true
++++
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..9d23286
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,166 @@
+---
+title: start
+---
+
+## About
+
+{{< icon "chat" >}} benjamin@tinytechbureau.com
+{{< icon "feed" >}} RSS feed
+{{< icon "fan" >}} Follow on the Fediverse
+
+Tiny Tech Bureau produces sustainable and creative tech solutions based on open-source components.
+
+We've learned that reducing the size of tech solutions, in turn reduces their complexity and harmfulness. We're critical that tech is the answer to all problems, and therefore we're a very trustworthy consultancy partner for building such solutions. We can produce end-to-end solutions: From designing and planning your project — to crafting digital tools and products that fit your users and your workflows, using our expertise with a durable open source tech stack.
+
+*We* are me, [Benjamin Balder Bach](https://overtag.dk/), and any freelance friends that I work with in this new setting.
+
+## Values and methods {{< icon "bulb" >}}
+
+If you like reading, here are some principles and visions that we work with:
+
+
Contents licensed under CC BY-SA 4.0
+Icons by Sasha Tikhonov from Noun Project (CC BY 3.0)
\ No newline at end of file diff --git a/themes/ttb/layouts/partials/head.html b/themes/ttb/layouts/partials/head.html new file mode 100644 index 0000000..03bef31 --- /dev/null +++ b/themes/ttb/layouts/partials/head.html @@ -0,0 +1,14 @@ + + +