From 01148c35f76222e0fbfdfa167e0d2510d13df92e Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 25 Oct 2021 18:25:08 -0400 Subject: add hugo-shortcode-table project --- content/projects/hugo-shortcode-table.md | 11 +++++++++++ data/projects.yaml | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 content/projects/hugo-shortcode-table.md 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" -- cgit v1.2.3