diff --git a/config.toml b/config.toml
index 8d642f4..78bd223 100644
--- a/config.toml
+++ b/config.toml
@@ -1,6 +1,6 @@
baseURL = "https://rustybever.be"
title = "The Rusty Bever"
-theme = "etch"
+theme = "rb"
languageCode = "en-US"
enableInlineShortcodes = true
pygmentsCodeFences = true
@@ -34,8 +34,8 @@ pygmentsUseClasses = true
url = "/about/"
weight = 40
-[permalinks]
- posts = "/:filename/"
+# [permalinks]
+# blog = "/b/:filename/"
[markup.goldmark.renderer]
# Allows HTML in Markdown
diff --git a/content/blog/_index.md b/content/blog/_index.md
new file mode 100644
index 0000000..388337f
--- /dev/null
+++ b/content/blog/_index.md
@@ -0,0 +1,5 @@
+---
+title: "Posts"
+---
+
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
diff --git a/content/posts/alex/index.md b/content/blog/alex/index.md
similarity index 100%
rename from content/posts/alex/index.md
rename to content/blog/alex/index.md
diff --git a/content/posts/alex/the-village.jpg b/content/blog/alex/the-village.jpg
similarity index 100%
rename from content/posts/alex/the-village.jpg
rename to content/blog/alex/the-village.jpg
diff --git a/content/posts/audio-setup/index.md b/content/blog/audio-setup/index.md
similarity index 100%
rename from content/posts/audio-setup/index.md
rename to content/blog/audio-setup/index.md
diff --git a/content/posts/c-project-setup/index.md b/content/blog/c-project-setup/index.md
similarity index 100%
rename from content/posts/c-project-setup/index.md
rename to content/blog/c-project-setup/index.md
diff --git a/content/posts/endeavour-review/index.md b/content/blog/endeavour-review/index.md
similarity index 100%
rename from content/posts/endeavour-review/index.md
rename to content/blog/endeavour-review/index.md
diff --git a/content/posts/feeling-slightly-off/index.md b/content/blog/feeling-slightly-off/index.md
similarity index 100%
rename from content/posts/feeling-slightly-off/index.md
rename to content/blog/feeling-slightly-off/index.md
diff --git a/content/posts/lander/index.md b/content/blog/lander/index.md
similarity index 100%
rename from content/posts/lander/index.md
rename to content/blog/lander/index.md
diff --git a/content/posts/losing-weight/index.md b/content/blog/losing-weight/index.md
similarity index 100%
rename from content/posts/losing-weight/index.md
rename to content/blog/losing-weight/index.md
diff --git a/content/posts/music/index.md b/content/blog/music/index.md
similarity index 100%
rename from content/posts/music/index.md
rename to content/blog/music/index.md
diff --git a/content/posts/necessity/index.md b/content/blog/necessity/index.md
similarity index 100%
rename from content/posts/necessity/index.md
rename to content/blog/necessity/index.md
diff --git a/content/posts/switch-to-axum.md b/content/blog/switch-to-axum.md
similarity index 100%
rename from content/posts/switch-to-axum.md
rename to content/blog/switch-to-axum.md
diff --git a/content/posts/tour-of-flanders/bert-enjoying-himself.jpg b/content/blog/tour-of-flanders/bert-enjoying-himself.jpg
similarity index 100%
rename from content/posts/tour-of-flanders/bert-enjoying-himself.jpg
rename to content/blog/tour-of-flanders/bert-enjoying-himself.jpg
diff --git a/content/posts/tour-of-flanders/index.md b/content/blog/tour-of-flanders/index.md
similarity index 100%
rename from content/posts/tour-of-flanders/index.md
rename to content/blog/tour-of-flanders/index.md
diff --git a/content/posts/tour-of-flanders/later-in-the-evening.jpg b/content/blog/tour-of-flanders/later-in-the-evening.jpg
similarity index 100%
rename from content/posts/tour-of-flanders/later-in-the-evening.jpg
rename to content/blog/tour-of-flanders/later-in-the-evening.jpg
diff --git a/content/posts/tuxedo-book-xp14-review.md b/content/blog/tuxedo-book-xp14-review.md
similarity index 100%
rename from content/posts/tuxedo-book-xp14-review.md
rename to content/blog/tuxedo-book-xp14-review.md
diff --git a/content/posts/v-workflow/index.md b/content/blog/v-workflow/index.md
similarity index 100%
rename from content/posts/v-workflow/index.md
rename to content/blog/v-workflow/index.md
diff --git a/content/posts/vieter-0.2.0/index.md b/content/blog/vieter-0.2.0/index.md
similarity index 100%
rename from content/posts/vieter-0.2.0/index.md
rename to content/blog/vieter-0.2.0/index.md
diff --git a/content/posts/vieter-0.3.0/index.md b/content/blog/vieter-0.3.0/index.md
similarity index 100%
rename from content/posts/vieter-0.3.0/index.md
rename to content/blog/vieter-0.3.0/index.md
diff --git a/content/posts/vieter-0.4.0/index.md b/content/blog/vieter-0.4.0/index.md
similarity index 100%
rename from content/posts/vieter-0.4.0/index.md
rename to content/blog/vieter-0.4.0/index.md
diff --git a/content/posts/vieter-0.5.0/index.md b/content/blog/vieter-0.5.0/index.md
similarity index 100%
rename from content/posts/vieter-0.5.0/index.md
rename to content/blog/vieter-0.5.0/index.md
diff --git a/content/posts/vieter-0.6.0/index.md b/content/blog/vieter-0.6.0/index.md
similarity index 100%
rename from content/posts/vieter-0.6.0/index.md
rename to content/blog/vieter-0.6.0/index.md
diff --git a/content/posts/vlang/index.md b/content/blog/vlang/index.md
similarity index 100%
rename from content/posts/vlang/index.md
rename to content/blog/vlang/index.md
diff --git a/content/posts/welcome.md b/content/blog/welcome.md
similarity index 100%
rename from content/posts/welcome.md
rename to content/blog/welcome.md
diff --git a/content/posts/workflow/index.md b/content/blog/workflow/index.md
similarity index 100%
rename from content/posts/workflow/index.md
rename to content/blog/workflow/index.md
diff --git a/content/dev/_index.md b/content/dev/_index.md
new file mode 100644
index 0000000..3971c7f
--- /dev/null
+++ b/content/dev/_index.md
@@ -0,0 +1,5 @@
+---
+title: "Projects"
+---
+
+Hello!
diff --git a/content/dev/rieter/_index.md b/content/dev/rieter/_index.md
new file mode 100644
index 0000000..baf1c88
--- /dev/null
+++ b/content/dev/rieter/_index.md
@@ -0,0 +1,31 @@
+---
+title: "Rieter"
+summary: "Easy-to-use Pacman repository server designed for the self-hosting enthusiast"
+type: "project"
+params:
+ links:
+ - name: Gitea
+ url: 'https://git.rustybever.be/Chewing_Bever/rieter'
+---
+
+My first goal for this project is to create a convenient all-round repository
+server implementation that could be used for everything from self-hosting a
+local repository to managing an entire distribution's package repository. It
+should be easy to deploy, lightweight, and work with any distribution. It
+should support any number of repositories and packages, and work with any
+package architecture.
+
+The repositories can be populated by manually uploading packages to the server
+(e.g. from a CI build), or by mirroring already existing repositories. The
+mirroring feature in particular makes it trivial to set up a new mirror for a
+distribution, as the server would take care of keeping the mirror up-to-date.
+Another usecase for this would be creating a local mirror of your
+distribution's repositories, which can greatly reduce your update times
+depending on your internet connection.
+
+Most users however don't need a full copy of a distro's package repository, so
+Rieter also provides a "smart mirror" mode. In this mode, a Rieter instance
+only syncs packages that have been requested before, e.g. from a previous
+system update. This way, your updates will still be a lot faster as the
+required packages are cached, but packages you don't use don't get stored,
+saving you a lot of storage space.
diff --git a/content/dev/vieter/_index.md b/content/dev/vieter/_index.md
new file mode 100644
index 0000000..457b6fb
--- /dev/null
+++ b/content/dev/vieter/_index.md
@@ -0,0 +1,6 @@
+---
+title: "Vieter"
+summary: "Arch Linux repository server & build system, written in V"
+---
+
+lmao what
diff --git a/layouts/partials/projects.html b/layouts/partials/projects.html
new file mode 100644
index 0000000..2fa7913
--- /dev/null
+++ b/layouts/partials/projects.html
@@ -0,0 +1,6 @@
+
{{ i18n "projects.title" }}
+
+{{- range where .Site.Pages "Section" "projects" }}
+ {{ .Render "li" }}
+{{- end }}
+
+
+
+The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes.
+
+***
+
+**N.B.** The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.
+
+{{< highlight html >}}
+.emoji {
+font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
+}
+{{< /highlight >}}
+
+{{< css.inline >}}
+
+{{< /css.inline >}}
\ No newline at end of file
diff --git a/themes/rb/exampleSite/content/posts/markdown-syntax.md b/themes/rb/exampleSite/content/posts/markdown-syntax.md
new file mode 100644
index 0000000..d60c404
--- /dev/null
+++ b/themes/rb/exampleSite/content/posts/markdown-syntax.md
@@ -0,0 +1,147 @@
++++
+author = "Hugo Authors"
+title = "Markdown Syntax Guide"
+date = "2019-03-11"
+description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
+tags = [
+ "markdown",
+ "css",
+ "html",
+ "themes",
+]
+categories = [
+ "themes",
+ "syntax",
+]
+series = ["Themes Guide"]
+aliases = ["migrate-from-jekyl"]
++++
+
+This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
+
+
+## Headings
+
+The following HTML `
`β`
` elements represent six levels of section headings. `
` is the highest section level while `
` is the lowest.
+
+# H1
+## H2
+### H3
+#### H4
+##### H5
+###### H6
+
+## Paragraph
+
+Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
+
+Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
+
+## Blockquotes
+
+The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
+
+#### Blockquote without attribution
+
+> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
+> **Note** that you can use *Markdown syntax* within a blockquote.
+
+#### Blockquote with attribution
+
+> Don't communicate by sharing memory, share memory by communicating.
+> β Rob Pike[^1]
+
+
+[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
+
+## Tables
+
+Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
+
+ Name | Age
+--------|------
+ Bob | 27
+ Alice | 23
+
+#### Inline Markdown within tables
+
+| Inline | Markdown | In | Table |
+| ---------- | --------- | ----------------- | ---------- |
+| *italics* | **bold** | ~~strikethrough~~ | `code` |
+
+## Code Blocks
+
+#### Code block with backticks
+
+```
+html
+
+
+
+
+ Example HTML5 Document
+
+
+
Test
+
+
+```
+#### Code block indented with four spaces
+
+
+
+
+
+ Example HTML5 Document
+
+
+
Test
+
+
+
+#### Code block with Hugo's internal highlight shortcode
+{{< highlight html >}}
+
+
+
+
+ Example HTML5 Document
+
+
+
Test
+
+
+{{< /highlight >}}
+
+## List Types
+
+#### Ordered List
+
+1. First item
+2. Second item
+3. Third item
+
+#### Unordered List
+
+* List item
+* Another item
+* And another item
+
+#### Nested list
+
+* Item
+1. First Sub-item
+2. Second Sub-item
+
+## Other Elements β abbr, sub, sup, kbd, mark
+
+GIF is a bitmap image format.
+
+H2O
+
+Xn + Yn = Zn
+
+Press CTRL+ALT+Delete to end the session.
+
+Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
+
diff --git a/themes/rb/exampleSite/content/posts/placeholder-text.md b/themes/rb/exampleSite/content/posts/placeholder-text.md
new file mode 100644
index 0000000..378b995
--- /dev/null
+++ b/themes/rb/exampleSite/content/posts/placeholder-text.md
@@ -0,0 +1,58 @@
++++
+author = "Hugo Authors"
+title = "Placeholder Text"
+date = "2019-03-09"
+description = "Lorem Ipsum Dolor Si Amet"
+tags = [
+ "markdown",
+ "text",
+]
++++
+
+Lorem est tota propiore conpellat pectoribus de
+pectora summo. Redit teque digerit hominumque toris verebor lumina non cervice
+subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc
+caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis
+lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
+
+1. Exierant elisi ambit vivere dedere
+2. Duce pollice
+3. Eris modo
+4. Spargitque ferrea quos palude
+
+Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus
+silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria
+tractus malis.
+
+1. Comas hunc haec pietate fetum procerum dixit
+2. Post torum vates letum Tiresia
+3. Flumen querellas
+4. Arcanaque montibus omnes
+5. Quidem et
+
+# Vagus elidunt
+
+
+
+[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon)
+
+## Mane refeci capiebant unda mulcebat
+
+Victa caducifer, malo vulnere contra
+dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere
+furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
+
+Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli
+Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare
+Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert
+ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae
+vulnus haerentia iuste et exercebat, sui et.
+
+Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, *oculos nomen* non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem
+Propoetides **parte**.
+
+{{< css.inline >}}
+
+{{< /css.inline >}}
diff --git a/themes/rb/exampleSite/content/posts/rich-content.md b/themes/rb/exampleSite/content/posts/rich-content.md
new file mode 100644
index 0000000..8cb8861
--- /dev/null
+++ b/themes/rb/exampleSite/content/posts/rich-content.md
@@ -0,0 +1,34 @@
++++
+author = "Hugo Authors"
+title = "Rich Content"
+date = "2019-03-10"
+description = "A brief description of Hugo Shortcodes"
+tags = [
+ "shortcodes",
+ "privacy",
+]
++++
+
+Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
+
+---
+
+## YouTube Privacy Enhanced Shortcode
+
+{{< youtube ZJthWmvUzzc >}}
+
+
+
+---
+
+## Twitter Shortcode
+
+{{< tweet user="DesignReviewed" id="1085870671291310081" >}}
+
+
+
+---
+
+## Vimeo Simple Shortcode
+
+{{< vimeo_simple 48912912 >}}
diff --git a/themes/rb/i18n/en.toml b/themes/rb/i18n/en.toml
new file mode 100644
index 0000000..e30f8ce
--- /dev/null
+++ b/themes/rb/i18n/en.toml
@@ -0,0 +1,19 @@
+# Learn how to use Date format (date, created, updated)
+# -> https://gohugo.io/functions/dateformat/
+
+[posts]
+
+[posts.title]
+other = "Posts"
+
+[posts.date]
+other = "Jan 2, 2006"
+
+
+[post]
+
+[post.created]
+other = "January 2, 2006"
+
+[post.updated]
+other = "Updated January 2, 2006"
diff --git a/themes/rb/images/screenshot.png b/themes/rb/images/screenshot.png
new file mode 100644
index 0000000..fed9553
Binary files /dev/null and b/themes/rb/images/screenshot.png differ
diff --git a/themes/rb/images/screenshot_dark.png b/themes/rb/images/screenshot_dark.png
new file mode 100644
index 0000000..11505f9
Binary files /dev/null and b/themes/rb/images/screenshot_dark.png differ
diff --git a/themes/rb/images/screenshot_small.png b/themes/rb/images/screenshot_small.png
new file mode 100644
index 0000000..d320a7c
Binary files /dev/null and b/themes/rb/images/screenshot_small.png differ
diff --git a/themes/rb/images/tn.png b/themes/rb/images/tn.png
new file mode 100644
index 0000000..0556f24
Binary files /dev/null and b/themes/rb/images/tn.png differ
diff --git a/themes/rb/images/tn_dark.png b/themes/rb/images/tn_dark.png
new file mode 100644
index 0000000..b40629b
Binary files /dev/null and b/themes/rb/images/tn_dark.png differ
diff --git a/themes/rb/layouts/404.html b/themes/rb/layouts/404.html
new file mode 100644
index 0000000..e69de29
diff --git a/themes/rb/layouts/_default/baseof.html b/themes/rb/layouts/_default/baseof.html
new file mode 100644
index 0000000..d663ad3
--- /dev/null
+++ b/themes/rb/layouts/_default/baseof.html
@@ -0,0 +1,11 @@
+
+
+ {{- partial "head.html" . -}}
+
+ {{- partial "header.html" . -}}
+
+ {{- block "main" . }}{{- end }}
+
+ {{- partial "footer.html" . -}}
+
+
diff --git a/themes/rb/layouts/_default/li.html b/themes/rb/layouts/_default/li.html
new file mode 100644
index 0000000..f418cb9
--- /dev/null
+++ b/themes/rb/layouts/_default/li.html
@@ -0,0 +1,6 @@
+