diff options
-rw-r--r-- | content/projects/hugo-shortcode-table.md | 11 | ||||
-rw-r--r-- | data/projects.yaml | 5 |
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" |