diff --git a/_includes/projects.html b/_includes/projects.html
index 829dbfa..ebdb0eb 100644
--- a/_includes/projects.html
+++ b/_includes/projects.html
@@ -14,7 +14,7 @@
{{ project.title }}
{{ project.description }}
- {%- if project.github -%}
+
diff --git a/_includes/projects_horizontal.html b/_includes/projects_horizontal.html
index 214b9ae..c35709f 100644
--- a/_includes/projects_horizontal.html
+++ b/_includes/projects_horizontal.html
@@ -8,7 +8,7 @@
{{ project.title }}
{{ project.description }}
- {%- if project.github -%}
+
diff --git a/_projects/calbuilder-github.md b/_projects/calbuilder-github.md
new file mode 100644
index 0000000..c33a893
--- /dev/null
+++ b/_projects/calbuilder-github.md
@@ -0,0 +1,55 @@
+---
+layout: page
+title: calbuilder-gh
+description: GitHub action to build Arch Linux packages.
+github: https://git.slc.ar/slococo/calbuilder-github
+importance: 8
+category: personal
+---
+
+GitHub action to build a package, analyze it with `namcap`, and output the package file (signed or unsigned) and its `.SRCINFO`.
+
+This action supports PKGBUILDs that have AUR dependencies.
+
+## Inputs and outputs