aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-25 18:25:08 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-25 18:25:08 -0400
commit01148c35f76222e0fbfdfa167e0d2510d13df92e (patch)
treefc92928f7d47428f8e0579ae8283e5bfb62a401d
parent69495671b51915d94c54e0cfaac474664ccb8e81 (diff)
downloadpablotron.org-01148c35f76222e0fbfdfa167e0d2510d13df92e.tar.bz2
pablotron.org-01148c35f76222e0fbfdfa167e0d2510d13df92e.zip
add hugo-shortcode-table project
-rw-r--r--content/projects/hugo-shortcode-table.md11
-rw-r--r--data/projects.yaml5
2 files changed, 16 insertions, 0 deletions
diff --git a/content/projects/hugo-shortcode-table.md b/content/projects/hugo-shortcode-table.md
new file mode 100644
index 0000000..b15ada0
--- /dev/null
+++ b/content/projects/hugo-shortcode-table.md
@@ -0,0 +1,11 @@
+---
+title: "hugo-shortcode-table"
+slug: "hugo-shortcode-table"
+active: true
+repo: "https://github.com/pablotron/hugo-shortcode-table"
+text: "Table shortcode for Hugo."
+---
+Table shortcode for [Hugo][].
+
+[hugo]: https://gohugo.io/
+ "Hugo static site generator."
diff --git a/data/projects.yaml b/data/projects.yaml
index 6ee8459..69d210d 100644
--- a/data/projects.yaml
+++ b/data/projects.yaml
@@ -1,6 +1,11 @@
---
# list of projects projects
# (shamelessly stolen from jekyll backend)
+- name: "hugo-shortcode-table"
+ slug: "hugo-shortcode-table"
+ repo: "https://github.com/pablotron/hugo-shortcode-table"
+ text: "Table shortcode for Hugo."
+
- name: "Luigi Template"
slug: "luigi-template"
repo: "https://github.com/pablotron/luigi-template"