summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/code/_index.md9
-rw-r--r--content/code/dotfiles.md8
-rw-r--r--content/code/projectr.md11
-rw-r--r--content/code/proxyr.md11
-rw-r--r--content/code/sshr.md11
5 files changed, 0 insertions, 50 deletions
diff --git a/content/code/_index.md b/content/code/_index.md
deleted file mode 100644
index 3d9d56f..0000000
--- a/content/code/_index.md
+++ /dev/null
@@ -1,9 +0,0 @@
-+++
-title = "Code"
-sort_by = "weight"
-description = "Noteable-ish projects"
-+++
-
-An exhastive list of my projects can be found on
-[SourceHut](https://git.sr.ht/~tobyvin/) and
-[GitHub](https://github.com/tobyvin).
diff --git a/content/code/dotfiles.md b/content/code/dotfiles.md
deleted file mode 100644
index fa54648..0000000
--- a/content/code/dotfiles.md
+++ /dev/null
@@ -1,8 +0,0 @@
-+++
-title = ".dotfiles"
-description = "My personal dotfiles."
-weight = 0
-
-[extra]
-external = "https://sr.ht/~tobyvin/.dotfiles/"
-+++
diff --git a/content/code/projectr.md b/content/code/projectr.md
deleted file mode 100644
index f9380f5..0000000
--- a/content/code/projectr.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "projectr"
-description = "A contextual, MRU sorted, project finder."
-weight = 1
-
-[taxonomies]
-tags = ["rust"]
-
-[extra]
-external = "https://sr.ht/~tobyvin/projectr/"
-+++
diff --git a/content/code/proxyr.md b/content/code/proxyr.md
deleted file mode 100644
index 0c1c312..0000000
--- a/content/code/proxyr.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "proxyr"
-description = "A simple auto-proxy server"
-weight = 3
-
-[taxonomies]
-tags = ["rust"]
-
-[extra]
-external = "https://sr.ht/~tobyvin/proxyr/"
-+++
diff --git a/content/code/sshr.md b/content/code/sshr.md
deleted file mode 100644
index fb0c4d5..0000000
--- a/content/code/sshr.md
+++ /dev/null
@@ -1,11 +0,0 @@
-+++
-title = "sshr"
-description = "A contextual, MRU sorted, ssh indexer."
-weight = 2
-
-[taxonomies]
-tags = ["rust"]
-
-[extra]
-external = "https://sr.ht/~tobyvin/sshr/"
-+++