diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2461bd1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+public/
+resources/
+.DS_Store
diff --git a/.hugo_build.lock b/.hugo_build.lock
new file mode 100644
index 0000000..e69de29
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..00e77bd
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+
diff --git a/build.sh b/build.sh
new file mode 100644
index 0000000..7e59195
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+hugo --cleanDestinationDir
+
+sudo rsync -av --delete ./public/ /var/www/pol/public/
+
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..fc2cc3a
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,14 @@
+baseURL = "https://pol.archuser.org/"
+languageCode = "en-us"
+title = "/pol/ - Archuser Political Blog"
+theme = "mainroad"
+enableRobotsTXT = true
+paginate = 10
+
+[params]
+  description = "Philosophy and Politics"
+  author = "Hitboxboxer"
+  # Optional tweaks:
+  #   sidebar = "right"
+  #   customCSS = ["css/custom.css"]
+  showReadTime = true
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..90cb4f7
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,6 @@
+---
+title: "Welcome to /pol/"
+description: "Philosophy and Politics"
+---
+
+Political branch of Archuserorg. Written, edited, and administrated by [Hitboxboxer](https://codeberg.org/firebadnofire) with LEMP. Below: recent posts
diff --git a/content/posts/intro.md b/content/posts/intro.md
new file mode 100644
index 0000000..efe6da2
--- /dev/null
+++ b/content/posts/intro.md
@@ -0,0 +1,9 @@
+---
+title: "Intro"
+date: 2025-04-17T17:41:58Z
+draft: false
+---
+
+# Welcome to /pol/
+
+This is the political blog of Archuser.org. Archuser.org or Archuserorg is a single person organization, meaning that's me. I am [Hitboxboxer](https://codeberg.org/firebadnofire) and I have opinions. You have opinions too, so hopefully I can inform them just a little more, maybe even change them.